Skip to content

Commit 2209148

Browse files
create release 0.23 draft
1 parent 2b857ca commit 2209148

File tree

2 files changed

+25
-48
lines changed

2 files changed

+25
-48
lines changed

charts/gitops-runtime/README.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -311,36 +311,13 @@ gitops-operator:
311311
| app-proxy.serviceMonitor.labels | object | `{}` | |
312312
| app-proxy.serviceMonitor.name | string | `""` | |
313313
| app-proxy.tolerations | list | `[]` | |
314+
| argo-cd | object | `{"applicationVersioning":{"enabled":true,"useApplicationConfiguration":true},"configs":{"cm":{"accounts.admin":"apiKey,login","application.resourceTrackingMethod":"annotation+label","resource.customizations.actions.argoproj.io_Rollout":"mergeBuiltinActions: true\ndiscovery.lua: |\n actions = {}\n local fullyPromoted = obj.status.currentPodHash == obj.status.stableRS\n actions[\"pause\"] = {[\"disabled\"] = fullyPromoted or obj.spec.paused == true}\n actions[\"skip-current-step\"] = {[\"disabled\"] = obj.spec.strategy.canary == nil or obj.spec.strategy.canary.steps == nil or obj.status.currentStepIndex == table.getn(obj.spec.strategy.canary.steps)}\n return actions\ndefinitions:\n- name: pause\n action.lua: |\n obj.spec.paused = true\n return obj\n- name: skip-current-step\n action.lua: |\n if obj.status ~= nil then\n if obj.spec.strategy.canary ~= nil and obj.spec.strategy.canary.steps ~= nil and obj.status.currentStepIndex < table.getn(obj.spec.strategy.canary.steps) then\n if obj.status.pauseConditions ~= nil and table.getn(obj.status.pauseConditions) > 0 then\n obj.status.pauseConditions = nil\n end\n obj.status.currentStepIndex = obj.status.currentStepIndex + 1\n end\n end\n return obj\n","timeout.reconciliation":"20s"},"params":{"application.namespaces":"cf-*","server.insecure":true}},"crds":{"install":true},"enabled":true,"fullnameOverride":"argo-cd"}` | ------------------------------------------------------------------------------------------------------------------- |
314315
| argo-cd.applicationVersioning.enabled | bool | `true` | Enable application versioning |
315316
| argo-cd.applicationVersioning.useApplicationConfiguration | bool | `true` | Extract application version based on ApplicationConfiguration CRD |
316-
| argo-cd.configs.cm."accounts.admin" | string | `"apiKey,login"` | |
317-
| argo-cd.configs.cm."application.resourceTrackingMethod" | string | `"annotation+label"` | |
318-
| argo-cd.configs.cm."resource.customizations.actions.argoproj.io_Rollout" | string | `"mergeBuiltinActions: true\ndiscovery.lua: |\n actions = {}\n local fullyPromoted = obj.status.currentPodHash == obj.status.stableRS\n actions[\"pause\"] = {[\"disabled\"] = fullyPromoted or obj.spec.paused == true}\n actions[\"skip-current-step\"] = {[\"disabled\"] = obj.spec.strategy.canary == nil or obj.spec.strategy.canary.steps == nil or obj.status.currentStepIndex == table.getn(obj.spec.strategy.canary.steps)}\n return actions\ndefinitions:\n- name: pause\n action.lua: |\n obj.spec.paused = true\n return obj\n- name: skip-current-step\n action.lua: |\n if obj.status ~= nil then\n if obj.spec.strategy.canary ~= nil and obj.spec.strategy.canary.steps ~= nil and obj.status.currentStepIndex < table.getn(obj.spec.strategy.canary.steps) then\n if obj.status.pauseConditions ~= nil and table.getn(obj.status.pauseConditions) > 0 then\n obj.status.pauseConditions = nil\n end\n obj.status.currentStepIndex = obj.status.currentStepIndex + 1\n end\n end\n return obj\n"` | |
319-
| argo-cd.configs.cm."timeout.reconciliation" | string | `"20s"` | |
320-
| argo-cd.configs.params."application.namespaces" | string | `"cf-*"` | |
321-
| argo-cd.configs.params."server.insecure" | bool | `true` | |
322-
| argo-cd.crds.install | bool | `true` | |
323-
| argo-cd.enabled | bool | `true` | |
324-
| argo-cd.fullnameOverride | string | `"argo-cd"` | |
325-
| argo-events.configs.jetstream.versions[0].configReloaderImage | string | `"natsio/nats-server-config-reloader:0.18.2"` | |
326-
| argo-events.configs.jetstream.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.16.0"` | |
327-
| argo-events.configs.jetstream.versions[0].natsImage | string | `"nats:2.11.4"` | |
328-
| argo-events.configs.jetstream.versions[0].startCommand | string | `"/nats-server"` | |
329-
| argo-events.configs.jetstream.versions[0].version | string | `"latest"` | |
330-
| argo-events.configs.nats.versions[0].metricsExporterImage | string | `"natsio/prometheus-nats-exporter:0.16.0"` | |
331-
| argo-events.configs.nats.versions[0].natsStreamingImage | string | `"nats-streaming:0.25.6"` | |
332-
| argo-events.configs.nats.versions[0].version | string | `"0.22.1"` | |
333-
| argo-events.crds.install | bool | `false` | |
334-
| argo-events.fullnameOverride | string | `"argo-events"` | |
335-
| argo-rollouts.controller.replicas | int | `1` | |
336-
| argo-rollouts.enabled | bool | `true` | |
337-
| argo-rollouts.fullnameOverride | string | `"argo-rollouts"` | |
338-
| argo-rollouts.installCRDs | bool | `true` | |
317+
| argo-events | object | `{"configs":{"jetstream":{"versions":[{"configReloaderImage":"natsio/nats-server-config-reloader:0.18.2","metricsExporterImage":"natsio/prometheus-nats-exporter:0.16.0","natsImage":"nats:2.11.4","startCommand":"/nats-server","version":"latest"}]},"nats":{"versions":[{"metricsExporterImage":"natsio/prometheus-nats-exporter:0.16.0","natsStreamingImage":"nats-streaming:0.25.6","version":"0.22.1"}]}},"crds":{"install":false},"fullnameOverride":"argo-events"}` | ------------------------------------------------------------------------------------------------------------------- |
318+
| argo-rollouts | object | `{"controller":{"replicas":1},"enabled":true,"fullnameOverride":"argo-rollouts","installCRDs":true}` | ------------------------------------------------------------------------------------------------------------------- |
319+
| argo-workflows | object | `{"crds":{"install":true},"enabled":true,"executor":{"resources":{"requests":{"ephemeral-storage":"10Mi"}}},"fullnameOverride":"argo","mainContainer":{"resources":{"requests":{"ephemeral-storage":"10Mi"}}},"server":{"authModes":["client"],"baseHref":"/workflows/"}}` | ------------------------------------------------------------------------------------------------------------------- |
339320
| argo-workflows.crds.install | bool | `true` | Install and upgrade CRDs |
340-
| argo-workflows.enabled | bool | `true` | |
341-
| argo-workflows.executor.resources.requests.ephemeral-storage | string | `"10Mi"` | |
342-
| argo-workflows.fullnameOverride | string | `"argo"` | |
343-
| argo-workflows.mainContainer.resources.requests.ephemeral-storage | string | `"10Mi"` | |
344321
| argo-workflows.server.authModes | list | `["client"]` | auth-mode needs to be set to client to be able to see workflow logs from Codefresh UI |
345322
| argo-workflows.server.baseHref | string | `"/workflows/"` | Do not change. Workflows UI is only accessed through internal router, changing this values will break routing to workflows native UI from Codefresh. |
346323
| cf-argocd-extras | object | `{"eventReporter":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.12"}},"enabled":true,"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"serviceMonitor":{"main":{"enabled":false}},"tolerations":[]},"sourcesServer":{"affinity":{},"container":{"image":{"registry":"quay.io","repository":"codefresh/cf-argocd-extras","tag":"v0.5.12"}},"enabled":true,"hpa":{"enabled":false,"maxReplicas":10,"minReplicas":1,"targetCPUUtilizationPercentage":70},"nodeSelector":{},"pdb":{"enabled":false,"maxUnavailable":"","minAvailable":"50%"},"resources":{"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}}` | Codefresh extra services for ArgoCD |
@@ -525,7 +502,7 @@ gitops-operator:
525502
| internal-router.serviceAccount.create | bool | `true` | |
526503
| internal-router.serviceAccount.name | string | `""` | |
527504
| internal-router.tolerations | list | `[]` | |
528-
| sealed-secrets | object | `{"fullnameOverride":"sealed-secrets-controller","image":{"registry":"quay.io","repository":"codefresh/sealed-secrets-controller","tag":"0.29.0"},"keyrenewperiod":"720h","resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"512Mi"}}}` | --------------------------------------------------------------------------------------------------------------------- |
529-
| tunnel-client | object | `{"affinity":{},"enabled":true,"libraryMode":true,"nodeSelector":{},"tolerations":[],"tunnelServer":{"host":"register-tunnels.cf-cd.com","subdomainHost":"tunnels.cf-cd.com"}}` | Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes. |
505+
| sealed-secrets | object | `{"fullnameOverride":"sealed-secrets-controller","image":{"registry":"quay.io","repository":"codefresh/sealed-secrets-controller","tag":"0.29.0"},"keyrenewperiod":"720h","resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"512Mi"}}}` | ------------------------------------------------------------------------------------------------------------------- |
506+
| tunnel-client | object | `{"affinity":{},"enabled":true,"libraryMode":true,"nodeSelector":{},"tolerations":[],"tunnelServer":{"host":"register-tunnels.cf-cd.com","subdomainHost":"tunnels.cf-cd.com"}}` | ------------------------------------------------------------------------------------------------------------------- |
530507
| tunnel-client.enabled | bool | `true` | Will only be used if global.runtime.ingress.enabled = false |
531508
| tunnel-client.libraryMode | bool | `true` | Do not change this value! Breaks chart logic |

charts/gitops-runtime/values.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
# ---------------------------------------------------------------------------------------------------------------------
221221
sealed-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-io/argo-helm/blob/argo-cd-8.0.6-6-cap-v3.0.2-2025-07-06-e9fc72a9/charts/argo-cd
237+
# ---------------------------------------------------------------------------------------------------------------------
238238
argo-cd:
239239
enabled: true
240240
fullnameOverride: argo-cd
@@ -277,9 +277,10 @@ argo-cd:
277277
enabled: true
278278
# -- Extract application version based on ApplicationConfiguration CRD
279279
useApplicationConfiguration: true
280-
#-----------------------------------------------------------------------------------------------------------------------
281-
# Argo Events
282-
#-----------------------------------------------------------------------------------------------------------------------
280+
281+
# ---------------------------------------------------------------------------------------------------------------------
282+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
283+
# ---------------------------------------------------------------------------------------------------------------------
283284
argo-events:
284285
fullnameOverride: argo-events
285286
crds:
@@ -297,9 +298,9 @@ argo-events:
297298
metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0
298299
configReloaderImage: natsio/nats-server-config-reloader:0.18.2
299300
startCommand: /nats-server
300-
#-----------------------------------------------------------------------------------------------------------------------
301-
# Argo Workflows
302-
#-----------------------------------------------------------------------------------------------------------------------
301+
# ---------------------------------------------------------------------------------------------------------------------
302+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
303+
# ---------------------------------------------------------------------------------------------------------------------
303304
argo-workflows:
304305
fullnameOverride: argo
305306
enabled: true
@@ -327,9 +328,9 @@ codefreshWorkflowLogStoreCM:
327328
enabled: true
328329
endpoint: gitops-workflow-logs.codefresh.io
329330
insecure: false
330-
#-----------------------------------------------------------------------------------------------------------------------
331-
# Argo rollouts
332-
#-----------------------------------------------------------------------------------------------------------------------
331+
# ---------------------------------------------------------------------------------------------------------------------
332+
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
333+
# ---------------------------------------------------------------------------------------------------------------------
333334
argo-rollouts:
334335
enabled: true
335336
fullnameOverride: argo-rollouts
@@ -499,10 +500,9 @@ internal-router:
499500
minAvailable: 1
500501
# -- Set number of pods that are unavailable after eviction as number or percentage
501502
maxUnavailable: ""
502-
#-----------------------------------------------------------------------------------------------------------------------
503-
# tunnel client
504-
#-----------------------------------------------------------------------------------------------------------------------
505-
# -- Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes.
503+
# ---------------------------------------------------------------------------------------------------------------------
504+
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.21-helm/codefresh-tunnel-client/values.yaml
505+
# ---------------------------------------------------------------------------------------------------------------------
506506
tunnel-client:
507507
# -- Will only be used if global.runtime.ingress.enabled = false
508508
enabled: true

0 commit comments

Comments
 (0)