1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00
This commit is contained in:
Chris Lu 2020-10-17 02:42:33 -07:00
parent 09bab17aff
commit 898db14729
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
version: 2.04
version: 2.05

View file

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

View file

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