From e37cb465b4d0a5d738f37cfe37dba91358375310 Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Fri, 19 Jul 2024 08:42:01 -0700 Subject: [PATCH] fix: use production repo for Nutanix CSI to 3.0.0-2458 (#815) **What problem does this PR solve?**: The GA version of the Nutanix CSI was just released, using the production repo. ``` k get pv NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS VOLUMEATTRIBUTESCLASS REASON AGE pvc-8a161729-da1d-4696-a0fb-0643f0065674 10Gi RWO Delete Bound e2e-volume-pvc-bound-to-pv/pv-volume-volume-pvc-bound-to-pv-tester-0 standard 2s ``` **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: **Special notes for your reviewer**: --- .../templates/helm-config.yaml | 2 +- .../kustomize/nutanix-storage-csi/kustomization.yaml.tmpl | 2 +- hack/addons/mindthegap-helm-registry/repos.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml index dc133c137..4c3ae6ffb 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml @@ -42,7 +42,7 @@ data: nutanix-storage-csi: | ChartName: nutanix-csi-storage ChartVersion: 3.0.0-2458 - RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix-scratch.github.io/helm/{{ end }} + RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }} snapshot-controller: | ChartName: snapshot-controller ChartVersion: 3.0.5 diff --git a/hack/addons/kustomize/nutanix-storage-csi/kustomization.yaml.tmpl b/hack/addons/kustomize/nutanix-storage-csi/kustomization.yaml.tmpl index 2fcd300d8..4011c3aab 100644 --- a/hack/addons/kustomize/nutanix-storage-csi/kustomization.yaml.tmpl +++ b/hack/addons/kustomize/nutanix-storage-csi/kustomization.yaml.tmpl @@ -11,7 +11,7 @@ namespace: kube-system helmCharts: - name: nutanix-csi-storage - repo: https://nutanix-scratch.github.io/helm/ + repo: https://nutanix.github.io/helm-releases/ releaseName: nutanix-csi version: ${NUTANIX_STORAGE_CSI_CHART_VERSION} includeCRDs: true diff --git a/hack/addons/mindthegap-helm-registry/repos.yaml b/hack/addons/mindthegap-helm-registry/repos.yaml index 6edc2d50a..5d0b19bbb 100644 --- a/hack/addons/mindthegap-helm-registry/repos.yaml +++ b/hack/addons/mindthegap-helm-registry/repos.yaml @@ -47,7 +47,7 @@ repositories: nutanix-cloud-provider: - 0.3.4 nutanix-csi-storage: - repoURL: https://nutanix-scratch.github.io/helm/ + repoURL: https://nutanix.github.io/helm-releases/ charts: nutanix-csi-storage: - 3.0.0-2458