Skip to content

Commit

Permalink
Merge pull request #35 from cita-cloud/34-chart-support-v640
Browse files Browse the repository at this point in the history
feat: chart support v6.4.0
  • Loading branch information
acechef authored Apr 28, 2022
2 parents f6c407f + e225124 commit 5d8f926
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/cita-cloud-operator-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/cita-cloud-operator-proxy/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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. |

Expand Down
2 changes: 1 addition & 1 deletion charts/cita-cloud-operator-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d8f926

Please sign in to comment.