From 65c36fb193233c5db6d238810cf6ea5e0261583d Mon Sep 17 00:00:00 2001 From: engowzhou Date: Wed, 29 Dec 2021 17:18:14 +0800 Subject: [PATCH] fix: release v0.1.0-alpha.1 --- charts/charts/dashboard/values.yaml | 2 +- charts/values.test.yaml | 2 +- charts/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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