This commit is contained in:
Chris Lu 2020-03-17 10:58:35 -07:00
parent bec6ec7db6
commit db9854fa0a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
version: c1.63
version: 1.64

View file

@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
imageTag: "c1.63"
imageTag: "1.64"
imagePullPolicy: IfNotPresent
imagePullSecrets: imagepullsecret
restartPolicy: Always

View file

@ -5,5 +5,5 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 63)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 64)
)