Bump argocd chart to 1.2.4 (#139)
parent
9e2c134225
commit
c7bad6816e
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v1
|
||||
appVersion: "1.2.3"
|
||||
appVersion: "1.2.4"
|
||||
description: A Helm chart for Argo-CD
|
||||
name: argo-cd
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/argo.png
|
||||
|
|
|
@ -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.3"` | Docker image tag |
|
||||
| applicationController.image.tag | string | `"v1.2.4"` | Docker image tag |
|
||||
| applicationController.servicePort | int | `8082` | Service port for applicaiton controller server |
|
||||
| applicationController.volumeMounts | list | `[]` | Additional volume mounts |
|
||||
| applicationController.volumes | list | `[]` | Additional volumes |
|
||||
|
|
|
@ -3,7 +3,7 @@ applicationController:
|
|||
servicePort: 8082
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v1.2.3
|
||||
tag: v1.2.4
|
||||
pullPolicy: Always
|
||||
volumeMounts: []
|
||||
volumes: []
|
||||
|
@ -16,7 +16,7 @@ server:
|
|||
serviceAnnotations: {}
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v1.2.3
|
||||
tag: v1.2.4
|
||||
pullPolicy: Always
|
||||
serviceType: ClusterIP
|
||||
extraArgs: []
|
||||
|
@ -34,7 +34,7 @@ repoServer:
|
|||
servicePort: 8081
|
||||
image:
|
||||
repository: argoproj/argocd
|
||||
tag: v1.2.3
|
||||
tag: v1.2.4
|
||||
pullPolicy: Always
|
||||
volumeMounts: []
|
||||
volumes: []
|
||||
|
@ -64,7 +64,7 @@ dexServer:
|
|||
pullPolicy: Always
|
||||
initImage:
|
||||
repository: argoproj/argocd
|
||||
tag: v1.2.3
|
||||
tag: v1.2.4
|
||||
pullPolicy: Always
|
||||
volumeMounts: []
|
||||
volumes: []
|
||||
|
|
Loading…
Reference in New Issue