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 afd9164b0..2b1205608 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml @@ -61,8 +61,8 @@ 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.8 - RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://nutanix.github.io/helm-releases/{{ end }}' + ChartVersion: 99.0.0-abhishek-k8s-ha-csi + RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}http://abhishek-kumar7.r8.ubvm.nutanix.com:8080{{ end }}' registry-syncer: | ChartName: registry-syncer ChartVersion: 0.1.0 diff --git a/hack/addons/helm-chart-bundler/repos.yaml b/hack/addons/helm-chart-bundler/repos.yaml index be0ab40af..b5c550a81 100644 --- a/hack/addons/helm-chart-bundler/repos.yaml +++ b/hack/addons/helm-chart-bundler/repos.yaml @@ -72,10 +72,10 @@ repositories: nutanix-cloud-provider: - 0.6.0 nutanix-csi-storage: - repoURL: https://nutanix.github.io/helm-releases/ + repoURL: http://abhishek-kumar7.r8.ubvm.nutanix.com:8080 charts: nutanix-csi-storage: - - 3.3.8 + - 99.0.0-abhishek-k8s-ha-csi registry-syncer: repoURL: https://mesosphere.github.io/charts/staging/ charts: diff --git a/make/addons.mk b/make/addons.mk index da1cab097..bad3f2488 100644 --- a/make/addons.mk +++ b/make/addons.mk @@ -6,7 +6,7 @@ export CILIUM_VERSION := 1.18.2 export NODE_FEATURE_DISCOVERY_VERSION := 0.18.1 export CLUSTER_AUTOSCALER_CHART_VERSION := 9.52.0 export AWS_EBS_CSI_CHART_VERSION := 2.51.0 -export NUTANIX_STORAGE_CSI_CHART_VERSION := 3.3.8 +export NUTANIX_STORAGE_CSI_CHART_VERSION := 99.0.0-abhishek-k8s-ha-csi export LOCAL_PATH_CSI_CHART_VERSION := 0.0.32 export SNAPSHOT_CONTROLLER_CHART_VERSION := 4.1.0 # AWS CCM uses the same chart version for all kubernetes versions. The image used in the deployment will