@@ -215,9 +215,9 @@ installer:
215
215
nodeSelector : {}
216
216
tolerations : []
217
217
affinity : {}
218
- # -----------------------------------------------------------------------------------------------------------------------
219
- # Sealed secrets
220
- # -----------------------------------------------------------------------------------------------------------------------
218
+ # *********************************************************************************************************************
219
+ # DOCS: https://artifacthub.io/packages/helm/bitnami-labs/sealed- secrets/2.17.2?modal=values
220
+ # *********************************************************************************************************************
221
221
sealed-secrets :
222
222
fullnameOverride : sealed-secrets-controller
223
223
keyrenewperiod : " 720h"
@@ -232,9 +232,9 @@ sealed-secrets:
232
232
requests :
233
233
cpu : 200m
234
234
memory : 512Mi
235
- # -----------------------------------------------------------------------------------------------------------------------
236
- # ArgoCD
237
- # -----------------------------------------------------------------------------------------------------------------------
235
+ # *********************************************************************************************************************
236
+ # DOCS: https://github.com/codefresh-sandbox/argo-helm/blob/argo-cd-8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9/charts/argo-cd
237
+ # *********************************************************************************************************************
238
238
argo-cd :
239
239
enabled : true
240
240
fullnameOverride : argo-cd
@@ -277,9 +277,9 @@ argo-cd:
277
277
enabled : true
278
278
# -- Extract application version based on ApplicationConfiguration CRD
279
279
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
+ # *********************************************************************************************************************
283
283
argo-events :
284
284
fullnameOverride : argo-events
285
285
crds :
@@ -297,9 +297,9 @@ argo-events:
297
297
metricsExporterImage : natsio/prometheus-nats-exporter:0.16.0
298
298
configReloaderImage : natsio/nats-server-config-reloader:0.18.2
299
299
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
+ # *********************************************************************************************************************
303
303
argo-workflows :
304
304
fullnameOverride : argo
305
305
enabled : true
@@ -327,9 +327,9 @@ codefreshWorkflowLogStoreCM:
327
327
enabled : true
328
328
endpoint : gitops-workflow-logs.codefresh.io
329
329
insecure : false
330
- # -----------------------------------------------------------------------------------------------------------------------
331
- # Argo rollouts
332
- # -----------------------------------------------------------------------------------------------------------------------
330
+ # *********************************************************************************************************************
331
+ # DOCS: https://github.com/codefresh-sandbox/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo- rollouts
332
+ # *********************************************************************************************************************
333
333
argo-rollouts :
334
334
enabled : true
335
335
fullnameOverride : argo-rollouts
@@ -499,10 +499,9 @@ internal-router:
499
499
minAvailable : 1
500
500
# -- Set number of pods that are unavailable after eviction as number or percentage
501
501
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
+ # *********************************************************************************************************************
506
505
tunnel-client :
507
506
# -- Will only be used if global.runtime.ingress.enabled = false
508
507
enabled : true
0 commit comments