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