From 9c2264f187362af560a2b4bc4e13d88705599d70 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Tue, 4 Jul 2023 13:28:26 +0800 Subject: [PATCH] clusterpedia: bump clusterpedia to 0.7.0 Signed-off-by: Iceber Gu --- charts/clusterpedia/Chart.yaml | 4 ++-- charts/clusterpedia/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/clusterpedia/Chart.yaml b/charts/clusterpedia/Chart.yaml index aa817bc..ff673b3 100644 --- a/charts/clusterpedia/Chart.yaml +++ b/charts/clusterpedia/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.6.3 +version: 1.7.0 # This is the version number of the application being deployed. This version number should be # 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.6.3" +appVersion: "v0.7.0" sources: - "https://github.com/clusterpedia-io/clusterpedia-helm" diff --git a/charts/clusterpedia/values.yaml b/charts/clusterpedia/values.yaml index 7a56bf8..7401bcb 100644 --- a/charts/clusterpedia/values.yaml +++ b/charts/clusterpedia/values.yaml @@ -126,7 +126,7 @@ apiserver: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/apiserver - tag: v0.6.3 + tag: v0.7.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## @@ -190,7 +190,7 @@ clustersynchroManager: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/clustersynchro-manager - tag: v0.6.3 + tag: v0.7.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## @@ -277,7 +277,7 @@ controllerManager: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/controller-manager - tag: v0.6.3 + tag: v0.7.0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ##