22
33A Helm chart for Diode
44
5- ![ Version: 1.4.1] ( https://img.shields.io/badge/Version-1.4.1-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 )
5+ ![ Version: 1.4.1] ( https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.2 .0] ( https://img.shields.io/badge/AppVersion-1.2 .0-informational?style=flat-square )
66
77## Prerequisites
88
@@ -236,15 +236,15 @@ helm show values diode/diode
236236| diodeAuth.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
237237| diodeAuth.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
238238| diodeAuth.image.repository | string | ` "docker.io/netboxlabs/diode-auth" ` | image repository |
239- | diodeAuth.image.tag | string | ` "1.1 .0" ` | image tag |
239+ | diodeAuth.image.tag | string | ` "1.2 .0" ` | image tag |
240240| diodeAuth.replicaCount | int | ` 1 ` | replica count |
241241| diodeAuth.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
242242| diodeAuth.serviceAccount.create | bool | ` true ` | create service account |
243243| diodeAuthBootstrap.enabled | bool | ` true ` | enabled |
244244| diodeAuthBootstrap.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
245245| diodeAuthBootstrap.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
246246| diodeAuthBootstrap.image.repository | string | ` "docker.io/netboxlabs/diode-auth" ` | image repository |
247- | diodeAuthBootstrap.image.tag | string | ` "1.1 .0" ` | image tag |
247+ | diodeAuthBootstrap.image.tag | string | ` "1.2 .0" ` | image tag |
248248| diodeAuthBootstrap.job.backoffLimit | int | ` 20 ` | backoff limit |
249249| diodeIngester.config.loggingLevel | string | ` "INFO" ` | logging level |
250250| diodeIngester.config.redisStreamDb | int | ` 1 ` | redis stream db |
@@ -259,7 +259,7 @@ helm show values diode/diode
259259| diodeIngester.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
260260| diodeIngester.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
261261| diodeIngester.image.repository | string | ` "docker.io/netboxlabs/diode-ingester" ` | image repository |
262- | diodeIngester.image.tag | string | ` "1.1 .0" ` | image tag |
262+ | diodeIngester.image.tag | string | ` "1.2 .0" ` | image tag |
263263| diodeIngester.replicaCount | int | ` 1 ` | replica count |
264264| diodeIngester.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
265265| diodeIngester.serviceAccount.create | bool | ` true ` | create service account |
@@ -288,7 +288,7 @@ helm show values diode/diode
288288| diodeReconciler.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
289289| diodeReconciler.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
290290| diodeReconciler.image.repository | string | ` "docker.io/netboxlabs/diode-reconciler" ` | image repository |
291- | diodeReconciler.image.tag | string | ` "1.1 .0" ` | image tag |
291+ | diodeReconciler.image.tag | string | ` "1.2 .0" ` | image tag |
292292| diodeReconciler.replicaCount | int | ` 1 ` | replica count |
293293| diodeReconciler.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
294294| diodeReconciler.serviceAccount.create | bool | ` true ` | create service account |
0 commit comments