From 813453f3e1d6b6939aaee3d94b4491c928b2d2fb Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 13 Dec 2020 03:45:35 -0800 Subject: [PATCH] 2.15 --- k8s/seaweedfs/values.yaml | 2 +- weed/util/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/seaweedfs/values.yaml b/k8s/seaweedfs/values.yaml index bba99cdb3..72bdb684a 100644 --- a/k8s/seaweedfs/values.yaml +++ b/k8s/seaweedfs/values.yaml @@ -4,7 +4,7 @@ global: registry: "" repository: "" imageName: chrislusf/seaweedfs - imageTag: "2.14" + imageTag: "2.15" imagePullPolicy: IfNotPresent imagePullSecrets: imagepullsecret restartPolicy: Always diff --git a/weed/util/constants.go b/weed/util/constants.go index ebf9e0ea9..52ba08494 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, 14) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 15) COMMIT = "" )