File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
azuredisk-csi-driver/templates Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515PKG = sigs.k8s.io/azuredisk-csi-driver
1616GIT_COMMIT ?= $(shell git rev-parse HEAD)
17- REGISTRY ?= andyzhangx
17+ REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
1818REGISTRY_NAME ?= $(shell echo $(REGISTRY ) | sed "s/.azurecr.io//g")
1919IMAGE_NAME ?= azuredisk-csi
2020PLUGIN_NAME = azurediskplugin
21- IMAGE_VERSION ? = v1.34.0
21+ IMAGE_VERSION = v1.32.8
2222CHART_VERSION ?= latest
2323CLOUD ?= AzurePublicCloud
2424# Use a custom version for E2E tests if we are testing in CI
@@ -99,7 +99,7 @@ sanity-test: azuredisk
9999.PHONY : e2e-bootstrap
100100e2e-bootstrap : install-helm
101101ifdef WINDOWS_USE_HOST_PROCESS_CONTAINERS
102- (docker pull $(CSI_IMAGE_TAG) && docker pull $(CSI_IMAGE_TAG)-windows-hp ) || make container-all push-manifest
102+ (docker pull $(CSI_IMAGE_TAG) && docker pull $(CSI_IMAGE_TAG)-windows-hpc ) || make container-all push-manifest
103103else
104104 docker pull $(CSI_IMAGE_TAG) || make container-all push-manifest
105105endif
Original file line number Diff line number Diff line change 6060 initContainers :
6161 - name : init
6262{{- if hasPrefix "/" .Values.image.azuredisk.repository }}
63- image : " {{ .Values.image.baseRepo }}{{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hp "
63+ image : " {{ .Values.image.baseRepo }}{{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hpc "
6464{{- else }}
65- image : " {{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hp "
65+ image : " {{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hpc "
6666{{- end }}
6767 imagePullPolicy : {{ .Values.image.azuredisk.pullPolicy }}
6868 command :
@@ -106,9 +106,9 @@ spec:
106106 - ALL
107107 - name : azuredisk
108108{{- if hasPrefix "/" .Values.image.azuredisk.repository }}
109- image : " {{ .Values.image.baseRepo }}{{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hp "
109+ image : " {{ .Values.image.baseRepo }}{{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hpc "
110110{{- else }}
111- image : " {{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hp "
111+ image : " {{ .Values.image.azuredisk.repository }}:{{ .Values.image.azuredisk.tag }}-windows-hpc "
112112{{- end }}
113113 command :
114114 - " azurediskplugin.exe"
You can’t perform that action at this time.
0 commit comments