mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 14:57:36 +08:00
[bitnami/argo-cd] Release 7.3.3 (#32787)
* [bitnami/argo-cd] Release 7.3.3 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:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 7.3.2 (2025-04-01)
|
||||
## 7.3.3 (2025-04-02)
|
||||
|
||||
* [bitnami/argo-cd] Release 7.3.2 ([#32717](https://github.com/bitnami/charts/pull/32717))
|
||||
* [bitnami/argo-cd] Release 7.3.3 ([#32787](https://github.com/bitnami/charts/pull/32787))
|
||||
|
||||
## <small>7.3.2 (2025-04-01)</small>
|
||||
|
||||
* [bitnami/argo-cd] Release 7.3.2 (#32717) ([50928db](https://github.com/bitnami/charts/commit/50928db539e9e5e3a6667914b37054aabe8fbd77)), closes [#32717](https://github.com/bitnami/charts/issues/32717)
|
||||
|
||||
## <small>7.3.1 (2025-03-24)</small>
|
||||
|
||||
|
||||
@@ -7,15 +7,15 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: argo-cd
|
||||
image: docker.io/bitnami/argo-cd:2.14.8-debian-12-r1
|
||||
image: docker.io/bitnami/argo-cd:2.14.9-debian-12-r0
|
||||
- name: dex
|
||||
image: docker.io/bitnami/dex:2.42.0-debian-12-r3
|
||||
image: docker.io/bitnami/dex:2.42.0-debian-12-r4
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r40
|
||||
- name: redis
|
||||
image: docker.io/bitnami/redis:7.4.2-debian-12-r6
|
||||
apiVersion: v2
|
||||
appVersion: 2.14.8
|
||||
appVersion: 2.14.9
|
||||
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: 7.3.2
|
||||
version: 7.3.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
|
||||
# Version: 2.14.8
|
||||
# Version: 2.14.9
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml
|
||||
# Version: 2.14.8
|
||||
# Version: 2.14.9
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml
|
||||
# Version: 2.14.8
|
||||
# Version: 2.14.9
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -72,7 +72,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-cd
|
||||
tag: 2.14.8-debian-12-r1
|
||||
tag: 2.14.9-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -3313,7 +3313,7 @@ dex:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dex
|
||||
tag: 2.42.0-debian-12-r3
|
||||
tag: 2.42.0-debian-12-r4
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user