[bitnami/argo-cd] ⬆️ Update dependency references (#33721)

* [bitnami/argo-cd] Release 9.0.5 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CRDs automatically

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-05-15 15:30:24 +02:00
committed by GitHub
parent 855e5a0221
commit e9c7d52b63
6 changed files with 16 additions and 11 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 9.0.4 (2025-05-14)
## 9.0.5 (2025-05-15)
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#33700](https://github.com/bitnami/charts/pull/33700))
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#33721](https://github.com/bitnami/charts/pull/33721))
## <small>9.0.4 (2025-05-14)</small>
* [bitnami/*] Add CNAB link for charts on Azure MP (#33695) ([6312371](https://github.com/bitnami/charts/commit/63123718de94dbedd798d380807b57031e98ed4f)), closes [#33695](https://github.com/bitnami/charts/issues/33695)
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#33700) ([90355e1](https://github.com/bitnami/charts/commit/90355e188f6e26183edfcbd6d6076e3a3b52dcb5)), closes [#33700](https://github.com/bitnami/charts/issues/33700)
## <small>9.0.3 (2025-05-13)</small>

View File

@@ -5,17 +5,17 @@ annotations:
category: Infrastructure
images: |
- name: argo-cd
image: docker.io/bitnami/argo-cd:3.0.0-debian-12-r0
image: docker.io/bitnami/argo-cd:3.0.1-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.42.1-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r43
image: docker.io/bitnami/os-shell:12-debian-12-r44
- name: redis
image: docker.io/bitnami/redis:8.0.1-debian-12-r1
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 3.0.0
appVersion: 3.0.1
dependencies:
- condition: redis.enabled
name: redis
@@ -40,4 +40,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 9.0.4
version: 9.0.5

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
# Version: 3.0.0
# Version: 3.0.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml
# Version: 3.0.0
# Version: 3.0.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml
# Version: 3.0.0
# Version: 3.0.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:

View File

@@ -72,7 +72,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 3.0.0-debian-12-r0
tag: 3.0.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -4010,7 +4010,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r43
tag: 12-debian-12-r44
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.