diff --git a/bitnami/argo-cd/Chart.lock b/bitnami/argo-cd/Chart.lock index 0ac09750fa..d3abf911ea 100644 --- a/bitnami/argo-cd/Chart.lock +++ b/bitnami/argo-cd/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.14.2 + version: 18.16.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.16.1 -digest: sha256:50cc7bb4c7c1df61b318908c9fe0eb375ea81ea4303766e887dfe865fd8923d7 -generated: "2024-02-21T12:07:01.861758912Z" +digest: sha256:4f35de6a77ea64c7173eced25d8ab962935740baa38bcad1c0bad9e7ff00f4c5 +generated: "2024-02-26T15:26:52.115239398Z" diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index a86269237e..fe0dde8e80 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -6,15 +6,15 @@ annotations: licenses: Apache-2.0 images: | - name: argo-cd - image: docker.io/bitnami/argo-cd:2.10.0-debian-12-r5 + image: docker.io/bitnami/argo-cd:2.10.1-debian-12-r0 - name: dex - image: docker.io/bitnami/dex:2.38.0-debian-12-r6 + image: docker.io/bitnami/dex:2.38.0-debian-12-r7 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r15 + image: docker.io/bitnami/os-shell:12-debian-12-r16 - name: redis - image: docker.io/bitnami/redis:7.2.4-debian-12-r8 + image: docker.io/bitnami/redis:7.2.4-debian-12-r9 apiVersion: v2 -appVersion: 2.10.0 +appVersion: 2.10.1 dependencies: - condition: redis.enabled name: redis @@ -39,4 +39,4 @@ maintainers: name: argo-cd sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd -version: 5.9.0 +version: 5.9.1 diff --git a/bitnami/argo-cd/crds/application.yaml b/bitnami/argo-cd/crds/application.yaml index 10ccb1623d..df09725195 100644 --- a/bitnami/argo-cd/crds/application.yaml +++ b/bitnami/argo-cd/crds/application.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml -# Version: 2.10.0 +# Version: 2.10.1 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-cd/crds/applicationset.yaml b/bitnami/argo-cd/crds/applicationset.yaml index b71b56a682..77512cb573 100644 --- a/bitnami/argo-cd/crds/applicationset.yaml +++ b/bitnami/argo-cd/crds/applicationset.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml -# Version: 2.10.0 +# Version: 2.10.1 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-cd/crds/project.yaml b/bitnami/argo-cd/crds/project.yaml index fb0847e45c..8b87ef36e5 100644 --- a/bitnami/argo-cd/crds/project.yaml +++ b/bitnami/argo-cd/crds/project.yaml @@ -1,5 +1,5 @@ # Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml -# Version: 2.10.0 +# Version: 2.10.1 apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml index 3a314e58fe..a98987e7b7 100644 --- a/bitnami/argo-cd/values.yaml +++ b/bitnami/argo-cd/values.yaml @@ -56,7 +56,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/argo-cd - tag: 2.10.0-debian-12-r5 + tag: 2.10.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -3228,7 +3228,7 @@ dex: image: registry: docker.io repository: bitnami/dex - tag: 2.38.0-debian-12-r6 + tag: 2.38.0-debian-12-r7 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -3914,7 +3914,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r15 + tag: 12-debian-12-r16 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -3976,7 +3976,7 @@ redis: image: registry: docker.io repository: bitnami/redis - tag: 7.2.4-debian-12-r8 + tag: 7.2.4-debian-12-r9 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'