Skip to content

Commit

Permalink
feat/update version v0.2.0-rc1 (#502)
Browse files Browse the repository at this point in the history
Signed-off-by: dcwbq <biqiang.wu@daocloud.io>
  • Loading branch information
biqiangwu authored Jun 28, 2023
1 parent 3889d55 commit 21cb6a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0-rc0
v0.2.0-rc1
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0-rc0"
version: "0.2.0-rc1"
# 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.2.0-rc0"
appVersion: "0.2.0-rc1"
kubeVersion: ">= 1.16.0-0"
description: egressgateway
sources:
Expand Down
5 changes: 3 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.1.0` |
| `agent.image.tag` | The image tag of egressgateway agent, overrides the image tag whose default is the chart appVersion. | `v0.2.0-rc1` |
| `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 | `{}` |
Expand Down Expand Up @@ -108,7 +108,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.1.0` |
| `controller.image.tag` | The image tag of egressgateway controller, overrides the image tag whose default is the chart appVersion. | `v0.2.0-rc1` |
| `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 | `{}` |
Expand Down Expand Up @@ -166,3 +166,4 @@ helm install egressgateway egressgateway/egressgateway --namespace kube-system
| `controller.tls.auto.certExpiration` | Server cert expiration for auto method | `73000` |
| `controller.tls.auto.extraIpAddresses` | Extra IP addresses of server certificate for auto method | `[]` |
| `controller.tls.auto.extraDnsNames` | Extra DNS names of server cert for auto method | `[]` |

4 changes: 2 additions & 2 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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.1.0"
tag: "v0.2.0-rc1"
## @param agent.image.imagePullSecrets the image pull secrets of egressgateway agent
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -210,7 +210,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.1.0"
tag: "v0.2.0-rc1"
## @param controller.image.imagePullSecrets The image pull secrets of egressgateway controller
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down

0 comments on commit 21cb6a4

Please sign in to comment.