Skip to content

Commit a6b0c54

Browse files
authored
Fix socket-health port name (#89)
1 parent 30944c1 commit a6b0c54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

controllers/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const (
6262

6363
HealthPortName = "healthz"
6464
HealthPortNumber = 9808
65-
CosCsiMounterHealthPortName = "cos-csi-mounter-socket-health"
65+
CosCsiMounterHealthPortName = "socket-health"
6666
CosCsiMounterHealthPortNumber = 9080
6767

6868
CSIController = "controller"

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33

44
var (
55
// Version ...
6-
Version = "1.0.6"
6+
Version = "1.0.8"
77
// DriverVersion ...
8-
DriverVersion = "1.0.6"
8+
DriverVersion = "1.0.8"
99
)

0 commit comments

Comments
 (0)