Skip to content

Commit

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

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>
  • Loading branch information
bitnami-bot committed Apr 5, 2024
1 parent 974a7a2 commit 56a341f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.10.5-debian-12-r4
image: docker.io/bitnami/argo-cd:2.10.6-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.39.0-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r18
- name: redis
image: docker.io/bitnami/redis:7.2.4-debian-12-r11
apiVersion: v2
appVersion: 2.10.5
appVersion: 2.10.6
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: 6.0.4
version: 6.0.5
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.10.5
# Version: 2.10.6
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.10.5
# Version: 2.10.6
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.10.5
# Version: 2.10.6
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 @@ -65,7 +65,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 2.10.5-debian-12-r4
tag: 2.10.6-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 56a341f

Please sign in to comment.