Skip to content

Commit

Permalink
[bitnami/argo-cd] Release 7.0.19 (bitnami#29977)
Browse files Browse the repository at this point in the history
* [bitnami/argo-cd] Release 7.0.19 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CRDs automatically

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Michael Faherty <[email protected]>
  • Loading branch information
bitnami-bot authored and mike12806 committed Oct 30, 2024
1 parent 99c951f commit 4c2e404
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
8 changes: 6 additions & 2 deletions bitnami/argo-cd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 7.0.18 (2024-10-09)
## 7.0.19 (2024-10-17)

* [bitnami/argo-cd] Release 7.0.18 ([#29845](https://github.com/bitnami/charts/pull/29845))
* [bitnami/argo-cd] Release 7.0.19 ([#29977](https://github.com/bitnami/charts/pull/29977))

## <small>7.0.18 (2024-10-09)</small>

* [bitnami/argo-cd] Release 7.0.18 (#29845) ([0e2b67f](https://github.com/bitnami/charts/commit/0e2b67f8038c03b13c9f5e6ac200e38a853b5b8a)), closes [#29845](https://github.com/bitnami/charts/issues/29845)

## <small>7.0.17 (2024-10-09)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/argo-cd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.2.0
version: 20.2.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.24.0
digest: sha256:bc3e717f6a181d1295cbe08550f448520459bf366c10969e36629e23aa9234a8
generated: "2024-10-09T15:22:17.017652995Z"
version: 2.26.0
digest: sha256:b98d3586e0b2239d086e069ef6b6d7fb62d8b4f33567f0794e05f45ffa905fcb
generated: "2024-10-17T22:29:46.535914851Z"
6 changes: 3 additions & 3 deletions bitnami/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: argo-cd
image: docker.io/bitnami/argo-cd:2.12.4-debian-12-r3
image: docker.io/bitnami/argo-cd:2.12.5-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.41.1-debian-12-r5
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r31
- name: redis
image: docker.io/bitnami/redis:7.4.1-debian-12-r0
apiVersion: v2
appVersion: 2.12.4
appVersion: 2.12.5
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -39,4 +39,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 7.0.18
version: 7.0.19
2 changes: 1 addition & 1 deletion bitnami/argo-cd/crds/application.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
# Version: 2.12.4
# Version: 2.12.5
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/argo-cd/crds/applicationset.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml
# Version: 2.12.4
# Version: 2.12.5
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/argo-cd/crds/project.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml
# Version: 2.12.4
# Version: 2.12.5
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 2.12.4-debian-12-r3
tag: 2.12.5-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit 4c2e404

Please sign in to comment.