2
2
3
3
A Helm chart for Diode
4
4
5
- ![ Version: 1.3 .0] ( https://img.shields.io/badge/Version-1.3 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0 .0] ( https://img.shields.io/badge/AppVersion-1.0 .0-informational?style=flat-square )
5
+ ![ Version: 1.4 .0] ( https://img.shields.io/badge/Version-1.4 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.1 .0] ( https://img.shields.io/badge/AppVersion-1.1 .0-informational?style=flat-square )
6
6
7
7
## Prerequisites
8
8
@@ -236,15 +236,15 @@ helm show values diode/diode
236
236
| diodeAuth.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
237
237
| diodeAuth.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
238
238
| diodeAuth.image.repository | string | ` "docker.io/netboxlabs/diode-auth" ` | image repository |
239
- | diodeAuth.image.tag | string | ` "1.0 .0" ` | image tag |
239
+ | diodeAuth.image.tag | string | ` "1.1 .0" ` | image tag |
240
240
| diodeAuth.replicaCount | int | ` 1 ` | replica count |
241
241
| diodeAuth.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
242
242
| diodeAuth.serviceAccount.create | bool | ` true ` | create service account |
243
243
| diodeAuthBootstrap.enabled | bool | ` true ` | enabled |
244
244
| diodeAuthBootstrap.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
245
245
| diodeAuthBootstrap.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
246
246
| diodeAuthBootstrap.image.repository | string | ` "docker.io/netboxlabs/diode-auth" ` | image repository |
247
- | diodeAuthBootstrap.image.tag | string | ` "1.0 .0" ` | image tag |
247
+ | diodeAuthBootstrap.image.tag | string | ` "1.1 .0" ` | image tag |
248
248
| diodeAuthBootstrap.job.backoffLimit | int | ` 20 ` | backoff limit |
249
249
| diodeIngester.config.loggingLevel | string | ` "INFO" ` | logging level |
250
250
| diodeIngester.config.redisStreamDb | int | ` 1 ` | redis stream db |
@@ -259,7 +259,7 @@ helm show values diode/diode
259
259
| diodeIngester.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
260
260
| diodeIngester.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
261
261
| diodeIngester.image.repository | string | ` "docker.io/netboxlabs/diode-ingester" ` | image repository |
262
- | diodeIngester.image.tag | string | ` "1.0 .0" ` | image tag |
262
+ | diodeIngester.image.tag | string | ` "1.1 .0" ` | image tag |
263
263
| diodeIngester.replicaCount | int | ` 1 ` | replica count |
264
264
| diodeIngester.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
265
265
| diodeIngester.serviceAccount.create | bool | ` true ` | create service account |
@@ -288,16 +288,16 @@ helm show values diode/diode
288
288
| diodeReconciler.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
289
289
| diodeReconciler.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
290
290
| diodeReconciler.image.repository | string | ` "docker.io/netboxlabs/diode-reconciler" ` | image repository |
291
- | diodeReconciler.image.tag | string | ` "1.0 .0" ` | image tag |
291
+ | diodeReconciler.image.tag | string | ` "1.1 .0" ` | image tag |
292
292
| diodeReconciler.replicaCount | int | ` 1 ` | replica count |
293
293
| diodeReconciler.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
294
294
| diodeReconciler.serviceAccount.create | bool | ` true ` | create service account |
295
295
| externalPostgresql.hostname | string | ` "localhost" ` | hostname |
296
296
| externalPostgresql.port | int | ` 5432 ` | port |
297
297
| externalRedis.hostname | string | ` "localhost" ` | hostname |
298
298
| externalRedis.port | int | ` 6379 ` | port |
299
- | global.diode | object | ` {"busybox":{"image":"busybox:latest"},"hydra":{"waitForPostgres":true}} ` | diode global configuration |
300
- | global.diode.busybox | object | ` {"image":"busybox:latest"} ` | busybox image configuration |
299
+ | global.diode | object | ` {"busybox":{"image":"busybox:latest","imagePullPolicy":"IfNotPresent" },"hydra":{"waitForPostgres":true}} ` | diode global configuration |
300
+ | global.diode.busybox | object | ` {"image":"busybox:latest","imagePullPolicy":"IfNotPresent" } ` | busybox image configuration |
301
301
| global.diode.hydra | object | ` {"waitForPostgres":true} ` | hydra additional init containers configuration |
302
302
| global.diode.hydra.waitForPostgres | bool | ` true ` | wait for PostgreSQL |
303
303
| hydra | object | `{"deployment":{"extraInitContainers":"{{ include \"diode.hydra.extrainitcontainers\" . }}","resources":{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}},"enabled":true,"fullnameOverride":"diode-hydra","hydra":{"automigration":{"enabled":true},"config":{"oidc":{"subject_identifiers":{"supported_types":["public"]}},"strategies":{"access_token":"jwt","jwt":{"scope_claim":"both"}},"ttl":{"access_token":"1h"},"urls":{"self":{"issuer":"http://diode-hydra-public.{{ .Release.Namespace }}.svc.cluster.local:4444"}}},"dev":true,"ingress":{"admin":{"enabled":false},"public":{"enabled":false}},"service":{"admin":{"enabled":true,"port":4445,"type":"ClusterIP"},"public":{"enabled":true,"port":4444,"type":"ClusterIP"}}},"job":{"annotations":{"helm.sh/hook":"post-install, post-upgrade","helm.sh/hook-delete-policy":"hook-succeeded","helm.sh/hook-weight":"1"},"extraInitContainers":"{{ include \"diode.hydra.extrainitcontainers\" . }}"},"secret":{"enabled":false,"nameOverride":"diode-hydra-secret"}}` | ref: https://github.com/ory/k8s/blob/master/helm/charts/hydra/values.yaml |
0 commit comments