Skip to content

Commit

Permalink
Update sidecar references in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tdawe committed Jul 29, 2024
1 parent bad0b6b commit bd61868
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: csi-external-health-monitor-controller
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down
2 changes: 1 addition & 1 deletion tests/config/driverconfig/powermax/v2.11.0/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: external-health-monitor
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: external-health-monitor
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
imagePullPolicy: IfNotPresent
args:
- "--csi-address=$(ADDRESS)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: external-health-monitor
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion tests/config/driverconfig/unity/v2.11.0/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
- name: socket-dir
mountPath: /var/run/csi
- name: external-health-monitor
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powermax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: external-health-monitor
enabled: false
args: [ "--monitor-interval=60s" ]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1

# Uncomment the following to configure how often external-provisioner polls the driver to detect changed capacity
# Configure only when the storageCapacity is set as "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: external-health-monitor
enabled: false
args: [ "--monitor-interval=60s" ]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1

# Uncomment the following to configure how often external-provisioner polls the driver to detect changed capacity
# Configure only when the storageCapacity is set as "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: external-health-monitor
enabled: false
args: [ "--monitor-interval=60s" ]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1

# Uncomment the following to configure how often external-provisioner polls the driver to detect changed capacity
# Configure only when the storageCapacity is set as "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powermax_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: external-health-monitor
enabled: false
args: [ "--monitor-interval=60s" ]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1

# Uncomment the following to configure how often external-provisioner polls the driver to detect changed capacity
# Configure only when the storageCapacity is set as "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: external-health-monitor
enabled: false
args: [ "--monitor-interval=60s" ]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1

# Uncomment the following to configure how often external-provisioner polls the driver to detect changed capacity
# Configure only when the storageCapacity is set as "true"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testfiles/storage_csm_powermax_sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- name: external-health-monitor
enabled: false
args: [ "--monitor-interval=60s" ]
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.12.1

# Uncomment the following to configure how often external-provisioner polls the driver to detect changed capacity
# Configure only when the storageCapacity is set as "true"
Expand Down

0 comments on commit bd61868

Please sign in to comment.