Merge branch 'master' into fix-admin-password-mtime

This commit is contained in:
Sean Johnson 2020-01-24 09:26:55 +11:00 committed by GitHub
commit cc4a10a2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.4.0"
appVersion: "1.4.1"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 1.7.0

View file

@ -36,7 +36,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|-----|------|---------|
| global.image.imagePullPolicy | If defined, a imagePullPolicy applied to all ArgoCD deployments. | `"IfNotPresent"` |
| global.image.repository | If defined, a repository applied to all ArgoCD deployments. | `"argoproj/argocd"` |
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.4.0"` |
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.4.1"` |
| global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | 
| nameOverride | Provide a name in place of `argocd` | `"argocd"` |
| installCRDs | bool | `true` | Install CRDs if you are using Helm2. |

View file

@ -10,7 +10,7 @@ installCRDs: true
global:
image:
repository: argoproj/argocd
tag: v1.4.0
tag: v1.4.1
imagePullPolicy: IfNotPresent
securityContext: {}
# runAsUser: 999
@ -23,7 +23,7 @@ controller:
image:
repository: # argoproj/argocd
tag: # v1.3.6
tag: # v1.4.1
imagePullPolicy: # IfNotPresent
## Argo controller commandline flags
@ -270,7 +270,7 @@ server:
image:
repository: # argoproj/argocd
tag: # v1.3.6
tag: # v1.4.1
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server
@ -511,7 +511,7 @@ repoServer:
image:
repository: # argoproj/argocd
tag: # v1.3.6
tag: # v1.4.1
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server