Skip to content

Commit

Permalink
added missing common dependency to datashield (#385)
Browse files Browse the repository at this point in the history
* added missing common dependency to datashield

* lockfile update
  • Loading branch information
chgl authored Nov 5, 2024
1 parent af6e985 commit efc6999
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions charts/datashield/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 6 additions & 3 deletions charts/datashield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit efc6999

Please sign in to comment.