Skip to content

Commit

Permalink
1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Jun 28, 2020
1 parent 20d9cfa commit b813fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/seaweedfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
version: 1.83
version: 1.84
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: "1.83"
imageTag: "1.84"
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.%d", sizeLimit, 1, 83)
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 84)
COMMIT = ""
)

Expand Down

0 comments on commit b813fac

Please sign in to comment.