Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit f880d9a

Browse files
fix(helm): use correct value for psql dependency condition PR #177
fix(helm): use correct value for psql dependency condition from mercedes-benz/fix/helm-psql-condition
2 parents 0d6b2c9 + 46a056e commit f880d9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/managed-identity-wallet/Chart.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
- name: pgadmin4
1212
repository: file://charts/pgadmin4
1313
version: 1.19.0
14-
digest: sha256:30c1e41f2c5f35829f68dd52ecc80005b4edf726d9e472801f6bfb834b8be512
15-
generated: "2023-11-22T12:12:48.461495+01:00"
14+
digest: sha256:fb94864221b4fed31894b48ac56b72a2324da0dc1cb1d6888cc52c3490685df7
15+
generated: "2023-12-15T10:30:41.880265+01:00"

charts/managed-identity-wallet/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies:
5757
- name: postgresql
5858
version: 11.9.13
5959
repository: https://charts.bitnami.com/bitnami
60-
condition: postgresql.internal.enabled
60+
condition: postgresql.enabled
6161
- name: pgadmin4
6262
repository: file://charts/pgadmin4 # https://helm.runix.net
6363
# License: https://github.com/rowanruseler/helm-charts/blob/main/LICENSE

charts/managed-identity-wallet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# managed-identity-wallet
44

5-
![Version: 0.4.0-develop.2](https://img.shields.io/badge/Version-0.4.0--develop.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.2](https://img.shields.io/badge/AppVersion-0.4.0--develop.2-informational?style=flat-square)
5+
![Version: 0.4.0-develop.3](https://img.shields.io/badge/Version-0.4.0--develop.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.3](https://img.shields.io/badge/AppVersion-0.4.0--develop.3-informational?style=flat-square)
66

77
Managed Identity Wallet is supposed to supply a secure data source and data sink for Digital Identity Documents (DID), in order to enable Self-Sovereign Identity founding on those DIDs.
88
And at the same it shall support an uninterrupted tracking and tracing and documenting the usage of those DIDs, e.g. within logistical supply chains.

0 commit comments

Comments
 (0)