Skip to content

Commit e37cb46

Browse files
authored
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 <unset> 2s ``` **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 8fb5abe commit e37cb46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ data:
4242
nutanix-storage-csi: |
4343
ChartName: nutanix-csi-storage
4444
ChartVersion: 3.0.0-2458
45-
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix-scratch.github.io/helm/{{ end }}
45+
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}
4646
snapshot-controller: |
4747
ChartName: snapshot-controller
4848
ChartVersion: 3.0.5

hack/addons/kustomize/nutanix-storage-csi/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace: kube-system
1111

1212
helmCharts:
1313
- name: nutanix-csi-storage
14-
repo: https://nutanix-scratch.github.io/helm/
14+
repo: https://nutanix.github.io/helm-releases/
1515
releaseName: nutanix-csi
1616
version: ${NUTANIX_STORAGE_CSI_CHART_VERSION}
1717
includeCRDs: true

hack/addons/mindthegap-helm-registry/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories:
4747
nutanix-cloud-provider:
4848
- 0.3.4
4949
nutanix-csi-storage:
50-
repoURL: https://nutanix-scratch.github.io/helm/
50+
repoURL: https://nutanix.github.io/helm-releases/
5151
charts:
5252
nutanix-csi-storage:
5353
- 3.0.0-2458

0 commit comments

Comments
 (0)