Skip to content

Commit

Permalink
2.43
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed May 1, 2021
1 parent 53b300e commit c48ef78
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.42"
version: 2.42
appVersion: "2.43"
version: 2.43
2 changes: 1 addition & 1 deletion k8s/seaweedfs/values.yaml
Expand Up @@ -4,7 +4,7 @@ global:
registry: ""
repository: ""
imageName: chrislusf/seaweedfs
# imageTag: "2.42" - started using {.Chart.appVersion}
# imageTag: "2.43" - 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, 42)
VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 43)
COMMIT = ""
)

Expand Down

0 comments on commit c48ef78

Please sign in to comment.