We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30944c1 commit a6b0c54Copy full SHA for a6b0c54
controllers/constants/constants.go
@@ -62,7 +62,7 @@ const (
62
63
HealthPortName = "healthz"
64
HealthPortNumber = 9808
65
- CosCsiMounterHealthPortName = "cos-csi-mounter-socket-health"
+ CosCsiMounterHealthPortName = "socket-health"
66
CosCsiMounterHealthPortNumber = 9080
67
68
CSIController = "controller"
version/version.go
@@ -3,7 +3,7 @@ package version
3
4
var (
5
// Version ...
6
- Version = "1.0.6"
+ Version = "1.0.8"
7
// DriverVersion ...
8
- DriverVersion = "1.0.6"
+ DriverVersion = "1.0.8"
9
)
0 commit comments