Skip to content

Commit

Permalink
fix: use production repo for Nutanix CSI to 3.0.0-2458 (#815)
Browse files Browse the repository at this point in the history
**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.
-->
  • Loading branch information
dkoshkin authored Jul 19, 2024
1 parent 8fb5abe commit e37cb46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/mindthegap-helm-registry/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e37cb46

Please sign in to comment.