aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--k8s/seaweedfs/values.yaml2
-rw-r--r--weed/util/constants.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/k8s/seaweedfs/values.yaml b/k8s/seaweedfs/values.yaml
index 7667d2815..0e8ce3a35 100644
--- a/k8s/seaweedfs/values.yaml
+++ b/k8s/seaweedfs/values.yaml
@@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
- imageTag: "2.16"
+ imageTag: "2.17"
imagePullPolicy: IfNotPresent
imagePullSecrets: imagepullsecret
restartPolicy: Always
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 89155e9a2..95370746b 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 16)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 17)
COMMIT = ""
)