Skip to content

Commit

Permalink
chore (helm): use oci dependencies only
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Dec 4, 2024
1 parent 774bcf9 commit 16e8b94
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- name: account-operator-crds
version: 0.1.6
condition: crds.enabled
repository: file://../account-operator-crds
repository: oci://ghcr.io/openmfp/helm-charts
- name: common
version: 0.1.5
repository: file://../common
repository: oci://ghcr.io/openmfp/helm-charts
2 changes: 1 addition & 1 deletion charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ version: 0.110.9
dependencies:
- name: common
version: 0.1.5
repository: file://../common
repository: oci://ghcr.io/openmfp/helm-charts
2 changes: 1 addition & 1 deletion charts/extension-manager-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
repository: file://../extension-manager-operator-crds
- name: common
version: 0.1.5
repository: file://../common
repository: oci://ghcr.io/openmfp/helm-charts
2 changes: 1 addition & 1 deletion charts/infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ appVersion: "1.16.0"
dependencies:
- name: common
version: 0.1.5
repository: file://../common
repository: oci://ghcr.io/openmfp/helm-charts
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
- name: common
version: 0.1.5
repository: file://../common
repository: oci://ghcr.io/openmfp/helm-charts

0 comments on commit 16e8b94

Please sign in to comment.