[charts/argo-cd] Bump version to 1.3.4 (#184)

* [charts/argo-cd] Bump version to 1.3.4

* Bump chart version
This commit is contained in:
Sean Johnson 2019-12-10 10:03:02 +11:00 committed by GitHub
parent 0e2c29c0c3
commit 78fd7e0bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "1.3.0" appVersion: "1.3.4"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 1.4.3 version: 1.4.4
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
keywords: keywords:

View file

@ -10,7 +10,7 @@ installCRDs: true
global: global:
image: image:
repository: argoproj/argocd repository: argoproj/argocd
tag: v1.3.0 tag: v1.3.4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
## Controller ## Controller
@ -19,7 +19,7 @@ controller:
image: image:
repository: # argoproj/argocd repository: # argoproj/argocd
tag: # v1.3.0 tag: # v1.3.4
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Argo controller commandline flags ## Argo controller commandline flags
@ -246,7 +246,7 @@ server:
image: image:
repository: # argoproj/argocd repository: # argoproj/argocd
tag: # v1.3.0 tag: # v1.3.4
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server ## Additional command line arguments to pass to argocd-server
@ -482,7 +482,7 @@ repoServer:
image: image:
repository: # argoproj/argocd repository: # argoproj/argocd
tag: # v1.3.0 tag: # v1.3.4
imagePullPolicy: # IfNotPresent imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server ## Additional command line arguments to pass to argocd-repo-server
@ -687,7 +687,8 @@ configs:
gogsSecret: "" gogsSecret: ""
# Argo TLS Data. # Argo TLS Data.
argocdServerTlsConfig: {} argocdServerTlsConfig:
{}
# key: # key:
# crt: | # crt: |
# -----BEGIN CERTIFICATE----- # -----BEGIN CERTIFICATE-----
@ -696,7 +697,6 @@ configs:
# -----BEGIN CERTIFICATE----- # -----BEGIN CERTIFICATE-----
# <ca cert data> # <ca cert data>
# -----END CERTIFICATE----- # -----END CERTIFICATE-----
# Argo expects the password in the secret to be bcrypt hashed. You can create this hash with # Argo expects the password in the secret to be bcrypt hashed. You can create this hash with
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'` # `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
# argocdServerAdminPassword: # argocdServerAdminPassword: