diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 1f21a8ae..cf7caac9 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -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 diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index 52bd4afb..2a1d7a02 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -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 | diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 32e131a4..8b64ab8d 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -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: []