fix: remove foreign character (#280)

An accented character snuck into values.yaml: `bitbucketUUÌD` rather than `bitbucketUUID`
pull/274/head
Mathew Wicks 2020-03-27 07:27:13 +11:00 committed by GitHub
parent d14ada6657
commit c6c4722787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.4.2"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 2.0.1
version: 2.0.2
home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
keywords:

View File

@ -760,7 +760,7 @@ configs:
githubSecret: ""
gitlabSecret: ""
bitbucketServerSecret: ""
bitbucketUUÌD: ""
bitbucketUUID: ""
gogsSecret: ""
# Custom secrets. Useful for injecting SSO secrets into environment variables.