From d8bb09a97c5a60c902180e4bb1fc54f1801adc72 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 1 Dec 2023 10:22:19 +0100 Subject: [PATCH 1/3] fix(helm): use correct value for psql dependency condition --- charts/managed-identity-wallet/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index b8ec2df34..8861fb417 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -57,4 +57,4 @@ dependencies: - name: postgresql version: 11.9.13 repository: https://charts.bitnami.com/bitnami - condition: postgresql.internal.enabled + condition: postgresql.enabled From b192a5dee66edf25f07cb0fb5062ca5201b9ccd3 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 15 Dec 2023 10:31:07 +0100 Subject: [PATCH 2/3] chore(helm): update chart dependencies --- charts/managed-identity-wallet/Chart.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/managed-identity-wallet/Chart.lock b/charts/managed-identity-wallet/Chart.lock index 4bc218a11..ef26fd56f 100644 --- a/charts/managed-identity-wallet/Chart.lock +++ b/charts/managed-identity-wallet/Chart.lock @@ -11,5 +11,5 @@ dependencies: - name: pgadmin4 repository: file://charts/pgadmin4 version: 1.19.0 -digest: sha256:30c1e41f2c5f35829f68dd52ecc80005b4edf726d9e472801f6bfb834b8be512 -generated: "2023-11-22T12:12:48.461495+01:00" +digest: sha256:fb94864221b4fed31894b48ac56b72a2324da0dc1cb1d6888cc52c3490685df7 +generated: "2023-12-15T10:30:41.880265+01:00" From 46a056e154641985f6c857f7d8d4fb0c0d99a2a0 Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Fri, 15 Dec 2023 11:23:06 +0100 Subject: [PATCH 3/3] chore(helm): update miw chart README --- charts/managed-identity-wallet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 5a24daad7..20f808707 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -2,7 +2,7 @@ # managed-identity-wallet -![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) +![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) 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. 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.