From ad1e13e757f7e1b7dbc5fabe2eba911b2a6640ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=9D=B0?= Date: Mon, 28 Nov 2022 18:41:32 +0800 Subject: [PATCH] Update clusterpedia image to v0.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宋文杰 --- charts/clusterpedia/Chart.yaml | 4 ++-- charts/clusterpedia/README.md | 6 +++--- charts/clusterpedia/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/clusterpedia/Chart.yaml b/charts/clusterpedia/Chart.yaml index c901722..b74bd3d 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.0.2 +version: 1.1.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.5.1" +appVersion: "v0.5.2" sources: - "https://github.com/clusterpedia-io/clusterpedia-helm" diff --git a/charts/clusterpedia/README.md b/charts/clusterpedia/README.md index 0725efb..fbf1a0d 100644 --- a/charts/clusterpedia/README.md +++ b/charts/clusterpedia/README.md @@ -228,7 +228,7 @@ rm /var/local/clusterpedia/internalstorage/ | apiserver.image.pullSecrets | list | `[]` | | | apiserver.image.registry | string | `"ghcr.io"` | | | apiserver.image.repository | string | `"clusterpedia-io/clusterpedia/apiserver"` | | -| apiserver.image.tag | string | `"v0.5.1"` | | +| apiserver.image.tag | string | `"v0.5.2"` | | | apiserver.labels | object | `{}` | | | apiserver.nodeSelector | object | `{}` | | | apiserver.podAnnotations | object | `{}` | | @@ -250,7 +250,7 @@ rm /var/local/clusterpedia/internalstorage/ | clustersynchroManager.image.pullSecrets | list | `[]` | | | clustersynchroManager.image.registry | string | `"ghcr.io"` | | | clustersynchroManager.image.repository | string | `"clusterpedia-io/clusterpedia/clustersynchro-manager"` | | -| clustersynchroManager.image.tag | string | `"v0.5.1"` | | +| clustersynchroManager.image.tag | string | `"v0.5.2"` | | | clustersynchroManager.labels | object | `{}` | | | clustersynchroManager.nodeSelector | object | `{}` | | | clustersynchroManager.podAnnotations | object | `{}` | | @@ -269,7 +269,7 @@ rm /var/local/clusterpedia/internalstorage/ | controllerManager.image.pullSecrets | list | `[]` | | | controllerManager.image.registry | string | `"ghcr.io"` | | | controllerManager.image.repository | string | `"clusterpedia-io/clusterpedia/controller-manager"` | | -| controllerManager.image.tag | string | `"v0.5.1"` | | +| controllerManager.image.tag | string | `"v0.5.2"` | | | controllerManager.labels | object | `{}` | | | controllerManager.nodeSelector | object | `{}` | | | controllerManager.podAnnotations | object | `{}` | | diff --git a/charts/clusterpedia/values.yaml b/charts/clusterpedia/values.yaml index 3a4264d..f8e2e6e 100644 --- a/charts/clusterpedia/values.yaml +++ b/charts/clusterpedia/values.yaml @@ -122,7 +122,7 @@ apiserver: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/apiserver - tag: v0.5.1 + tag: v0.5.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## @@ -182,7 +182,7 @@ clustersynchroManager: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/clustersynchro-manager - tag: v0.5.1 + tag: v0.5.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## @@ -254,7 +254,7 @@ controllerManager: image: registry: ghcr.io repository: clusterpedia-io/clusterpedia/controller-manager - tag: v0.5.1 + tag: v0.5.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ##