Skip to content

Commit 04dbca4

Browse files
Merge pull request #82 from CDiezRodriguez/feat/update-bitnami-images
chore: bump chart versions to 0.1.12 and update postgresql image configuration
2 parents f223d63 + cba9092 commit 04dbca4

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

charts/ssi-dim-wallet-stub-memory/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name: ssi-dim-wallet-stub-memory
2323
description: |
2424
A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
2525
type: application
26-
version: 0.1.11
26+
version: 0.1.12
2727
appVersion: "0.0.7"
2828
home: https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
2929
sources:

charts/ssi-dim-wallet-stub/Chart.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/ssi-dim-wallet-stub/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name: ssi-dim-wallet-stub
2424
description: |
2525
A Helm chart to deploy SSI DIM wallet stub in kubernetes cluster
2626
type: application
27-
version: 0.1.11
27+
version: 0.1.12
2828
appVersion: "0.0.7"
2929
home: https://github.com/eclipse-tractusx/ssi-dim-wallet-stub/tree/main/charts/ssi-dim-wallet-stub
3030
sources:
@@ -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

charts/ssi-dim-wallet-stub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

charts/ssi-dim-wallet-stub/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)