From 16e8b943091fbffee5a378fbb18bf55eaafc79f5 Mon Sep 17 00:00:00 2001 From: Angel Kafazov Date: Wed, 4 Dec 2024 16:05:22 +0200 Subject: [PATCH] chore (helm): use oci dependencies only On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov --- charts/account-operator/Chart.yaml | 4 ++-- charts/example-content/Chart.yaml | 2 +- charts/extension-manager-operator/Chart.yaml | 2 +- charts/infra/Chart.yaml | 2 +- charts/keycloak/Chart.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/account-operator/Chart.yaml b/charts/account-operator/Chart.yaml index 9d85db849..dbf66770d 100644 --- a/charts/account-operator/Chart.yaml +++ b/charts/account-operator/Chart.yaml @@ -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 diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 1732db34b..c4926e518 100644 --- a/charts/example-content/Chart.yaml +++ b/charts/example-content/Chart.yaml @@ -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 diff --git a/charts/extension-manager-operator/Chart.yaml b/charts/extension-manager-operator/Chart.yaml index de82bd813..5c6ae16b3 100644 --- a/charts/extension-manager-operator/Chart.yaml +++ b/charts/extension-manager-operator/Chart.yaml @@ -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 diff --git a/charts/infra/Chart.yaml b/charts/infra/Chart.yaml index 779b4d1c3..0035ad9ec 100644 --- a/charts/infra/Chart.yaml +++ b/charts/infra/Chart.yaml @@ -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 diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index 4482fabfe..38ac677b7 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -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