Skip to content

Commit

Permalink
feat(workflows):[#732] fix chart upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 5, 2024
1 parent fee26b9 commit 43b3b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Add repos
run: |
helm repo add bitnami oci://registry-1.docker.io/bitnamicharts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add minio https://charts.min.io/
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add grafana https://grafana.github.io/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/item-relationship-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 7.1.4
appVersion: "5.1.4"
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
repository: https://charts.bitnami.com/bitnami
version: 2.x.x
- name: minio
repository: https://charts.min.io/
Expand Down

0 comments on commit 43b3b7c

Please sign in to comment.