Skip to content

Commit

Permalink
fix: update to use the oci registry for commons bitnami
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jun 13, 2024
1 parent 8438861 commit ef1029f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: add Helm bitnami repo
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm repo add bitnami https://charts.bitnami.com/bitnami
exec: helm repo add bitnami oci://registry-1.docker.io/bitnamicharts

- name: Build dependencies Helm - lrsql
uses: WyriHaximus/github-action-helm3@v4
Expand Down
8 changes: 4 additions & 4 deletions charts/lrsql/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.19.3
digest: sha256:a34fcae5e80f64ebd9248d721da4eb688533512bd915a8e321f2d1b58e2962c6
generated: "2024-05-23T10:18:08.667597-06:00"
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.2
digest: sha256:420de1bdf252f4ec099e063136e472ff341a0f096a54ed2eb2ab4ff979179f2d
generated: "2024-06-13T13:23:29.241966-06:00"
2 changes: 1 addition & 1 deletion charts/lrsql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: 0.1.0
appVersion: "v0.7.14"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x
2 changes: 1 addition & 1 deletion charts/lrsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SQL LRS/lrsql helm chart

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.x |
| oci://registry-1.docker.io/bitnamicharts | common | 2.x |

## Values

Expand Down

0 comments on commit ef1029f

Please sign in to comment.