You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,11 +46,10 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
45
46
- Helm **3.8.0+**
46
47
- PV provisioner support in the underlying infrastructure
47
48
- GCR Service Account JSON `sa.json` (provided by Codefresh, contact support@codefresh.io)
48
-
- Firebase [Realtime Database URL](https://firebase.google.com/docs/database/web/start#create_a_database) and [legacy token](https://firebase.google.com/docs/database/rest/auth#legacy_tokens) for it. See [Firebase Configuration](#firebase-configuration)
49
+
- Firebase [Realtime Database URL](https://firebase.google.com/docs/database/web/start#create_a_database) with [legacy token](https://firebase.google.com/docs/database/rest/auth#legacy_tokens). See [Firebase Configuration](#firebase-configuration)
49
50
- Valid TLS certificates for Ingress
50
51
- When [external](#external-postgressql) PostgreSQL is used, `pg_cron` and `pg_partman` extensions **must be enabled** for [analytics](https://codefresh.io/docs/docs/dashboards/home-dashboard/#pipelines-dashboard) to work (see [AWS RDS example](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/PostgreSQL_pg_cron.html#PostgreSQL_pg_cron.enable))
51
52
52
-
53
53
## Get Repo Info
54
54
55
55
```console
@@ -121,12 +121,25 @@ ingress:
121
121
# -- Existing `kubernetes.io/tls` type secret with TLS certificates (keys: `tls.crt`, `tls.key`)
122
122
existingSecret: ""
123
123
124
-
# -- ingress-nginx
125
124
ingress-nginx:
126
125
# -- Enable ingress-nginx controller
127
126
enabled: true
128
127
```
129
128
129
+
- *Or specify your own `.Values.ingress.ingressClassName` (disable built-in ingress-nginx subchart)*
130
+
131
+
```yaml
132
+
ingress:
133
+
# -- Enable the Ingress
134
+
enabled: true
135
+
# -- Set the ingressClass that is used for the ingress.
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands:
158
171
@@ -168,7 +181,7 @@ The following table displays the list of **persistent** services created as part
168
181
| :--- | :---- | :--- |
169
182
| MongoDB | Stores all account data (account settings, users, projects, pipelines, builds etc.) | 4.4.x |
170
183
| Postgresql | Stores data about events for the account (pipeline updates, deletes, etc.). The audit log uses the data from this database. | 13.x |
171
-
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 6.0.x |
184
+
| Redis | Used for caching, and as a key-value store for cron trigger manager. | 7.0.x |
172
185
173
186
> Running on netfs (nfs, cifs) is not recommended.
Delete `codefresh-certs-server` k8s secret and run [./configure-dind-certs.sh](https://github.com/codefresh-io/venona/blob/release-1.0/charts/cf-runtime/files/configure-dind-certs.sh) in your runtime namespace.
0 commit comments