Skip to content

Commit

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

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

* Update CHANGELOG.md

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

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored and sajad-sadra committed Nov 20, 2024
1 parent bcfc3ad commit 55c624b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 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.23 (2024-11-11)
## 7.0.24 (2024-11-15)

* [bitnami/argo-cd] Fix repo-server PDB label selector ([#30391](https://github.com/bitnami/charts/pull/30391))
* [bitnami/argo-cd] Release 7.0.24 ([#30471](https://github.com/bitnami/charts/pull/30471))

## <small>7.0.23 (2024-11-14)</small>

* [bitnami/argo-cd] Fix repo-server PDB label selector (#30391) ([d2b71c2](https://github.com/bitnami/charts/commit/d2b71c2cc92ea4c46c27c40781106b948d2194a6)), closes [#30391](https://github.com/bitnami/charts/issues/30391)

## <small>7.0.22 (2024-11-07)</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.1
version: 20.3.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:b98d3586e0b2239d086e069ef6b6d7fb62d8b4f33567f0794e05f45ffa905fcb
generated: "2024-10-17T22:29:46.535914851Z"
version: 2.27.0
digest: sha256:e85e51e0aa6d4d5e31dba4ad39458159373eeea169e0abbdea9493a0ca7fd2fc
generated: "2024-11-15T10:47:57.355501034Z"
10 changes: 5 additions & 5 deletions bitnami/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: argo-cd
image: docker.io/bitnami/argo-cd:2.13.0-debian-12-r1
image: docker.io/bitnami/argo-cd:2.13.0-debian-12-r3
- name: dex
image: docker.io/bitnami/dex:2.41.1-debian-12-r6
image: docker.io/bitnami/dex:2.41.1-debian-12-r8
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
image: docker.io/bitnami/os-shell:12-debian-12-r33
- name: redis
image: docker.io/bitnami/redis:7.4.1-debian-12-r1
image: docker.io/bitnami/redis:7.4.1-debian-12-r2
apiVersion: v2
appVersion: 2.13.0
dependencies:
Expand All @@ -39,4 +39,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 7.0.23
version: 7.0.24
8 changes: 4 additions & 4 deletions 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.13.0-debian-12-r1
tag: 2.13.0-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -3308,7 +3308,7 @@ dex:
image:
registry: docker.io
repository: bitnami/dex
tag: 2.41.1-debian-12-r6
tag: 2.41.1-debian-12-r8
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -4005,7 +4005,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r33
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -4067,7 +4067,7 @@ redis:
image:
registry: docker.io
repository: bitnami/redis
tag: 7.4.1-debian-12-r1
tag: 7.4.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit 55c624b

Please sign in to comment.