Skip to content

Commit

Permalink
feat(helm): uses OCI references to deploy bitnami charts (#3109)
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Ravanel <[email protected]>
Co-authored-by: Kevin Lefevre <[email protected]>
  • Loading branch information
visheyra and ArchiFleKs authored Dec 18, 2024
1 parent 59e2a57 commit 4ea1e90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@ dependencies:
- name: sealed-secrets
version: 2.17.0
repository: https://bitnami-labs.github.io/sealed-secrets
- name: thanos
version: 15.9.2
repository: https://charts.bitnami.com/bitnami
- name: oci://registry-1.docker.io/bitnamicharts/thanos
version: 15.8.3
repository: ""
- name: tigera-operator
version: v3.29.1
repository: https://docs.projectcalico.org/charts
- name: traefik
version: 33.2.1
repository: https://helm.traefik.io/traefik
- name: memcached
version: 7.6.0
repository: https://charts.bitnami.com/bitnami
- name: oci://registry-1.docker.io/bitnamicharts/memcached
version: 7.5.3
repository: ""
- name: velero
version: 8.1.0
repository: https://vmware-tanzu.github.io/helm-charts
Expand Down

0 comments on commit 4ea1e90

Please sign in to comment.