mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/argo-cd] Release 7.2.2 (#32282)
* [bitnami/argo-cd] Release 7.2.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CRDs automatically Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 7.2.1 (2025-02-28)
|
||||
## 7.2.2 (2025-03-04)
|
||||
|
||||
* [bitnami/argo-cd] Release 7.2.1 ([#32207](https://github.com/bitnami/charts/pull/32207))
|
||||
* [bitnami/argo-cd] Release 7.2.2 ([#32282](https://github.com/bitnami/charts/pull/32282))
|
||||
|
||||
## <small>7.2.1 (2025-02-28)</small>
|
||||
|
||||
* [bitnami/argo-cd] Release 7.2.1 (#32207) ([35852d5](https://github.com/bitnami/charts/commit/35852d579f9f1a4e533a11da606da30b565211ef)), closes [#32207](https://github.com/bitnami/charts/issues/32207)
|
||||
|
||||
## 7.2.0 (2025-02-24)
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 20.10.0
|
||||
version: 20.11.1
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.30.0
|
||||
digest: sha256:06844a6a29853c9a6c569a8d7d6425db763b99935119083fe2e0f9e0cc55c8db
|
||||
generated: "2025-02-27T22:29:07.467571634Z"
|
||||
digest: sha256:3e1e1d1fc90286421375a6b6820a3242d0405202f0d3e4407969aff6b8af8103
|
||||
generated: "2025-03-04T22:29:49.611780603Z"
|
||||
|
||||
@@ -6,7 +6,7 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: argo-cd
|
||||
image: docker.io/bitnami/argo-cd:2.14.3-debian-12-r0
|
||||
image: docker.io/bitnami/argo-cd:2.14.4-debian-12-r0
|
||||
- name: dex
|
||||
image: docker.io/bitnami/dex:2.42.0-debian-12-r1
|
||||
- name: os-shell
|
||||
@@ -14,7 +14,7 @@ annotations:
|
||||
- name: redis
|
||||
image: docker.io/bitnami/redis:7.4.2-debian-12-r5
|
||||
apiVersion: v2
|
||||
appVersion: 2.14.3
|
||||
appVersion: 2.14.4
|
||||
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: 7.2.1
|
||||
version: 7.2.2
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
|
||||
# Version: 2.14.3
|
||||
# Version: 2.14.4
|
||||
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.3
|
||||
# Version: 2.14.4
|
||||
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.3
|
||||
# Version: 2.14.4
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -76,7 +76,7 @@ usePasswordFiles: true
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-cd
|
||||
tag: 2.14.3-debian-12-r0
|
||||
tag: 2.14.4-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user