diff --git a/charts/cita-cloud-operator-proxy/Chart.yaml b/charts/cita-cloud-operator-proxy/Chart.yaml index 73fc2ff..1d53756 100644 --- a/charts/cita-cloud-operator-proxy/Chart.yaml +++ b/charts/cita-cloud-operator-proxy/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cita-cloud-operator-proxy description: A Helm chart for Cita-Cloud Operator Proxy type: application -version: 0.0.2 -appVersion: 0.0.2 +version: 0.0.3 +appVersion: 6.4.0 kubeVersion: ">=1.18.0-0" home: https://github.com/cita-cloud/operator-proxy diff --git a/charts/cita-cloud-operator-proxy/README.md b/charts/cita-cloud-operator-proxy/README.md index 1fe49e8..5004a0d 100644 --- a/charts/cita-cloud-operator-proxy/README.md +++ b/charts/cita-cloud-operator-proxy/README.md @@ -1,6 +1,6 @@ # cita-cloud-operator-proxy -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.2](https://img.shields.io/badge/AppVersion-0.0.2-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.4.0](https://img.shields.io/badge/AppVersion-6.4.0-informational?style=flat-square) A Helm chart for Cita-Cloud Operator Proxy @@ -23,7 +23,7 @@ Kubernetes: `>=1.18.0-0` | global.registry | string | `"docker.io"` | You can specify the image registry. | | global.repository | string | `"citacloud"` | You can specify the image repository. | | image.pullPolicy | string | `"IfNotPresent"` | You can specify the image pull policy. | -| image.tag | string | `"v0.0.2"` | You can specify the image tag. | +| image.tag | string | `"v0.0.3"` | You can specify the image tag. | | replicas | int | `1` | You can specify the replica count. | | serviceAccountName | string | `"cita-cloud-operator-proxy-sa"` | You can specify the service account. | diff --git a/charts/cita-cloud-operator-proxy/values.yaml b/charts/cita-cloud-operator-proxy/values.yaml index 78bcc6f..f07a193 100644 --- a/charts/cita-cloud-operator-proxy/values.yaml +++ b/charts/cita-cloud-operator-proxy/values.yaml @@ -8,7 +8,7 @@ image: # image.pullPolicy -- You can specify the image pull policy. pullPolicy: IfNotPresent # image.tag -- You can specify the image tag. - tag: v0.0.2 + tag: v0.0.3 # replicas -- You can specify the replica count. replicas: 1 diff --git a/install-cli.sh b/install-cli.sh index 411f5ef..bdc0e4f 100644 --- a/install-cli.sh +++ b/install-cli.sh @@ -21,7 +21,7 @@ export REPO=operator-proxy export BIN_LOCATION="/usr/local/bin" #cli_version=$(curl -s https://api.github.com/repos/$OWNER/$REPO/releases/latest | grep 'tag_name' | cut -d '"' -f 4 | tr -d 'v') -cli_version=0.0.1 +cli_version=0.0.3 function sudocmd(){ if [ $(whoami) == "root" ]; then