Skip to content

Commit a5313f6

Browse files
committed
Lustre testing
1 parent 68d4240 commit a5313f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/container-storage-interface/csi/templates/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}fss.csi.oraclecloud.com"
136136
- name: LUSTRE_VOLUME_DRIVER_NAME
137137
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}lustre.csi.oraclecloud.com"
138-
image: ghcr.io/uneet7/cloud-provider-oci:v0.0.2
138+
image: ghcr.io/uneet7/cloud-provider-oci:v1.32.1
139139
securityContext:
140140
privileged: true
141141
volumeMounts:

manifests/container-storage-interface/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
130130
- name: LUSTRE_DRIVER_ENABLED
131131
value: "true"
132-
image: ghcr.io/oracle/cloud-provider-oci:v1.30.0
132+
image: ghcr.io/uneet7/cloud-provider-oci:v1.32.1
133133
securityContext:
134134
privileged: true
135135
volumeMounts:

0 commit comments

Comments
 (0)