Merge branch 'master' into argo-cd-with-redis-ha

This commit is contained in:
Spencer Gilbert 2020-04-07 11:09:00 -04:00 committed by GitHub
commit 8c9a6be7bb
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.2"
appVersion: "1.5.1"
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 2.1.0

View file

@ -57,7 +57,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.2"` |
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.5.1"` |
| global.securityContext | Toggle and define securityContext | See [values.yaml](values.yaml) | 
| global.imagePullSecrets | If defined, uses a Secret to pull an image from a private Docker registry or repository. | `[]` | 
| global.hostAliases | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files | `[]` |

View file

@ -10,7 +10,7 @@ installCRDs: true
global:
image:
repository: argoproj/argocd
tag: v1.4.2
tag: v1.5.1
imagePullPolicy: IfNotPresent
securityContext: {}
# runAsUser: 999
@ -28,7 +28,7 @@ controller:
image:
repository: # argoproj/argocd
tag: # v1.4.2
tag: # v1.5.1
imagePullPolicy: # IfNotPresent
## Argo controller commandline flags
@ -319,7 +319,7 @@ server:
image:
repository: # argoproj/argocd
tag: # v1.4.2
tag: # v1.5.1
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server
@ -574,7 +574,7 @@ repoServer:
image:
repository: # argoproj/argocd
tag: # v1.4.2
tag: # v1.5.1
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server