Skip to content

Commit eff2b92

Browse files
committed
chore: helm docs
1 parent 938892e commit eff2b92

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

charts/gitops-runtime/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.0-informational?style=flat-square) ![AppVersion: 0.1.72](https://img.shields.io/badge/AppVersion-0.1.72-informational?style=flat-square)
2+
![Version: 0.27.0](https://img.shields.io/badge/Version-0.27.0-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square)
33

44
## Table of Content
55

@@ -800,7 +800,7 @@ global:
800800
| redis-ha.redis.config.save | string | `'""'` | Will save the DB if both the given number of seconds and the given number of write operations against the DB occurred. `""` is disabled |
801801
| redis-ha.redis.masterGroupName | string | `"gitops-runtime"` | Redis convention for naming the cluster group: must match `^[\\w-\\.]+$` and can be templated |
802802
| redis-ha.tolerations | list | `[]` | [Tolerations] for use with node taints for Redis pods. |
803-
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. # https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ |
803+
| redis-ha.topologySpreadConstraints | object | `{"enabled":false,"maxSkew":"","topologyKey":"","whenUnsatisfiable":""}` | Assign custom [TopologySpreadConstraints] rules to the Redis pods. |
804804
| redis-ha.topologySpreadConstraints.enabled | bool | `false` | Enable Redis HA topology spread constraints |
805805
| redis-ha.topologySpreadConstraints.maxSkew | string | `""` (defaults to `1`) | Max skew of pods tolerated |
806806
| redis-ha.topologySpreadConstraints.topologyKey | string | `""` (defaults to `topology.kubernetes.io/zone`) | Topology key for spread |
@@ -813,8 +813,16 @@ global:
813813
| redis.readinessProbe | object | `{"enabled":true,"failureThreshold":5,"initialDelaySeconds":30,"periodSeconds":15,"successThreshold":1,"timeoutSeconds":15}` | Probes configuration |
814814
| redis.service | object | `{"annotations":{},"labels":{},"ports":{"metrics":{"port":9121,"targetPort":9121},"redis":{"port":6379,"targetPort":6379}},"type":"ClusterIP"}` | Service configuration |
815815
| redis.serviceAccount | object | `{"annotations":{},"create":true,"name":""}` | Create ServiceAccount for redis |
816-
| sealed-secrets | object | `{"fullnameOverride":"sealed-secrets-controller","image":{"registry":"quay.io","repository":"codefresh/sealed-secrets-controller","tag":"0.34.0"},"keyrenewperiod":"720h","resources":{"limits":{"cpu":"500m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"512Mi"}}}` | --------------------------------------------------------------------------------------------------------------------- |
817-
| 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. |
816+
| sealed-secrets.fullnameOverride | string | `"sealed-secrets-controller"` | |
817+
| sealed-secrets.image.registry | string | `"quay.io"` | |
818+
| sealed-secrets.image.repository | string | `"codefresh/sealed-secrets-controller"` | |
819+
| sealed-secrets.image.tag | string | `"0.34.0"` | |
820+
| sealed-secrets.keyrenewperiod | string | `"720h"` | |
821+
| sealed-secrets.resources.limits.cpu | string | `"500m"` | |
822+
| sealed-secrets.resources.limits.memory | string | `"1Gi"` | |
823+
| sealed-secrets.resources.requests.cpu | string | `"200m"` | |
824+
| sealed-secrets.resources.requests.memory | string | `"512Mi"` | |
825+
| tunnel-client.affinity | object | `{}` | |
818826
| tunnel-client.enabled | bool | `true` | Will only be used if global.runtime.ingress.enabled = false |
819827
| tunnel-client.libraryMode | bool | `true` | Do not change this value! Breaks chart logic |
820828
| tunnel-client.nodeSelector | object | `{}` | |

0 commit comments

Comments
 (0)