Bumped version to 1.2.3 (#127)

pull/130/head
Johannes 2019-10-11 18:07:38 +02:00 committed by Alex Collins
parent c237709456
commit 22607a897b
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.2.1"
appVersion: "1.2.3"
description: A Helm chart for Argo-CD
name: argo-cd
version: 0.6.0
version: 0.6.1
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png

View File

@ -26,7 +26,7 @@ $ helm install --name my-release argo/argo-cd
| applicationController.containerPort | int | `8082` | Container port for application controller server and metrics |
| applicationController.image.pullPolicy | string | `"Always"` | Docker image pull policy |
| applicationController.image.repository | string | `"argoproj/argocd"` | Docker image repo |
| applicationController.image.tag | string | `"v1.2.0"` | Docker image tag |
| applicationController.image.tag | string | `"v1.2.3"` | Docker image tag |
| applicationController.servicePort | int | `8082` | Service port for applicaiton controller server |
| applicationController.volumeMounts | list | `[]` | Additional volume mounts |
| applicationController.volumes | list | `[]` | Additional volumes |

View File

@ -3,7 +3,7 @@ applicationController:
servicePort: 8082
image:
repository: argoproj/argocd
tag: v1.2.1
tag: v1.2.3
pullPolicy: Always
volumeMounts: []
volumes: []
@ -16,7 +16,7 @@ server:
serviceAnnotations: {}
image:
repository: argoproj/argocd
tag: v1.2.1
tag: v1.2.3
pullPolicy: Always
serviceType: ClusterIP
extraArgs: []
@ -34,7 +34,7 @@ repoServer:
servicePort: 8081
image:
repository: argoproj/argocd
tag: v1.2.1
tag: v1.2.3
pullPolicy: Always
volumeMounts: []
volumes: []
@ -46,11 +46,11 @@ dexServer:
servicePortGrpc: 5557
image:
repository: quay.io/dexidp/dex
tag: v2.14.0
tag: v2.19.0
pullPolicy: Always
initImage:
repository: argoproj/argocd
tag: v1.2.1
tag: v1.2.3
pullPolicy: Always
volumeMounts: []
volumes: []