This commit is contained in:
Chris Lu 2020-09-20 00:47:04 -07:00
parent 7af7380a7e
commit 9cac9c4001
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
version: 1.99
version: 2.00

View File

@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
imageTag: "1.99"
imageTag: "2.00"
imagePullPolicy: IfNotPresent
imagePullSecrets: imagepullsecret
restartPolicy: Always

View File

@ -5,7 +5,7 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 99)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 2, 00)
COMMIT = ""
)