[bitnami/argo-cd] ⬆️ Update dependency references (#36194)

* [bitnami/argo-cd] Release 11.0.0 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CRDs automatically

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-08-26 11:46:21 +02:00
committed by GitHub
parent e9d080cf31
commit fadecb6be4
7 changed files with 108 additions and 20 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 10.0.4 (2025-08-25)
## 11.0.0 (2025-08-26)
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#36186](https://github.com/bitnami/charts/pull/36186))
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#36194](https://github.com/bitnami/charts/pull/36194))
## <small>10.0.4 (2025-08-25)</small>
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#36186) ([d52d321](https://github.com/bitnami/charts/commit/d52d3216422331ce38a436a54fcaccc39674b0dc)), closes [#36186](https://github.com/bitnami/charts/issues/36186)
## <small>10.0.3 (2025-08-18)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 22.0.5
version: 22.0.6
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.4
digest: sha256:aee27d83e3e36b1a30d392d0981179b4717d5e0479fe266dae51c32370ee5584
generated: "2025-08-25T17:07:18.544221815Z"
digest: sha256:beaf869c5cec3e43ce688e821c65d97540521c0cf56a4abf554d9e3fefc590b4
generated: "2025-08-26T09:20:16.765435296Z"

View File

@@ -5,7 +5,7 @@ annotations:
category: Infrastructure
images: |
- name: argo-cd
image: docker.io/bitnami/argo-cd:3.0.13-debian-12-r0
image: docker.io/bitnami/argo-cd:3.1.1-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.43.1-debian-12-r8
- name: os-shell
@@ -15,7 +15,7 @@ annotations:
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 3.0.13
appVersion: 3.1.1
dependencies:
- condition: redis.enabled
name: redis
@@ -40,4 +40,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 10.0.4
version: 11.0.0

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
# Version: 3.0.13
# Version: 3.1.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
@@ -1884,6 +1884,10 @@ spec:
description: 'AllowEmpty allows apps have zero live resources
(default: false)'
type: boolean
enabled:
description: Enable allows apps to explicitly control automated
sync
type: boolean
prune:
description: 'Prune specifies whether to delete resources
from the cluster that are not found in the sources anymore
@@ -1987,12 +1991,13 @@ spec:
format: date-time
type: string
message:
description: Message is a human-readable informational message
describing the health status
description: |-
Message is a human-readable informational message describing the health status
Deprecated: this field is not used and will be removed in a future release.
type: string
status:
description: Status holds the status code of the application or
resource
description: Status holds the status code of the application
type: string
type: object
history:
@@ -3861,6 +3866,12 @@ spec:
description: HookType specifies the type of the hook.
Empty for non-hook resources
type: string
images:
description: Images contains the images related to the
ResourceResult
items:
type: string
type: array
kind:
description: Kind specifies the API kind of the resource
type: string
@@ -4738,8 +4749,10 @@ spec:
(e.g., Healthy, Degraded, Progressing).
properties:
lastTransitionTime:
description: LastTransitionTime is the time the HealthStatus
was set or updated
description: |-
LastTransitionTime is the time the HealthStatus was set or updated
Deprecated: this field is not used and will be removed in a future release.
format: date-time
type: string
message:
@@ -4747,8 +4760,7 @@ spec:
describing the health status
type: string
status:
description: Status holds the status code of the application
or resource
description: Status holds the status code of the resource
type: string
type: object
hook:

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/applicationset-crd.yaml
# Version: 3.0.13
# Version: 3.1.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
@@ -669,6 +669,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -1349,6 +1351,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -1415,6 +1419,8 @@ spec:
files:
items:
properties:
exclude:
type: boolean
path:
type: string
required:
@@ -2028,6 +2034,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -2687,6 +2695,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -3371,6 +3381,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -4051,6 +4063,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -4117,6 +4131,8 @@ spec:
files:
items:
properties:
exclude:
type: boolean
path:
type: string
required:
@@ -4730,6 +4746,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -5389,6 +5407,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -6056,6 +6076,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -6257,6 +6279,10 @@ spec:
type: string
insecure:
type: boolean
labels:
items:
type: string
type: array
owner:
type: string
repo:
@@ -6942,6 +6968,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -7827,6 +7855,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -8503,6 +8533,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -9189,6 +9221,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -9869,6 +9903,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -9935,6 +9971,8 @@ spec:
files:
items:
properties:
exclude:
type: boolean
path:
type: string
required:
@@ -10548,6 +10586,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -11207,6 +11247,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -11874,6 +11916,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -12075,6 +12119,10 @@ spec:
type: string
insecure:
type: boolean
labels:
items:
type: string
type: array
owner:
type: string
repo:
@@ -12760,6 +12808,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -13645,6 +13695,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -14325,6 +14377,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -14991,6 +15045,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -15192,6 +15248,10 @@ spec:
type: string
insecure:
type: boolean
labels:
items:
type: string
type: array
owner:
type: string
repo:
@@ -15877,6 +15937,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -16762,6 +16824,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:
@@ -17513,6 +17577,8 @@ spec:
properties:
allowEmpty:
type: boolean
enabled:
type: boolean
prune:
type: boolean
selfHeal:

View File

@@ -1,5 +1,5 @@
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/appproject-crd.yaml
# Version: 3.0.13
# Version: 3.1.1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
@@ -86,6 +86,7 @@ spec:
type: array
description:
description: Description contains optional project description
maxLength: 255
type: string
destinationServiceAccounts:
description: DestinationServiceAccounts holds information about the
@@ -296,6 +297,11 @@ spec:
items:
type: string
type: array
description:
description: Description of the sync that will be applied to
the schedule, can be used to add any information such as a
ticket number for example
type: string
duration:
description: Duration is the amount of time the sync window
will be open

View File

@@ -70,7 +70,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 3.0.13-debian-12-r0
tag: 3.1.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images