1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-03 07:36:45 +02:00
This commit is contained in:
Chris Lu 2020-11-29 17:00:03 -08:00
parent 965413c21b
commit 0e99531dbf
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
version: 2.12
version: 2.13

View file

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

View file

@ -5,7 +5,7 @@ import (
)
var (
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 12)
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 13)
COMMIT = ""
)