aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Chiru <cristi.chiru@gmail.com>2023-01-17 15:34:42 +0200
committerGitHub <noreply@github.com>2023-01-17 05:34:42 -0800
commitb04865974905c2b31eb23b966df6386172e5ba50 (patch)
tree28572e6ea7211dbc2d76700a0f4364c9d4d6f183
parente619664eeb91e0c2e3f40eb06255b0c363faf116 (diff)
downloadseaweedfs-b04865974905c2b31eb23b966df6386172e5ba50.tar.xz
seaweedfs-b04865974905c2b31eb23b966df6386172e5ba50.zip
Use semver 2 in Chart.yaml (#4142)
-rw-r--r--k8s/helm_charts2/Chart.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s/helm_charts2/Chart.yaml b/k8s/helm_charts2/Chart.yaml
index 16041acea..970d7ef37 100644
--- a/k8s/helm_charts2/Chart.yaml
+++ b/k8s/helm_charts2/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
-appVersion: "latest"
-version: "latest"
+appVersion: "3.40"
+version: "3.40"