[charts/argo-cd] Bump version to 1.3.4
This commit is contained in:
parent
3a2c980044
commit
c096c36cfd
2 changed files with 18 additions and 18 deletions
|
@ -1,5 +1,5 @@
|
||||||
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.1
|
version: 1.4.1
|
||||||
|
|
|
@ -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
|
||||||
|
@ -215,7 +215,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
|
||||||
|
@ -451,7 +451,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
|
||||||
|
@ -539,20 +539,20 @@ repoServer:
|
||||||
## If create is set to true, make sure to uncomment the name and update the rbac section below
|
## If create is set to true, make sure to uncomment the name and update the rbac section below
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: false
|
create: false
|
||||||
# name: argocd-repo-server
|
# name: argocd-repo-server
|
||||||
## Annotations applied to created service account
|
## Annotations applied to created service account
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
||||||
## Repo server rbac rules
|
## Repo server rbac rules
|
||||||
# rbac:
|
# rbac:
|
||||||
# - apiGroups:
|
# - apiGroups:
|
||||||
# - argoproj.io
|
# - argoproj.io
|
||||||
# resources:
|
# resources:
|
||||||
# - applications
|
# - applications
|
||||||
# verbs:
|
# verbs:
|
||||||
# - get
|
# - get
|
||||||
# - list
|
# - list
|
||||||
# - watch
|
# - watch
|
||||||
|
|
||||||
## Argo Configs
|
## Argo Configs
|
||||||
configs:
|
configs:
|
||||||
|
@ -633,8 +633,9 @@ configs:
|
||||||
bitbucketUUÌD: ""
|
bitbucketUUÌD: ""
|
||||||
gogsSecret: ""
|
gogsSecret: ""
|
||||||
|
|
||||||
# Argo TLS Data.
|
# Argo TLS Data.
|
||||||
argocdServerTlsConfig: {}
|
argocdServerTlsConfig:
|
||||||
|
{}
|
||||||
# key:
|
# key:
|
||||||
# crt: |
|
# crt: |
|
||||||
# -----BEGIN CERTIFICATE-----
|
# -----BEGIN CERTIFICATE-----
|
||||||
|
@ -643,7 +644,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:
|
||||||
|
|
Loading…
Reference in a new issue