Skip to content

Commit

Permalink
2.59
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Jul 15, 2021
1 parent f0042f6 commit a45bbc0
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "2.58"
version: "2.58"
appVersion: "2.59"
version: "2.59"
2 changes: 1 addition & 1 deletion k8s/seaweedfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
# imageTag: "2.58" - started using {.Chart.appVersion}
# imageTag: "2.59" - started using {.Chart.appVersion}
imagePullPolicy: IfNotPresent
imagePullSecrets: imagepullsecret
restartPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion weed/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

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

Expand Down

0 comments on commit a45bbc0

Please sign in to comment.