Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 46 additions & 27 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.1.72
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.0.0
version: 2025.9-0
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand All @@ -13,30 +13,49 @@ maintainers:
url: https://codefresh-io.github.io/
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |-
- kind: changed
description: 'Merge pull request #22 from codefresh-sandbox/fix/alice'
- kind: changed
description: CI Automatic commit - align Chart version
- kind: changed
description: 'fix: alice'
- kind: changed
description: 'fix: alice'
- kind: changed
description: 'feat: bar'
- kind: changed
description: 'feat: foo'
- kind: changed
description: updated nginx (#662)
- kind: changed
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3718.0 (#678)'
- kind: changed
description: 'fix(app-proxy): update cap-app-proxy image tags to 1.3709.0 - simplify user cache (#673)'
dependencies:
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
condition: argo-cd.enabled
version: 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.4.8-cap-CR-29689
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.15-v3.6.7-cap-CR-28355
condition: argo-workflows.enabled
- name: argo-rollouts
repository: https://codefresh-io.github.io/argo-helm
version: 2.37.3-6-v1.7.2-cap-CR-29629
condition: argo-rollouts.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
version: 2.17.2
- name: codefresh-tunnel-client
repository: oci://quay.io/codefresh/charts
version: 0.1.21
alias: tunnel-client
condition: tunnel-client.enabled
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: 0.27.0
- name: argo-cd
repository: https://codefresh-io.github.io/argo-helm
condition: argo-cd.enabled
version: 8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9
- name: argo-events
repository: https://codefresh-io.github.io/argo-helm
version: 2.4.8-cap-CR-29689
- name: argo-workflows
repository: https://codefresh-io.github.io/argo-helm
version: 0.45.15-v3.6.7-cap-CR-28355
condition: argo-workflows.enabled
- name: argo-rollouts
repository: https://codefresh-io.github.io/argo-helm
version: 2.37.3-6-v1.7.2-cap-CR-29629
condition: argo-rollouts.enabled
- name: sealed-secrets
repository: https://bitnami-labs.github.io/sealed-secrets/
version: 2.17.2
- name: codefresh-tunnel-client
repository: oci://quay.io/codefresh/charts
version: 0.1.21
alias: tunnel-client
condition: tunnel-client.enabled
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: 0.27.0
28 changes: 20 additions & 8 deletions charts/gitops-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Codefresh gitops runtime
![Version: 0.0.0](https://img.shields.io/badge/Version-0.0.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
![Version: 2025.9-0](https://img.shields.io/badge/Version-2025.9--0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -144,7 +144,7 @@ We have created a helper utility to resolve this issue:
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:

```
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-0 <local_registry>
```
`output_dir` - is a local directory where the utility will output files. <br>
`local_registry` - is your local registry where you want to mirror the images to
Expand All @@ -157,7 +157,7 @@ The utility will output 4 files into the folder:

For usage with external ArgoCD run the utility with `EXTERNAL_ARGOCD` environment variable set to `true`.
```
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.0.0 <local_registry>
docker run -e EXTERNAL_ARGOCD=true -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:2025.9-0 <local_registry>
```

## Openshift
Expand Down Expand Up @@ -395,14 +395,14 @@ gitops-operator:
| app-proxy.image-enrichment.serviceAccount.name | string | `"codefresh-image-enrichment-sa"` | Name of the service account to create or the name of the existing one to use |
| app-proxy.image.pullPolicy | string | `"IfNotPresent"` | |
| app-proxy.image.repository | string | `"quay.io/codefresh/cap-app-proxy"` | |
| app-proxy.image.tag | string | `"1.3706.0"` | |
| app-proxy.image.tag | string | `"1.3718.0"` | |
| app-proxy.imagePullSecrets | list | `[]` | |
| app-proxy.initContainer.command[0] | string | `"./init.sh"` | |
| app-proxy.initContainer.env | object | `{}` | |
| app-proxy.initContainer.extraVolumeMounts | list | `[]` | Extra volume mounts for init container |
| app-proxy.initContainer.image.pullPolicy | string | `"IfNotPresent"` | |
| app-proxy.initContainer.image.repository | string | `"quay.io/codefresh/cap-app-proxy-init"` | |
| app-proxy.initContainer.image.tag | string | `"1.3706.0"` | |
| app-proxy.initContainer.image.tag | string | `"1.3718.0"` | |
| app-proxy.initContainer.resources.limits | object | `{}` | |
| app-proxy.initContainer.resources.requests.cpu | string | `"0.2"` | |
| app-proxy.initContainer.resources.requests.memory | string | `"256Mi"` | |
Expand Down Expand Up @@ -649,7 +649,7 @@ gitops-operator:
| internal-router.fullnameOverride | string | `"internal-router"` | |
| internal-router.image.pullPolicy | string | `"IfNotPresent"` | |
| internal-router.image.repository | string | `"docker.io/nginxinc/nginx-unprivileged"` | |
| internal-router.image.tag | string | `"1.28-alpine3.21"` | |
| internal-router.image.tag | string | `"1.29-alpine3.22"` | |
| internal-router.imagePullSecrets | list | `[]` | |
| internal-router.ipv6 | object | `{"enabled":false}` | For ipv6 enabled clusters switch ipv6 enabled to true |
| internal-router.nameOverride | string | `""` | |
Expand All @@ -673,7 +673,19 @@ gitops-operator:
| internal-router.serviceAccount.create | bool | `true` | |
| internal-router.serviceAccount.name | string | `""` | |
| internal-router.tolerations | list | `[]` | |
| 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"}}}` | --------------------------------------------------------------------------------------------------------------------- |
| 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. |
| sealed-secrets.fullnameOverride | string | `"sealed-secrets-controller"` | |
| sealed-secrets.image.registry | string | `"quay.io"` | |
| sealed-secrets.image.repository | string | `"codefresh/sealed-secrets-controller"` | |
| sealed-secrets.image.tag | string | `"0.29.0"` | |
| sealed-secrets.keyrenewperiod | string | `"720h"` | |
| sealed-secrets.resources.limits.cpu | string | `"500m"` | |
| sealed-secrets.resources.limits.memory | string | `"1Gi"` | |
| sealed-secrets.resources.requests.cpu | string | `"200m"` | |
| sealed-secrets.resources.requests.memory | string | `"512Mi"` | |
| tunnel-client.affinity | object | `{}` | |
| tunnel-client.enabled | bool | `true` | Will only be used if global.runtime.ingress.enabled = false |
| tunnel-client.libraryMode | bool | `true` | Do not change this value! Breaks chart logic |
| tunnel-client.nodeSelector | object | `{}` | |
| tunnel-client.tolerations | list | `[]` | |
| tunnel-client.tunnelServer.host | string | `"register-tunnels.cf-cd.com"` | |
| tunnel-client.tunnelServer.subdomainHost | string | `"tunnels.cf-cd.com"` | |
37 changes: 18 additions & 19 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ installer:
nodeSelector: {}
tolerations: []
affinity: {}
# -----------------------------------------------------------------------------------------------------------------------
# Sealed secrets
# -----------------------------------------------------------------------------------------------------------------------
# *********************************************************************************************************************
# DOCS: https://artifacthub.io/packages/helm/bitnami-labs/sealed-secrets/2.17.2?modal=values
# *********************************************************************************************************************
sealed-secrets:
fullnameOverride: sealed-secrets-controller
keyrenewperiod: "720h"
Expand All @@ -232,9 +232,9 @@ sealed-secrets:
requests:
cpu: 200m
memory: 512Mi
#-----------------------------------------------------------------------------------------------------------------------
# ArgoCD
#-----------------------------------------------------------------------------------------------------------------------
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-cd-8.0.6-8-cap-v3.0.2-2025-08-12-9c8dfae9/charts/argo-cd
# *********************************************************************************************************************
argo-cd:
enabled: true
fullnameOverride: argo-cd
Expand Down Expand Up @@ -277,9 +277,9 @@ argo-cd:
enabled: true
# -- Extract application version based on ApplicationConfiguration CRD
useApplicationConfiguration: true
#-----------------------------------------------------------------------------------------------------------------------
# Argo Events
#-----------------------------------------------------------------------------------------------------------------------
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-events-2.4.8-cap-CR-29689/charts/argo-events
# *********************************************************************************************************************
argo-events:
fullnameOverride: argo-events
crds:
Expand All @@ -297,9 +297,9 @@ argo-events:
metricsExporterImage: natsio/prometheus-nats-exporter:0.16.0
configReloaderImage: natsio/nats-server-config-reloader:0.18.2
startCommand: /nats-server
#-----------------------------------------------------------------------------------------------------------------------
# Argo Workflows
#-----------------------------------------------------------------------------------------------------------------------
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-workflows-0.45.15-v3.6.7-cap-CR-28355/charts/argo-workflows
# *********************************************************************************************************************
argo-workflows:
fullnameOverride: argo
enabled: true
Expand Down Expand Up @@ -327,9 +327,9 @@ codefreshWorkflowLogStoreCM:
enabled: true
endpoint: gitops-workflow-logs.codefresh.io
insecure: false
#-----------------------------------------------------------------------------------------------------------------------
# Argo rollouts
#-----------------------------------------------------------------------------------------------------------------------
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/argo-helm/blob/argo-rollouts-2.37.3-6-v1.7.2-cap-CR-29629/charts/argo-rollouts
# *********************************************************************************************************************
argo-rollouts:
enabled: true
fullnameOverride: argo-rollouts
Expand Down Expand Up @@ -499,10 +499,9 @@ internal-router:
minAvailable: 1
# -- Set number of pods that are unavailable after eviction as number or percentage
maxUnavailable: ""
#-----------------------------------------------------------------------------------------------------------------------
# tunnel client
#-----------------------------------------------------------------------------------------------------------------------
# -- Tunnel based runtime. Not supported for on-prem platform. In on-prem use ingress based runtimes.
# *********************************************************************************************************************
# DOCS: https://github.com/codefresh-io/codefresh-tunnel-charts/blob/codefresh-tunnel-client-0.1.21-helm/codefresh-tunnel-client/values.yaml
# *********************************************************************************************************************
tunnel-client:
# -- Will only be used if global.runtime.ingress.enabled = false
enabled: true
Expand Down