Skip to content

Commit

Permalink
Use livenessprobe version with upstream fix
Browse files Browse the repository at this point in the history
Longhorn 7428

Signed-off-by: Eric Weber <eric.weber@suse.com>
(cherry picked from commit 9f4442f)
  • Loading branch information
ejweber authored and PhanLe1010 committed Feb 15, 2024
1 parent a265f72 commit b2410e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
DefaultCSIResizerImage = "longhornio/csi-resizer:v1.9.2"
DefaultCSISnapshotterImage = "longhornio/csi-snapshotter:v6.3.2"
DefaultCSINodeDriverRegistrarImage = "longhornio/csi-node-driver-registrar:v2.9.2"
DefaultCSILivenessProbeImage = "longhornio/livenessprobe:v2.11.0"
DefaultCSILivenessProbeImage = "longhornio/livenessprobe:v2.12.0"

DefaultCSIAttacherReplicaCount = 3
DefaultCSIProvisionerReplicaCount = 3
Expand Down

0 comments on commit b2410e9

Please sign in to comment.