Skip to content

Commit f0a06e7

Browse files
committed
chore(helm): update argocd dependencies
Updates: argo-cd (8.0.1 → 8.1.2)
1 parent 03e5b85 commit f0a06e7

File tree

6 files changed

+71
-19
lines changed

6 files changed

+71
-19
lines changed

charts/argocd/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: argo-cd
33
repository: https://argoproj.github.io/argo-helm
4-
version: 8.0.1
5-
digest: sha256:ba6c49d64851ea12a80e5c30e96ce38ebff712aa90678955595479f613e12089
6-
generated: "2025-05-14T10:23:53.65818767Z"
4+
version: 8.1.2
5+
digest: sha256:95a0c5ee68baabad4dcbc45c187f036e35d944ba91d52910ffd23ae7c31c0255
6+
generated: "2025-07-09T10:25:28.50175025Z"

charts/argocd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: argocd
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.3
5+
version: 0.1.4
66
appVersion: "2.14.4"
77
dependencies:
88
- name: argo-cd
9-
version: 8.0.1
9+
version: 8.1.2
1010
repository: "https://argoproj.github.io/argo-helm"
1111
alias: argocd
1212
maintainers:

charts/argocd/README.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# argocd
22

3-
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.4](https://img.shields.io/badge/AppVersion-2.14.4-informational?style=flat-square)
3+
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.4](https://img.shields.io/badge/AppVersion-2.14.4-informational?style=flat-square)
44

55
## Prerequisites
66

@@ -11,7 +11,7 @@
1111

1212
| Repository | Name | Version |
1313
|------------|------|---------|
14-
| https://argoproj.github.io/argo-helm | argocd(argo-cd) | 8.0.1 |
14+
| https://argoproj.github.io/argo-helm | argocd(argo-cd) | 8.1.2 |
1515

1616
## Maintainers
1717

@@ -49,6 +49,7 @@ A Helm chart for Kubernetes
4949
| argocd.applicationSet.containerPorts.webhook | int | `7000` | Webhook container port |
5050
| argocd.applicationSet.containerSecurityContext | object | See [values.yaml] | ApplicationSet controller container-level security context |
5151
| argocd.applicationSet.deploymentAnnotations | object | `{}` | Annotations to be added to ApplicationSet controller Deployment |
52+
| argocd.applicationSet.deploymentLabels | object | `{}` | Labels for the ApplicationSet controller Deployment |
5253
| argocd.applicationSet.deploymentStrategy | object | `{}` | Deployment strategy to be added to the ApplicationSet controller Deployment |
5354
| argocd.applicationSet.dnsConfig | object | `{}` | [DNS configuration] |
5455
| argocd.applicationSet.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for ApplicationSet controller pods |
@@ -137,6 +138,7 @@ A Helm chart for Kubernetes
137138
| argocd.commitServer.automountServiceAccountToken | bool | `false` | Automount API credentials for the Service Account into the pod. |
138139
| argocd.commitServer.containerSecurityContext | object | See [values.yaml] | commit server container-level security context |
139140
| argocd.commitServer.deploymentAnnotations | object | `{}` | Annotations to be added to commit server Deployment |
141+
| argocd.commitServer.deploymentLabels | object | `{}` | Labels for the commit server Deployment |
140142
| argocd.commitServer.deploymentStrategy | object | `{}` | Deployment strategy to be added to the commit server Deployment |
141143
| argocd.commitServer.dnsConfig | object | `{}` | [DNS configuration] |
142144
| argocd.commitServer.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for commit server pods |
@@ -175,6 +177,8 @@ A Helm chart for Kubernetes
175177
| argocd.commitServer.runtimeClassName | string | `""` (defaults to global.runtimeClassName) | Runtime class name for the commit server |
176178
| argocd.commitServer.service.annotations | object | `{}` | commit server service annotations |
177179
| argocd.commitServer.service.labels | object | `{}` | commit server service labels |
180+
| argocd.commitServer.service.port | int | `8086` | commit server service port |
181+
| argocd.commitServer.service.portName | string | `"server"` | commit server service port name |
178182
| argocd.commitServer.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
179183
| argocd.commitServer.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
180184
| argocd.commitServer.serviceAccount.create | bool | `true` | Create commit server service account |
@@ -220,6 +224,7 @@ A Helm chart for Kubernetes
220224
| argocd.configs.params."controller.self.heal.timeout.seconds" | int | `5` | Specifies timeout between application self heal attempts |
221225
| argocd.configs.params."controller.status.processors" | int | `20` | Number of application status processors |
222226
| argocd.configs.params."controller.sync.timeout.seconds" | int | `0` | Specifies the timeout after which a sync would be terminated. 0 means no timeout |
227+
| argocd.configs.params."hydrator.enabled" | bool | `false` | Enable the hydrator feature (hydrator is in Alpha phase) |
223228
| argocd.configs.params."otlp.address" | string | `""` | Open-Telemetry collector address: (e.g. "otel-collector:4317") |
224229
| argocd.configs.params."reposerver.parallelism.limit" | int | `0` | Limit on number of concurrent manifests generate requests. Any value less the 1 means no limit. |
225230
| argocd.configs.params."server.basehref" | string | `"/"` | Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from / |
@@ -268,6 +273,7 @@ A Helm chart for Kubernetes
268273
| argocd.controller.containerPorts.metrics | int | `8082` | Metrics container port |
269274
| argocd.controller.containerSecurityContext | object | See [values.yaml] | Application controller container-level security context |
270275
| argocd.controller.deploymentAnnotations | object | `{}` | Annotations for the application controller Deployment |
276+
| argocd.controller.deploymentLabels | object | `{}` | Labels for the application controller Deployment |
271277
| argocd.controller.dnsConfig | object | `{}` | [DNS configuration] |
272278
| argocd.controller.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for application controller pods |
273279
| argocd.controller.dynamicClusterDistribution | bool | `false` | Enable dynamic cluster distribution (alpha) Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/dynamic-cluster-distribution # This is done using a deployment instead of a statefulSet # When replicas are added or removed, the sharding algorithm is re-run to ensure that the # clusters are distributed according to the algorithm. If the algorithm is well-balanced, # like round-robin, then the shards will be well-balanced. |
@@ -359,6 +365,7 @@ A Helm chart for Kubernetes
359365
| argocd.dex.containerPorts.metrics | int | `5558` | Metrics container port |
360366
| argocd.dex.containerSecurityContext | object | See [values.yaml] | Dex container-level security context |
361367
| argocd.dex.deploymentAnnotations | object | `{}` | Annotations to be added to the Dex server Deployment |
368+
| argocd.dex.deploymentLabels | object | `{}` | Labels for the Dex server Deployment |
362369
| argocd.dex.deploymentStrategy | object | `{}` | Deployment strategy to be added to the Dex server Deployment |
363370
| argocd.dex.dnsConfig | object | `{}` | [DNS configuration] |
364371
| argocd.dex.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for Dex server pods |
@@ -370,7 +377,7 @@ A Helm chart for Kubernetes
370377
| argocd.dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod # Note: Supports use of custom Helm templates |
371378
| argocd.dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
372379
| argocd.dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
373-
| argocd.dex.image.tag | string | `"v2.42.1"` | Dex image tag |
380+
| argocd.dex.image.tag | string | `"v2.43.1"` | Dex image tag |
374381
| argocd.dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
375382
| argocd.dex.initContainers | list | `[]` | Init containers to add to the dex pod # Note: Supports use of custom Helm templates |
376383
| argocd.dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
@@ -436,7 +443,7 @@ A Helm chart for Kubernetes
436443
| argocd.dex.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to dex # Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ # If labelSelector is left out, it will default to the labelSelector configuration of the deployment |
437444
| argocd.dex.volumeMounts | list | `[]` | Additional volumeMounts to the dex main container |
438445
| argocd.dex.volumes | list | `[]` | Additional volumes to the dex pod |
439-
| argocd.externalRedis.existingSecret | string | `""` | The name of an existing secret with Redis (must contain key `redis-password`) and Sentinel credentials. When it's set, the `externalRedis.password` parameter is ignored |
446+
| argocd.externalRedis.existingSecret | string | `""` | The name of an existing secret with Redis (must contain key `redis-password`. And should contain `redis-username` if username is not `default`) and Sentinel credentials. When it's set, the `externalRedis.username` and `externalRedis.password` parameters are ignored |
440447
| argocd.externalRedis.host | string | `""` | External Redis server host |
441448
| argocd.externalRedis.password | string | `""` | External Redis password |
442449
| argocd.externalRedis.port | int | `6379` | External Redis server port |
@@ -451,6 +458,7 @@ A Helm chart for Kubernetes
451458
| argocd.global.affinity.podAntiAffinity | string | `"soft"` | Default pod anti-affinity rules. Either: `none`, `soft` or `hard` |
452459
| argocd.global.certificateAnnotations | object | `{}` | Annotations for the all deployed Certificates |
453460
| argocd.global.deploymentAnnotations | object | `{}` | Annotations for the all deployed Deployments |
461+
| argocd.global.deploymentLabels | object | `{}` | Labels for the all deployed Deployments |
454462
| argocd.global.deploymentStrategy | object | `{}` | Deployment strategy for the all deployed Deployments |
455463
| argocd.global.domain | string | `"argocd.example.com"` | Default domain used by all components # Used for ingresses, certificates, SSO, notifications, etc. |
456464
| argocd.global.dualStack.ipFamilies | list | `[]` | IP families that should be supported and the order in which they should be applied to ClusterIP as well. Can be IPv4 and/or IPv6. |
@@ -487,6 +495,7 @@ A Helm chart for Kubernetes
487495
| argocd.notifications.containerSecurityContext | object | See [values.yaml] | Notification controller container-level security Context |
488496
| argocd.notifications.context | object | `{}` | Define user-defined context # For more information: https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/templates/#defining-user-defined-context |
489497
| argocd.notifications.deploymentAnnotations | object | `{}` | Annotations to be applied to the notifications controller Deployment |
498+
| argocd.notifications.deploymentLabels | object | `{}` | Labels for the notifications controller Deployment |
490499
| argocd.notifications.deploymentStrategy | object | `{"type":"Recreate"}` | Deployment strategy to be added to the notifications controller Deployment |
491500
| argocd.notifications.dnsConfig | object | `{}` | [DNS configuration] |
492501
| argocd.notifications.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for notifications controller Pods |
@@ -574,11 +583,12 @@ A Helm chart for Kubernetes
574583
| argocd.redis-ha.haproxy.containerSecurityContext | object | See [values.yaml] | HAProxy container-level security context |
575584
| argocd.redis-ha.haproxy.enabled | bool | `true` | Enabled HAProxy LoadBalancing/Proxy |
576585
| argocd.redis-ha.haproxy.hardAntiAffinity | bool | `true` | Whether the haproxy pods should be forced to run on separate nodes. |
586+
| argocd.redis-ha.haproxy.image.repository | string | `"ecr-public.aws.com/docker/library/haproxy"` | HAProxy Image Repository |
577587
| argocd.redis-ha.haproxy.labels | object | `{"app.kubernetes.io/name":"argocd-redis-ha-haproxy"}` | Custom labels for the haproxy pod. This is relevant for Argo CD CLI. |
578588
| argocd.redis-ha.haproxy.metrics.enabled | bool | `true` | HAProxy enable prometheus metric scraping |
579589
| argocd.redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
580590
| argocd.redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
581-
| argocd.redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
591+
| argocd.redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
582592
| argocd.redis-ha.image.tag | string | `"7.2.8-alpine"` | Redis tag # Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis |
583593
| argocd.redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
584594
| argocd.redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
@@ -596,6 +606,7 @@ A Helm chart for Kubernetes
596606
| argocd.redis.containerPorts.redis | int | `6379` | Redis container port |
597607
| argocd.redis.containerSecurityContext | object | See [values.yaml] | Redis container-level security context |
598608
| argocd.redis.deploymentAnnotations | object | `{}` | Annotations to be added to the Redis server Deployment |
609+
| argocd.redis.deploymentLabels | object | `{}` | Labels for the Redis server Deployment |
599610
| argocd.redis.dnsConfig | object | `{}` | [DNS configuration] |
600611
| argocd.redis.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for Redis server pods |
601612
| argocd.redis.enabled | bool | `true` | Enable redis |
@@ -606,7 +617,7 @@ A Helm chart for Kubernetes
606617
| argocd.redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
607618
| argocd.redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
608619
| argocd.redis.exporter.image.repository | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
609-
| argocd.redis.exporter.image.tag | string | `"v1.71.0"` | Tag to use for the redis-exporter |
620+
| argocd.redis.exporter.image.tag | string | `"v1.74.0"` | Tag to use for the redis-exporter |
610621
| argocd.redis.exporter.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis exporter |
611622
| argocd.redis.exporter.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
612623
| argocd.redis.exporter.livenessProbe.initialDelaySeconds | int | `30` | Number of seconds after the container has started before [probe] is initiated |
@@ -623,7 +634,7 @@ A Helm chart for Kubernetes
623634
| argocd.redis.extraArgs | list | `[]` | Additional command line arguments to pass to redis-server |
624635
| argocd.redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod # Note: Supports use of custom Helm templates |
625636
| argocd.redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
626-
| argocd.redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
637+
| argocd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
627638
| argocd.redis.image.tag | string | `"7.2.8-alpine"` | Redis tag # Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis |
628639
| argocd.redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
629640
| argocd.redis.initContainers | list | `[]` | Init containers to add to the redis pod # Note: Supports use of custom Helm templates |
@@ -723,6 +734,7 @@ A Helm chart for Kubernetes
723734
| argocd.repoServer.containerPorts.server | int | `8081` | Repo server container port |
724735
| argocd.repoServer.containerSecurityContext | object | See [values.yaml] | Repo server container-level security context |
725736
| argocd.repoServer.deploymentAnnotations | object | `{}` | Annotations to be added to repo server Deployment |
737+
| argocd.repoServer.deploymentLabels | object | `{}` | Labels for the repo server Deployment |
726738
| argocd.repoServer.deploymentStrategy | object | `{}` | Deployment strategy to be added to the repo server Deployment |
727739
| argocd.repoServer.dnsConfig | object | `{}` | [DNS configuration] |
728740
| argocd.repoServer.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for Repo server pods |
@@ -786,6 +798,7 @@ A Helm chart for Kubernetes
786798
| argocd.repoServer.service.labels | object | `{}` | Repo server service labels |
787799
| argocd.repoServer.service.port | int | `8081` | Repo server service port |
788800
| argocd.repoServer.service.portName | string | `"tcp-repo-server"` | Repo server service port name |
801+
| argocd.repoServer.service.trafficDistribution | string | `""` | Traffic distribution preference for the repo server service. If the field is not set, the implementation will apply its default routing strategy. |
789802
| argocd.repoServer.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
790803
| argocd.repoServer.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
791804
| argocd.repoServer.serviceAccount.create | bool | `true` | Create repo server service account |
@@ -832,6 +845,7 @@ A Helm chart for Kubernetes
832845
| argocd.server.containerPorts.server | int | `8080` | Server container port |
833846
| argocd.server.containerSecurityContext | object | See [values.yaml] | Server container-level security context |
834847
| argocd.server.deploymentAnnotations | object | `{}` | Annotations to be added to server Deployment |
848+
| argocd.server.deploymentLabels | object | `{}` | Labels for the server Deployment |
835849
| argocd.server.deploymentStrategy | object | `{}` | Deployment strategy to be added to the server Deployment |
836850
| argocd.server.dnsConfig | object | `{}` | [DNS configuration] |
837851
| argocd.server.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for Server pods |
@@ -989,7 +1003,7 @@ spec:
9891003

9901004
source:
9911005
repoURL: "https://edixos.github.io/ekp-helm"
992-
targetRevision: "0.1.3"
1006+
targetRevision: "0.1.4"
9931007
chart: argocd
9941008
path: ''
9951009
helm:
-193 KB
Binary file not shown.
194 KB
Binary file not shown.

0 commit comments

Comments
 (0)