diff --git a/charts/charts/dashboard/values.yaml b/charts/charts/dashboard/values.yaml index 874fa1d..494840c 100644 --- a/charts/charts/dashboard/values.yaml +++ b/charts/charts/dashboard/values.yaml @@ -8,7 +8,7 @@ image: repository: tkestack/kstone-dashboard pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.1-alpha.1" + tag: "v0.1.0-alpha.1" imagePullSecrets: [] nameOverride: "" diff --git a/charts/values.test.yaml b/charts/values.test.yaml index c6304ab..4ad95cd 100644 --- a/charts/values.test.yaml +++ b/charts/values.test.yaml @@ -5,7 +5,7 @@ global: env: test kstone: - tag: v0.0.1-alpha.2 + tag: v0.1.0-alpha.1 serviceAccount: # Specifies whether a service account should be created diff --git a/charts/values.yaml b/charts/values.yaml index 594eea2..e31aa56 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -5,7 +5,7 @@ global: env: production kstone: - tag: v0.0.1-alpha.2 + tag: v0.1.0-alpha.1 serviceAccount: # Specifies whether a service account should be created