Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/argo-cd] Release 7.1.2 #31213

Merged
merged 3 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.1 (2024-12-11)
## 7.1.2 (2025-01-03)

* [bitnami/argo-cd] Release 7.1.1 ([#30999](https://github.com/bitnami/charts/pull/30999))
* [bitnami/argo-cd] Release 7.1.2 ([#31213](https://github.com/bitnami/charts/pull/31213))

## <small>7.1.1 (2024-12-11)</small>

* [bitnami/argo-cd] Release 7.1.1 (#30999) ([bff1f8c](https://github.com/bitnami/charts/commit/bff1f8c9c8a57a9dedd26997253ad122671d0153)), closes [#30999](https://github.com/bitnami/charts/issues/30999)

## 7.1.0 (2024-12-10)

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.5.0
version: 20.6.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:2db9a8de2117c4ac14bd7832fa611f67c81a7e3d086bc511a7ac620032bb55e1
generated: "2024-12-11T20:48:10.45069101Z"
version: 2.29.0
digest: sha256:84ecaf0adb4d148e7b6d4a389884db32c31bd4107ba39de34e15f2d343e7b8cc
generated: "2025-01-03T20:45:46.854336249Z"
8 changes: 4 additions & 4 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.13.2-debian-12-r0
image: docker.io/bitnami/argo-cd:2.13.3-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.41.1-debian-12-r9
image: docker.io/bitnami/dex:2.41.1-debian-12-r10
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
- name: redis
image: docker.io/bitnami/redis:7.4.1-debian-12-r3
apiVersion: v2
appVersion: 2.13.2
appVersion: 2.13.3
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.1.1
version: 7.1.2
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.13.2
# Version: 2.13.3
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.13.2
# Version: 2.13.3
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.13.2
# Version: 2.13.3
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
4 changes: 2 additions & 2 deletions bitnami/argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 2.13.2-debian-12-r0
tag: 2.13.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -3313,7 +3313,7 @@ dex:
image:
registry: docker.io
repository: bitnami/dex
tag: 2.41.1-debian-12-r9
tag: 2.41.1-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading