diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index f062fbfb2b..a50a81b8c1 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: argo-cd - image: docker.io/bitnami/argo-cd:2.8.4-debian-11-r16 + image: docker.io/bitnami/argo-cd:2.8.4-debian-11-r17 - name: dex image: docker.io/bitnami/dex:2.37.0-debian-11-r97 - name: os-shell @@ -39,4 +39,4 @@ maintainers: name: argo-cd sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd -version: 5.1.14 +version: 5.1.15 diff --git a/bitnami/argo-cd/README.md b/bitnami/argo-cd/README.md index 0bdfc3a3bf..2ce964764c 100644 --- a/bitnami/argo-cd/README.md +++ b/bitnami/argo-cd/README.md @@ -79,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | ------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Argo CD image registry | `docker.io` | | `image.repository` | Argo CD image repository | `bitnami/argo-cd` | -| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.8.4-debian-11-r16` | +| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.8.4-debian-11-r17` | | `image.digest` | Argo CD image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Argo CD image pull policy | `IfNotPresent` | | `image.pullSecrets` | Argo CD image pull secrets | `[]` | diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml index a8f940f70e..c12a19a8c6 100644 --- a/bitnami/argo-cd/values.yaml +++ b/bitnami/argo-cd/values.yaml @@ -58,7 +58,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/argo-cd - tag: 2.8.4-debian-11-r16 + tag: 2.8.4-debian-11-r17 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'