Skip to content

Commit

Permalink
2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed May 31, 2021
1 parent 1456616 commit 4233ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/seaweedfs/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "2.49"
version: 2.49
appVersion: "2.50"
version: 2.50
2 changes: 1 addition & 1 deletion k8s/seaweedfs/values.yaml
Expand Up @@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
# imageTag: "2.49" - started using {.Chart.appVersion}
# imageTag: "2.50" - started using {.Chart.appVersion}
imagePullPolicy: IfNotPresent
imagePullSecrets: imagepullsecret
restartPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion weed/util/constants.go
Expand Up @@ -5,7 +5,7 @@ import (
)

var (
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 49)
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 50)
COMMIT = ""
)

Expand Down

0 comments on commit 4233ad3

Please sign in to comment.