mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
2.10
This commit is contained in:
parent
de3bdd0651
commit
15956d8a8e
@ -1,4 +1,4 @@
|
||||
apiVersion: v1
|
||||
description: SeaweedFS
|
||||
name: seaweedfs
|
||||
version: 2.09
|
||||
version: 2.10
|
@ -4,7 +4,7 @@ global:
|
||||
registry: ""
|
||||
repository: ""
|
||||
imageName: chrislusf/seaweedfs
|
||||
imageTag: "2.09"
|
||||
imageTag: "2.10"
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullSecrets: imagepullsecret
|
||||
restartPolicy: Always
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 8)
|
||||
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 10)
|
||||
COMMIT = ""
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user