From efc69999f13e3e00ce3411cbcf25b0de2a75afc7 Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 5 Nov 2024 15:11:12 +0100 Subject: [PATCH] added missing common dependency to datashield (#385) * added missing common dependency to datashield * lockfile update --- charts/datashield/Chart.lock | 7 +++++-- charts/datashield/Chart.yaml | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/charts/datashield/Chart.lock b/charts/datashield/Chart.lock index b0f827be..5d9db6d3 100644 --- a/charts/datashield/Chart.lock +++ b/charts/datashield/Chart.lock @@ -2,5 +2,8 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 16.0.1 -digest: sha256:3c88043542d0660f5ed107c9cb2d4e523e30ce491f9c2ecc7f7a9051c5cc7e42 -generated: "2024-10-10T20:57:37.288554325Z" +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + version: 2.26.0 +digest: sha256:14b5b8243120649d5d8e85632e38a6ffe22b9128f2f56a16b87bf44821fa5d94 +generated: "2024-11-05T14:01:54.442875977Z" diff --git a/charts/datashield/Chart.yaml b/charts/datashield/Chart.yaml index 50642cae..0b1303ca 100644 --- a/charts/datashield/Chart.yaml +++ b/charts/datashield/Chart.yaml @@ -18,9 +18,12 @@ dependencies: version: 16.0.1 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled + - name: common + repository: oci://registry-1.docker.io/bitnamicharts + version: 2.26.0 deprecated: false kubeVersion: ">= 1.19.0" -version: 0.7.0 +version: 0.7.1 annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/containsSecurityUpdates: "false" @@ -33,5 +36,5 @@ annotations: artifacthub.io/changes: |- # When using the list of objects option the valid supported kinds are # added, changed, deprecated, removed, fixed and security. - - kind: changed - description: "⚠️ BREAKING CHANGE: Updated docker.io/obiba/opal to 5.0.0 ⚠️" + - kind: fixed + description: "Added missing bitnami/common dependency"