Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data:
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm/{{ end }}'
nutanix-storage-csi: |
ChartName: nutanix-csi-storage
ChartVersion: 3.3.4
ChartVersion: 3.3.8
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}'
registry-syncer: |
ChartName: registry-syncer
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/helm-chart-bundler/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repositories:
repoURL: https://nutanix.github.io/helm-releases/
charts:
nutanix-csi-storage:
- 3.3.4
- 3.3.8
registry-syncer:
repoURL: https://mesosphere.github.io/charts/staging/
charts:
Expand Down
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export CILIUM_VERSION := 1.17.4
export NODE_FEATURE_DISCOVERY_VERSION := 0.17.3
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.48.0
export AWS_EBS_CSI_CHART_VERSION := 2.48.0
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.4
export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.8
export LOCAL_PATH_CSI_CHART_VERSION := 0.0.31
export SNAPSHOT_CONTROLLER_CHART_VERSION := 4.0.2
# AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will
Expand Down
Loading