11# gitops-runtime
22
3- ![ Version: 0.2.0-alpha-12 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--12 -informational?style=flat-square ) ![ AppVersion: v0. 0.1] ( https://img.shields.io/badge/AppVersion-v0. 0.1-informational?style=flat-square )
3+ ![ Version: 0.2.0-alpha-14 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--14 -informational?style=flat-square ) ![ AppVersion: 0.1.27-helm-alpha ] ( https://img.shields.io/badge/AppVersion-0.1.27--helm--alpha -informational?style=flat-square )
44
55A Helm chart for Codefresh gitops runtime
66
@@ -16,9 +16,9 @@ A Helm chart for Codefresh gitops runtime
1616
1717| Repository | Name | Version |
1818| ------------| ------| ---------|
19- | https://bitnami-labs.github.io/sealed-secrets/ | sealed-secrets | 2.1.6 |
19+ | https://bitnami-labs.github.io/sealed-secrets/ | sealed-secrets | 2.7.3 |
2020| https://chartmuseum.codefresh.io/codefresh-tunnel-client | tunnel-client(codefresh-tunnel-client) | 0.1.12 |
21- | https://codefresh-io.github.io/argo-helm | argo-cd | 5.16.0-2 -cap-CR-16950 |
21+ | https://codefresh-io.github.io/argo-helm | argo-cd | 5.27.1-1 -cap-CR-17237 |
2222| https://codefresh-io.github.io/argo-helm | argo-events | 2.0.5-1-cf-init |
2323| https://codefresh-io.github.io/argo-helm | argo-rollouts | 2.22.1-1-cap-sw |
2424| https://codefresh-io.github.io/argo-helm | argo-workflows | 0.22.8-1-cf-init |
@@ -28,8 +28,10 @@ A Helm chart for Codefresh gitops runtime
2828| Key | Type | Default | Description |
2929| -----| ------| ---------| -------------|
3030| app-proxy.affinity | object | ` {} ` | |
31- | app-proxy.config.argoCdUsername | string | ` "admin" ` | |
31+ | app-proxy.config.argoCdUrl | string | ` nil ` | ArgoCD Url. determined by chart logic. Do not change unless you are certain you need to |
32+ | app-proxy.config.argoCdUsername | string | ` "admin" ` | ArgoCD user to be used by app-proxy |
3233| app-proxy.config.argoWorkflowsInsecure | string | ` "true" ` | |
34+ | app-proxy.config.argoWorkflowsUrl | string | ` nil ` | Workflows server url. Determined by chart logic. Do not change unless you are certain you need to |
3335| app-proxy.config.env | string | ` "production" ` | |
3436| app-proxy.config.logLevel | string | ` "info" ` | Log Level |
3537| app-proxy.config.skipGitPermissionValidation | string | ` "false" ` | Skit git permissions validation |
@@ -50,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
5052| 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 |
5153| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
5254| app-proxy.image.repository | string | ` "quay.io/codefresh/cap-app-proxy" ` | |
53- | app-proxy.image.tag | string | ` "CR-17702-fix-runtime-name-crash " ` | |
55+ | app-proxy.image.tag | string | ` "1.2170.0 " ` | |
5456| app-proxy.imagePullSecrets | list | ` [] ` | |
5557| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
5658| app-proxy.initContainer.env | object | ` {} ` | |
5759| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
5860| app-proxy.initContainer.image.repository | string | ` "quay.io/codefresh/cap-app-proxy-init" ` | |
59- | app-proxy.initContainer.image.tag | string | ` "CR-17702-fix-runtime-name-crash " ` | |
61+ | app-proxy.initContainer.image.tag | string | ` "1.2170.0 " ` | |
6062| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
6163| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
6264| app-proxy.initContainer.resources.requests.cpu | string | ` "0.2" ` | |
@@ -172,7 +174,7 @@ A Helm chart for Codefresh gitops runtime
172174| internal-router.serviceAccount.create | bool | ` true ` | |
173175| internal-router.serviceAccount.name | string | ` "" ` | |
174176| internal-router.tolerations | list | ` [] ` | |
175- | sealed-secrets | object | ` {"fullnameOverride":"sealed-secrets-controller","image":{"registry":"quay.io","repository":"codefresh/sealed-secrets-controller","tag":"v0.17.5 "},"keyrenewperiod":"720h","resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"512Mi"}}} ` | --------------------------------------------------------------------------------------------------------------------- |
177+ | sealed-secrets | object | ` {"fullnameOverride":"sealed-secrets-controller","image":{"registry":"quay.io","repository":"codefresh/sealed-secrets-controller","tag":"v0.19.4 "},"keyrenewperiod":"720h","resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"512Mi"}}} ` | --------------------------------------------------------------------------------------------------------------------- |
176178| tunnel-client | object | ` {"libraryMode":true,"tunnelServer":{"host":"register-tunnels.cf-cd.com","subdomainHost":"tunnels.cf-cd.com"}} ` | Tunnel based runtime. Only relevant when runtime.ingress.enabled = false |
177179| tunnel-client.libraryMode | bool | ` true ` | Do not change this value! Breaks chart logic |
178180
0 commit comments