Upgrade to v1.3.6

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen 2019-12-12 09:42:04 +01:00
parent 6faf1e77c8
commit 0a16e36265
No known key found for this signature in database
GPG key ID: F54982D216088EE1
2 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ $ helm install --name my-release argo/argo-cd
|-----|------|---------|
| 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.2.3"` |
| global.image.tag | If defined, a tag applied to all ArgoCD deployments. | `"v1.3.6"` |
| nameOverride | Provide a name in place of `argocd` | `"argocd"` |
| configs.knownHosts.data.ssh_known_hosts | Known Hosts | See [values.yaml](values.yaml) |
| configs.secret.bitbucketSecret | BitBucket incoming webhook secret | `""` |

View file

@ -10,7 +10,7 @@ installCRDs: true
global:
image:
repository: argoproj/argocd
tag: v1.3.4
tag: v1.3.6
imagePullPolicy: IfNotPresent
## Controller
@ -19,7 +19,7 @@ controller:
image:
repository: # argoproj/argocd
tag: # v1.3.4
tag: # v1.3.6
imagePullPolicy: # IfNotPresent
## Argo controller commandline flags
@ -246,7 +246,7 @@ server:
image:
repository: # argoproj/argocd
tag: # v1.3.4
tag: # v1.3.6
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-server
@ -482,7 +482,7 @@ repoServer:
image:
repository: # argoproj/argocd
tag: # v1.3.4
tag: # v1.3.6
imagePullPolicy: # IfNotPresent
## Additional command line arguments to pass to argocd-repo-server