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