From 57b922cb9772b4ca5d8bcdfeeb20f6bb89edd44d Mon Sep 17 00:00:00 2001 From: Lingming Xia Date: Tue, 10 Sep 2024 16:01:21 +0800 Subject: [PATCH] bump chart version and image version to 0.17.2 (#68) #release Signed-off-by: lmxia --- charts/clusternet-agent/Chart.yaml | 4 ++-- charts/clusternet-agent/README.md | 2 +- charts/clusternet-agent/values.yaml | 2 +- charts/clusternet-controller-manager/Chart.yaml | 4 ++-- charts/clusternet-controller-manager/README.md | 2 +- charts/clusternet-controller-manager/values.yaml | 2 +- charts/clusternet-hub/Chart.yaml | 4 ++-- charts/clusternet-hub/README.md | 2 +- charts/clusternet-hub/values.yaml | 2 +- charts/clusternet-scheduler/Chart.yaml | 4 ++-- charts/clusternet-scheduler/README.md | 2 +- charts/clusternet-scheduler/values.yaml | 2 +- 12 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/clusternet-agent/Chart.yaml b/charts/clusternet-agent/Chart.yaml index daa8c2b..5216061 100644 --- a/charts/clusternet-agent/Chart.yaml +++ b/charts/clusternet-agent/Chart.yaml @@ -33,10 +33,10 @@ kubeVersion: "" # 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: 0.14.0 +version: 0.14.1 # 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.17.1" +appVersion: "v0.17.2" diff --git a/charts/clusternet-agent/README.md b/charts/clusternet-agent/README.md index 2aa0371..55be627 100644 --- a/charts/clusternet-agent/README.md +++ b/charts/clusternet-agent/README.md @@ -114,7 +114,7 @@ chart and deletes the release. | `serviceAccount.name` | The name of the ServiceAccount to create | `"clusternet-agent"` | | `image.registry` | clusternet-agent image registry | `ghcr.io` | | `image.repository` | clusternet-agent image repository | `clusternet/clusternet-agent` | -| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.17.1` | +| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.17.2` | | `image.pullPolicy` | clusternet-agent image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `leaderElect` | Enable or disable leader elect | `true` | diff --git a/charts/clusternet-agent/values.yaml b/charts/clusternet-agent/values.yaml index 71cf134..5d7608a 100644 --- a/charts/clusternet-agent/values.yaml +++ b/charts/clusternet-agent/values.yaml @@ -45,7 +45,7 @@ serviceAccount: image: registry: ghcr.io repository: clusternet/clusternet-agent - tag: v0.17.1 + tag: v0.17.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/clusternet-controller-manager/Chart.yaml b/charts/clusternet-controller-manager/Chart.yaml index cf966cc..f406daa 100644 --- a/charts/clusternet-controller-manager/Chart.yaml +++ b/charts/clusternet-controller-manager/Chart.yaml @@ -31,10 +31,10 @@ kubeVersion: "" # 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: 0.14.0 +version: 0.14.1 # 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.17.1" +appVersion: "v0.17.2" diff --git a/charts/clusternet-controller-manager/README.md b/charts/clusternet-controller-manager/README.md index 1959a18..c7112af 100644 --- a/charts/clusternet-controller-manager/README.md +++ b/charts/clusternet-controller-manager/README.md @@ -65,7 +65,7 @@ chart and deletes the release. | `controller` | Controller a list of controllers to enable | `"*"` | | `image.registry` | clusternet-controller-manager image registry | `ghcr.io` | | `image.repository` | clusternet-controller-manager image repository | `clusternet/clusternet-controller-manager` | -| `image.tag` | clusternet-controller-manager image tag (immutable tags are recommended) | `v0.17.1` | +| `image.tag` | clusternet-controller-manager image tag (immutable tags are recommended) | `v0.17.2` | | `image.pullPolicy` | clusternet-controller-manager image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `reservedNamespace` | Reserved namespace used for creating Manifest by clusternet-controller-manager | `clusternet-reserved` | diff --git a/charts/clusternet-controller-manager/values.yaml b/charts/clusternet-controller-manager/values.yaml index 7c2819d..5434c01 100644 --- a/charts/clusternet-controller-manager/values.yaml +++ b/charts/clusternet-controller-manager/values.yaml @@ -40,7 +40,7 @@ controllers: "*" image: registry: ghcr.io repository: clusternet/clusternet-controller-manager - tag: v0.17.1 + tag: v0.17.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/clusternet-hub/Chart.yaml b/charts/clusternet-hub/Chart.yaml index ae7b484..e91b5e3 100644 --- a/charts/clusternet-hub/Chart.yaml +++ b/charts/clusternet-hub/Chart.yaml @@ -31,10 +31,10 @@ kubeVersion: "" # 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: 0.14.0 +version: 0.14.1 # 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.17.1" +appVersion: "v0.17.2" diff --git a/charts/clusternet-hub/README.md b/charts/clusternet-hub/README.md index b5fc52a..41850c0 100644 --- a/charts/clusternet-hub/README.md +++ b/charts/clusternet-hub/README.md @@ -112,7 +112,7 @@ chart and deletes the release. | `peerPort` | Port where clusternet-hub peer will be advertised | `8123` | | `image.registry` | clusternet-hub image registry | `ghcr.io` | | `image.repository` | clusternet-hub image repository | `clusternet/clusternet-hub` | -| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.17.1` | +| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.17.2` | | `image.pullPolicy` | clusternet-hub image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `reservedNamespace` | Reserved namespace used for creating Manifest by clusternet-hub | `clusternet-reserved` | diff --git a/charts/clusternet-hub/values.yaml b/charts/clusternet-hub/values.yaml index e1e2535..13b2d3f 100644 --- a/charts/clusternet-hub/values.yaml +++ b/charts/clusternet-hub/values.yaml @@ -38,7 +38,7 @@ peerPort: 8123 image: registry: ghcr.io repository: clusternet/clusternet-hub - tag: v0.17.1 + tag: v0.17.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/charts/clusternet-scheduler/Chart.yaml b/charts/clusternet-scheduler/Chart.yaml index 07e1415..97f9e8e 100644 --- a/charts/clusternet-scheduler/Chart.yaml +++ b/charts/clusternet-scheduler/Chart.yaml @@ -33,10 +33,10 @@ kubeVersion: "" # 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: 0.14.0 +version: 0.14.1 # 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.17.1" +appVersion: "v0.17.2" diff --git a/charts/clusternet-scheduler/README.md b/charts/clusternet-scheduler/README.md index 389af94..489d1b0 100644 --- a/charts/clusternet-scheduler/README.md +++ b/charts/clusternet-scheduler/README.md @@ -72,7 +72,7 @@ chart and deletes the release. | `serviceAccount.name` | The name of the ServiceAccount to create | `clusternet-scheduler` | | `image.registry` | clusternet-scheduler image registry | `ghcr.io` | | `image.repository` | clusternet-scheduler image repository | `clusternet/clusternet-scheduler` | -| `image.tag` | clusternet-scheduler image tag (immutable tags are recommended) | `v0.17.1` | +| `image.tag` | clusternet-scheduler image tag (immutable tags are recommended) | `v0.17.2` | | `image.pullPolicy` | clusternet-scheduler image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `leaderElect` | Enable or disable leader elect | `true` | diff --git a/charts/clusternet-scheduler/values.yaml b/charts/clusternet-scheduler/values.yaml index 13da057..06d2070 100644 --- a/charts/clusternet-scheduler/values.yaml +++ b/charts/clusternet-scheduler/values.yaml @@ -37,7 +37,7 @@ serviceAccount: image: registry: ghcr.io repository: clusternet/clusternet-scheduler - tag: v0.17.1 + tag: v0.17.2 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images