Skip to content

Commit

Permalink
switch to livenessprobe v2.2.0 - fix memleak
Browse files Browse the repository at this point in the history
This fixes a memory leak as discussed here:
kubernetes-csi/livenessprobe#91

and fixed here:
kubernetes-csi/livenessprobe#94

Signed-off-by: Roland Kammerer <[email protected]>
  • Loading branch information
rck committed Apr 6, 2021
1 parent fcf783a commit ac38274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/piraeus/values.cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ csi:
enabled: true
pluginImage: daocloud.io/piraeus/piraeus-csi:v0.11.0
csiAttacherImage: daocloud.io/piraeus/csi-attacher:v3.0.2
csiLivenessProbeImage: daocloud.io/piraeus/livenessprobe:v2.1.0
csiLivenessProbeImage: daocloud.io/piraeus/livenessprobe:v2.2.0
csiNodeDriverRegistrarImage: daocloud.io/piraeus/csi-node-driver-registrar:v2.0.1
csiProvisionerImage: daocloud.io/piraeus/csi-provisioner:v2.0.4
csiSnapshotterImage: daocloud.io/piraeus/csi-snapshotter:v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion charts/piraeus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ csi:
enabled: true
pluginImage: quay.io/piraeusdatastore/piraeus-csi:v0.11.0
csiAttacherImage: k8s.gcr.io/sig-storage/csi-attacher:v3.0.2
csiLivenessProbeImage: k8s.gcr.io/sig-storage/livenessprobe:v2.1.0
csiLivenessProbeImage: k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
csiNodeDriverRegistrarImage: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1
csiProvisionerImage: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4
csiSnapshotterImage: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion deploy/piraeus/templates/operator-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
csiControllerServiceAccountName: csi-controller
csiNodeServiceAccountName: csi-node
csiAttacherImage: "k8s.gcr.io/sig-storage/csi-attacher:v3.0.2"
csiLivenessProbeImage: "k8s.gcr.io/sig-storage/livenessprobe:v2.1.0"
csiLivenessProbeImage: "k8s.gcr.io/sig-storage/livenessprobe:v2.2.0"
csiNodeDriverRegistrarImage: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.0.1"
csiProvisionerImage: "k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4"
csiResizerImage: "k8s.gcr.io/sig-storage/csi-resizer:v1.0.1"
Expand Down

0 comments on commit ac38274

Please sign in to comment.