From 191fbdeff2ffdbeafc541c8675343a3d585dab3a Mon Sep 17 00:00:00 2001 From: lou-lan Date: Mon, 6 Nov 2023 16:24:58 +0800 Subject: [PATCH] Update version to v0.3.0 (#931) --- VERSION | 2 +- charts/Chart.yaml | 4 ++-- charts/README.md | 4 ++-- charts/values.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 46e0e8543..268b0334e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.0-rc1 +v0.3.0 diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 6a3638121..33ece3ba1 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -4,11 +4,11 @@ home: "https://spidernet-io.github.io/agent" # application or library type: application # no need to modify this version , CI will auto update it with /VERSION -version: "0.3.0-rc1" +version: "0.3.0" # This field is informational, and has no impact on chart version calculations . # Leaving it unquoted can lead to parsing issues in some cases # no need to modify this version , CI will auto update it with /VERSION -appVersion: "0.3.0-rc1" +appVersion: "0.3.0" kubeVersion: ">= 1.16.0-0" description: egressgateway sources: diff --git a/charts/README.md b/charts/README.md index 36bc8017f..92bd72b29 100644 --- a/charts/README.md +++ b/charts/README.md @@ -66,7 +66,7 @@ helm install egressgateway egressgateway/egressgateway --namespace kube-system | `agent.image.repository` | The image repository of egressgateway agent | `spidernet-io/egressgateway-agent` | | `agent.image.pullPolicy` | The image pull policy of egressgateway agent | `IfNotPresent` | | `agent.image.digest` | The image digest of egressgateway agent, which takes preference over tag | `""` | -| `agent.image.tag` | The image tag of egressgateway agent, overrides the image tag whose default is the chart appVersion. | `v0.3.0-rc1` | +| `agent.image.tag` | The image tag of egressgateway agent, overrides the image tag whose default is the chart appVersion. | `v0.3.0` | | `agent.image.imagePullSecrets` | the image pull secrets of egressgateway agent | `[]` | | `agent.serviceAccount.create` | Create the service account for the egressgateway agent | `true` | | `agent.serviceAccount.annotations` | The annotations of egressgateway agent service account | `{}` | @@ -125,7 +125,7 @@ helm install egressgateway egressgateway/egressgateway --namespace kube-system | `controller.image.repository` | The image repository of egressgateway controller | `spidernet-io/egressgateway-controller` | | `controller.image.pullPolicy` | The image pullPolicy of egressgateway controller | `IfNotPresent` | | `controller.image.digest` | The image digest of egressgatewayController, which takes preference over tag | `""` | -| `controller.image.tag` | The image tag of egressgateway controller, overrides the image tag whose default is the chart appVersion. | `v0.3.0-rc1` | +| `controller.image.tag` | The image tag of egressgateway controller, overrides the image tag whose default is the chart appVersion. | `v0.3.0` | | `controller.image.imagePullSecrets` | The image pull secrets of egressgateway controller | `[]` | | `controller.serviceAccount.create` | Create the service account for the egressgateway controller | `true` | | `controller.serviceAccount.annotations` | The annotations of egressgateway controller service account | `{}` | diff --git a/charts/values.yaml b/charts/values.yaml index b8a35b124..23ba0ccfd 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -98,7 +98,7 @@ agent: ## @param agent.image.digest The image digest of egressgateway agent, which takes preference over tag digest: "" ## @param agent.image.tag The image tag of egressgateway agent, overrides the image tag whose default is the chart appVersion. - tag: "v0.3.0-rc1" + tag: "v0.3.0" ## @param agent.image.imagePullSecrets the image pull secrets of egressgateway agent imagePullSecrets: [] # - name: "image-pull-secret" @@ -239,7 +239,7 @@ controller: ## @param controller.image.digest The image digest of egressgatewayController, which takes preference over tag digest: "" ## @param controller.image.tag The image tag of egressgateway controller, overrides the image tag whose default is the chart appVersion. - tag: "v0.3.0-rc1" + tag: "v0.3.0" ## @param controller.image.imagePullSecrets The image pull secrets of egressgateway controller imagePullSecrets: [] # - name: "image-pull-secret"