Skip to content

Commit d121dfa

Browse files
committed
chore: update golden
1 parent 481b065 commit d121dfa

6 files changed

Lines changed: 6 additions & 8 deletions

File tree

tests/golden/defaults/vsphere-csi/vsphere-csi/10_feature-states-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: v1
22
data:
3-
csi-transaction-support: 'false'
43
pv-to-backingdiskobjectid-mapping: 'false'
54
trigger-csi-fullsync: 'false'
65
kind: ConfigMap

tests/golden/defaults/vsphere-csi/vsphere-csi/13_controller-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
valueFrom:
106106
fieldRef:
107107
fieldPath: metadata.namespace
108-
image: registry.k8s.io/csi-vsphere/driver:v3.6.1
108+
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
109109
imagePullPolicy: Always
110110
livenessProbe:
111111
failureThreshold: 3
@@ -164,7 +164,7 @@ spec:
164164
valueFrom:
165165
fieldRef:
166166
fieldPath: metadata.namespace
167-
image: registry.k8s.io/csi-vsphere/syncer:v3.6.1
167+
image: registry.k8s.io/csi-vsphere/syncer:v3.7.0
168168
imagePullPolicy: Always
169169
name: vsphere-syncer
170170
ports:

tests/golden/defaults/vsphere-csi/vsphere-csi/14_node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
fieldPath: metadata.namespace
6464
- name: NODEGETINFO_WATCH_TIMEOUT_MINUTES
6565
value: '1'
66-
image: registry.k8s.io/csi-vsphere/driver:v3.6.1
66+
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
6767
imagePullPolicy: Always
6868
livenessProbe:
6969
failureThreshold: 3

tests/golden/openshift/vsphere-csi/vsphere-csi/10_feature-states-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: v1
22
data:
3-
csi-transaction-support: 'false'
43
pv-to-backingdiskobjectid-mapping: 'false'
54
trigger-csi-fullsync: 'false'
65
kind: ConfigMap

tests/golden/openshift/vsphere-csi/vsphere-csi/13_controller-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
valueFrom:
106106
fieldRef:
107107
fieldPath: metadata.namespace
108-
image: registry.k8s.io/csi-vsphere/driver:v3.6.1
108+
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
109109
imagePullPolicy: Always
110110
livenessProbe:
111111
failureThreshold: 3
@@ -164,7 +164,7 @@ spec:
164164
valueFrom:
165165
fieldRef:
166166
fieldPath: metadata.namespace
167-
image: registry.k8s.io/csi-vsphere/syncer:v3.6.1
167+
image: registry.k8s.io/csi-vsphere/syncer:v3.7.0
168168
imagePullPolicy: Always
169169
name: vsphere-syncer
170170
ports:

tests/golden/openshift/vsphere-csi/vsphere-csi/14_node-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
fieldPath: metadata.namespace
6464
- name: NODEGETINFO_WATCH_TIMEOUT_MINUTES
6565
value: '1'
66-
image: registry.k8s.io/csi-vsphere/driver:v3.6.1
66+
image: registry.k8s.io/csi-vsphere/driver:v3.7.0
6767
imagePullPolicy: Always
6868
livenessProbe:
6969
failureThreshold: 3

0 commit comments

Comments
 (0)