1
1
# gitops-runtime
2
2
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 )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
@@ -16,9 +16,9 @@ A Helm chart for Codefresh gitops runtime
16
16
17
17
| Repository | Name | Version |
18
18
| ------------| ------| ---------|
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 |
20
20
| 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 |
22
22
| https://codefresh-io.github.io/argo-helm | argo-events | 2.0.5-1-cf-init |
23
23
| https://codefresh-io.github.io/argo-helm | argo-rollouts | 2.22.1-1-cap-sw |
24
24
| 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
28
28
| Key | Type | Default | Description |
29
29
| -----| ------| ---------| -------------|
30
30
| 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 |
32
33
| 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 |
33
35
| app-proxy.config.env | string | ` "production" ` | |
34
36
| app-proxy.config.logLevel | string | ` "info" ` | Log Level |
35
37
| app-proxy.config.skipGitPermissionValidation | string | ` "false" ` | Skit git permissions validation |
@@ -50,13 +52,13 @@ A Helm chart for Codefresh gitops runtime
50
52
| 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 |
51
53
| app-proxy.image.pullPolicy | string | ` "IfNotPresent" ` | |
52
54
| 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 " ` | |
54
56
| app-proxy.imagePullSecrets | list | ` [] ` | |
55
57
| app-proxy.initContainer.command[ 0] | string | ` "./init.sh" ` | |
56
58
| app-proxy.initContainer.env | object | ` {} ` | |
57
59
| app-proxy.initContainer.image.pullPolicy | string | ` "IfNotPresent" ` | |
58
60
| 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 " ` | |
60
62
| app-proxy.initContainer.resources.limits.cpu | string | ` "1" ` | |
61
63
| app-proxy.initContainer.resources.limits.memory | string | ` "512Mi" ` | |
62
64
| app-proxy.initContainer.resources.requests.cpu | string | ` "0.2" ` | |
@@ -172,7 +174,7 @@ A Helm chart for Codefresh gitops runtime
172
174
| internal-router.serviceAccount.create | bool | ` true ` | |
173
175
| internal-router.serviceAccount.name | string | ` "" ` | |
174
176
| 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"}}} ` | --------------------------------------------------------------------------------------------------------------------- |
176
178
| 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 |
177
179
| tunnel-client.libraryMode | bool | ` true ` | Do not change this value! Breaks chart logic |
178
180
0 commit comments