Skip to content

Commit

Permalink
Bump livenessprobe and node-driver-registrar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed May 5, 2020
1 parent 0df5cfb commit 7c75085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
periodSeconds: 2
failureThreshold: 5
- name: csi-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand All @@ -75,7 +75,7 @@ spec:
mountPath: /registration
- name: liveness-probe
imagePullPolicy: Always
image: quay.io/k8scsi/livenessprobe:v1.1.0
image: quay.io/k8scsi/livenessprobe:v2.0.0
args:
- --csi-address=/csi/csi.sock
- --health-port=9809
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ image:
sidecars:
livenessProbeImage:
repository: quay.io/k8scsi/livenessprobe
tag: "v1.1.0"
tag: "v2.0.0"
nodeDriverRegistrarImage:
repository: quay.io/k8scsi/csi-node-driver-registrar
tag: "v1.1.0"
tag: "v1.3.0"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 7c75085

Please sign in to comment.