mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 08:47:24 +08:00
[bitnami/argo-cd] Release 7.0.1 (#28911)
* [bitnami/argo-cd] Release 7.0.1 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.0.1 (2024-08-16)
|
||||
|
||||
* [bitnami/argo-cd] Release 7.0.1 ([#28911](https://github.com/bitnami/charts/pull/28911))
|
||||
|
||||
## 7.0.0 (2024-08-13)
|
||||
|
||||
* [bitnami/argo-cd] Update dependencies ([#28851](https://github.com/bitnami/charts/pull/28851))
|
||||
* [bitnami/argo-cd] Update dependencies (#28851) ([7789c76](https://github.com/bitnami/charts/commit/7789c76851b38db4a34ab0a079fbe636923efbec)), closes [#28851](https://github.com/bitnami/charts/issues/28851)
|
||||
|
||||
## <small>6.6.12 (2024-08-12)</small>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 20.0.1
|
||||
version: 20.0.2
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.22.0
|
||||
digest: sha256:96b45beb05bf77462d6674bf8b4b53fa953f8f29711d48b10cb4c5a5ae0ccd52
|
||||
generated: "2024-08-13T11:59:34.433087+02:00"
|
||||
digest: sha256:6fc16e1ad9c900f1dc7156597d4d5e393f9355214f3aae3f914e14ab99b37e47
|
||||
generated: "2024-08-16T18:57:47.241589425Z"
|
||||
|
||||
@@ -6,15 +6,15 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: argo-cd
|
||||
image: docker.io/bitnami/argo-cd:2.12.0-debian-12-r3
|
||||
image: docker.io/bitnami/argo-cd:2.12.1-debian-12-r0
|
||||
- name: dex
|
||||
image: docker.io/bitnami/dex:2.41.1-debian-12-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r27
|
||||
- name: redis
|
||||
image: docker.io/bitnami/redis:7.4.0-debian-12-r0
|
||||
image: docker.io/bitnami/redis:7.4.0-debian-12-r1
|
||||
apiVersion: v2
|
||||
appVersion: 2.12.0
|
||||
appVersion: 2.12.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: 7.0.0
|
||||
version: 7.0.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
|
||||
# Version: 2.12.0
|
||||
# Version: 2.12.1
|
||||
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.12.0
|
||||
# Version: 2.12.1
|
||||
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.12.0
|
||||
# Version: 2.12.1
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -67,7 +67,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/argo-cd
|
||||
tag: 2.12.0-debian-12-r3
|
||||
tag: 2.12.1-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -4069,7 +4069,7 @@ redis:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/redis
|
||||
tag: 7.4.0-debian-12-r0
|
||||
tag: 7.4.0-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user