File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
ssi-dim-wallet-stub-memory Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: ssi-dim-wallet-stub-memory
2323description : |
2424 A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
2525type : application
26- version : 0.1.11
26+ version : 0.1.12
2727appVersion : " 0.0.7"
2828home : https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
2929sources :
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ dependencies:
55- name: postgresql
66 repository: https://charts.bitnami.com/bitnami
77 version: 12.12.10
8- digest: sha256:a1bb81e1f2e1815a38d353a254962d58797ed910fba6734328e58870eb5c296f
9- generated: "2025-02-27T14:47:11.273697182+01 :00"
8+ digest: sha256:bb3919921638120aee12aa97b5026a0b3e6c1dbdeed83aac5f3e80734a123b02
9+ generated: "2025-09-26T15:24:32.867799088+02 :00"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ name: ssi-dim-wallet-stub
2424description : |
2525 A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
2626type : application
27- version : 0.1.11
27+ version : 0.1.12
2828appVersion : " 0.0.7"
2929home : https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
3030sources :
@@ -36,5 +36,5 @@ dependencies:
3636 condition : keycloak.enabled
3737 - name : postgresql
3838 repository : https://charts.bitnami.com/bitnami
39- version : 12.x .x
39+ version : 12.12 .x
4040 condition : postgresql.enabled
Original file line number Diff line number Diff line change 99| Repository | Name | Version |
1010| ------------------------------------| ------------| ---------|
1111| https://charts.bitnami.com/bitnami | keycloak | 22.1.0 |
12- | https://charts.bitnami.com/bitnami | postgresql | 16 .4.8 |
12+ | https://charts.bitnami.com/bitnami | postgresql | 15 .4.0 |
1313
1414### Prerequisites
1515
Original file line number Diff line number Diff line change @@ -162,7 +162,10 @@ postgresql:
162162 # -- Enable to deploy Postgresql
163163 enabled : true
164164 image :
165- tag : " 15-debian-11"
165+ # -- workaround to use bitnamilegacy chart for version 12.12.x till committers align on new postgresql charts
166+ repository : bitnamilegacy/postgresql
167+ # -- workaround to use bitnamilegacy chart for version 12.12.x till committers align on new postgresql charts
168+ tag : 15.4.0-debian-11-r45
166169 configmap :
167170 name : wallet-postgres-configmap
168171 auth :
You can’t perform that action at this time.
0 commit comments