@@ -215,9 +215,9 @@ installer:
215215 nodeSelector : {}
216216 tolerations : []
217217 affinity : {}
218- # -----------------------------------------------------------------------------------------------------------------------
219- # Sealed secrets
220- # -----------------------------------------------------------------------------------------------------------------------
218+ # *********************************************************************************************************************
219+ # DOCS: https://artifacthub.io/packages/helm/bitnami-labs/sealed- secrets/2.17.2?modal=values
220+ # *********************************************************************************************************************
221221sealed-secrets :
222222 fullnameOverride : sealed-secrets-controller
223223 keyrenewperiod : " 720h"
@@ -232,9 +232,9 @@ sealed-secrets:
232232 requests :
233233 cpu : 200m
234234 memory : 512Mi
235- # -----------------------------------------------------------------------------------------------------------------------
236- # ArgoCD
237- # -----------------------------------------------------------------------------------------------------------------------
235+ # *********************************************************************************************************************
236+ # DOCS: https://github.com/codefresh-sandbox/argo-helm/blob/argo-cd-8.0.6-5-cap-v3.0.2-2025-07-21-ac26d0e2/charts/argo-cd
237+ # *********************************************************************************************************************
238238argo-cd :
239239 enabled : true
240240 fullnameOverride : argo-cd
@@ -277,9 +277,9 @@ argo-cd:
277277 enabled : true
278278 # -- Extract application version based on ApplicationConfiguration CRD
279279 useApplicationConfiguration : true
280- # -----------------------------------------------------------------------------------------------------------------------
281- # Argo Events
282- # -----------------------------------------------------------------------------------------------------------------------
280+ # *********************************************************************************************************************
281+ # DOCS: https://github.com/codefresh-sandbox/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
282+ # *********************************************************************************************************************
283283argo-events :
284284 fullnameOverride : argo-events
285285 crds :
@@ -297,9 +297,9 @@ argo-events:
297297 metricsExporterImage : natsio/prometheus-nats-exporter:0.16.0
298298 configReloaderImage : natsio/nats-server-config-reloader:0.18.2
299299 startCommand : /nats-server
300- # -----------------------------------------------------------------------------------------------------------------------
301- # Argo Workflows
302- # -----------------------------------------------------------------------------------------------------------------------
300+ # *********************************************************************************************************************
301+ # DOCS: https://github.com/codefresh-sandbox/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
302+ # *********************************************************************************************************************
303303argo-workflows :
304304 fullnameOverride : argo
305305 enabled : true
@@ -327,9 +327,9 @@ codefreshWorkflowLogStoreCM:
327327 enabled : true
328328 endpoint : gitops-workflow-logs.codefresh.io
329329 insecure : false
330- # -----------------------------------------------------------------------------------------------------------------------
331- # Argo rollouts
332- # -----------------------------------------------------------------------------------------------------------------------
330+ # *********************************************************************************************************************
331+ # DOCS: https://github.com/codefresh-sandbox/argo-helm/blob/argo-rollouts-2.37.3-5-v1.7.2-cap-CR-29629/charts/argo- rollouts
332+ # *********************************************************************************************************************
333333argo-rollouts :
334334 enabled : true
335335 fullnameOverride : argo-rollouts
@@ -499,10 +499,9 @@ internal-router:
499499 minAvailable : 1
500500 # -- Set number of pods that are unavailable after eviction as number or percentage
501501 maxUnavailable : " "
502- # -----------------------------------------------------------------------------------------------------------------------
503- # tunnel client
504- # -----------------------------------------------------------------------------------------------------------------------
505- # -- Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes.
502+ # *********************************************************************************************************************
503+ # DOCS: https://github.com/codefresh-sandbox/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.21-helm/codefresh-tunnel-client/values.yaml
504+ # *********************************************************************************************************************
506505tunnel-client :
507506 # -- Will only be used if global.runtime.ingress.enabled = false
508507 enabled : true
0 commit comments