Merge branch 'master' into tls-reference
This commit is contained in:
commit
f5e5ca5b17
2 changed files with 19 additions and 18 deletions
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
appVersion: "1.3.0"
|
||||
appVersion: "1.3.4"
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 1.4.3
|
||||
version: 1.4.4
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
keywords:
|
||||
|
|
|
@ -10,7 +10,7 @@ installCRDs: true
|
|||
global:
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v1.3.0
|
||||
tag: v1.3.4
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
## Controller
|
||||
|
@ -19,7 +19,7 @@ controller:
|
|||
|
||||
image:
|
||||
repository: # argoproj/argocd
|
||||
tag: # v1.3.0
|
||||
tag: # v1.3.4
|
||||
imagePullPolicy: # IfNotPresent
|
||||
|
||||
## Argo controller commandline flags
|
||||
|
@ -246,7 +246,7 @@ server:
|
|||
|
||||
image:
|
||||
repository: # argoproj/argocd
|
||||
tag: # v1.3.0
|
||||
tag: # v1.3.4
|
||||
imagePullPolicy: # IfNotPresent
|
||||
|
||||
## Additional command line arguments to pass to argocd-server
|
||||
|
@ -482,7 +482,7 @@ repoServer:
|
|||
|
||||
image:
|
||||
repository: # argoproj/argocd
|
||||
tag: # v1.3.0
|
||||
tag: # v1.3.4
|
||||
imagePullPolicy: # IfNotPresent
|
||||
|
||||
## Additional command line arguments to pass to argocd-repo-server
|
||||
|
@ -687,7 +687,8 @@ configs:
|
|||
gogsSecret: ""
|
||||
|
||||
# Argo TLS Data.
|
||||
argocdServerTlsConfig: {}
|
||||
argocdServerTlsConfig:
|
||||
{}
|
||||
# key:
|
||||
# crt: |
|
||||
# -----BEGIN CERTIFICATE-----
|
||||
|
|
Loading…
Reference in a new issue