From b356cab458fc5cd9ca44d50917d8f2a2f5727dbf Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Wed, 14 Sep 2022 11:43:38 +0800 Subject: [PATCH] update image tags to v0.5.0 Signed-off-by: Iceber Gu --- clusterpedia/Chart.yaml | 2 +- clusterpedia/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clusterpedia/Chart.yaml b/clusterpedia/Chart.yaml index 7daff79..00da393 100644 --- a/clusterpedia/Chart.yaml +++ b/clusterpedia/Chart.yaml @@ -21,7 +21,7 @@ version: 0.0.3 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.5.0-beta.0" +appVersion: "v0.5.0" sources: - "https://github.com/clusterpedia-io/clusterpedia" diff --git a/clusterpedia/values.yaml b/clusterpedia/values.yaml index 8956e8e..750373b 100644 --- a/clusterpedia/values.yaml +++ b/clusterpedia/values.yaml @@ -109,7 +109,7 @@ apiserver: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/apiserver - tag: v0.5.0-beta.0 + tag: v0.5.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## @@ -167,7 +167,7 @@ clustersynchroManager: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/clustersynchro-manager - tag: v0.5.0-beta.0 + tag: v0.5.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## @@ -239,7 +239,7 @@ controllerManager: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/controller-manager - tag: v0.5.0-beta.0 + tag: v0.5.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ##