22
33A Helm chart for Diode
44
5- ![ Version: 1.9.0 ] ( https://img.shields.io/badge/Version-1.9.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.5.0] ( https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square )
5+ ![ Version: 1.9.1 ] ( https://img.shields.io/badge/Version-1.9.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.5.0] ( https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square )
66
77## Prerequisites
88
@@ -240,15 +240,15 @@ helm show values diode/diode
240240| diodeAuth.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
241241| diodeAuth.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
242242| diodeAuth.image.repository | string | ` "docker.io/netboxlabs/diode-auth" ` | image repository |
243- | diodeAuth.image.tag | string | ` "1.6.1 " ` | image tag |
243+ | diodeAuth.image.tag | string | ` "1.8.0 " ` | image tag |
244244| diodeAuth.replicaCount | int | ` 1 ` | replica count |
245245| diodeAuth.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
246246| diodeAuth.serviceAccount.create | bool | ` true ` | create service account |
247247| diodeAuthBootstrap.enabled | bool | ` true ` | enabled |
248248| diodeAuthBootstrap.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
249249| diodeAuthBootstrap.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
250250| diodeAuthBootstrap.image.repository | string | ` "docker.io/netboxlabs/diode-auth" ` | image repository |
251- | diodeAuthBootstrap.image.tag | string | ` "1.6.1 " ` | image tag |
251+ | diodeAuthBootstrap.image.tag | string | ` "1.8.0 " ` | image tag |
252252| diodeAuthBootstrap.job.annotations | object | ` {"helm.sh/hook":"post-install, post-upgrade","helm.sh/hook-weight":"2"} ` | annotations to add to the auth bootstrap job |
253253| diodeAuthBootstrap.job.backoffLimit | int | ` 20 ` | backoff limit |
254254| diodeAuthBootstrap.job.extraInitContainers | string or list | ` "" ` | additional initContainers to run during bootstrap (may contain templating instructions) |
@@ -268,7 +268,7 @@ helm show values diode/diode
268268| diodeIngester.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
269269| diodeIngester.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
270270| diodeIngester.image.repository | string | ` "docker.io/netboxlabs/diode-ingester" ` | image repository |
271- | diodeIngester.image.tag | string | ` "1.7.1 " ` | image tag |
271+ | diodeIngester.image.tag | string | ` "1.9.0 " ` | image tag |
272272| diodeIngester.replicaCount | int | ` 1 ` | replica count |
273273| diodeIngester.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
274274| diodeIngester.serviceAccount.create | bool | ` true ` | create service account |
@@ -300,7 +300,7 @@ helm show values diode/diode
300300| diodeReconciler.image.imagePullSecrets | list | ` [] ` | secrets with credentials to pull images from a private registry |
301301| diodeReconciler.image.pullPolicy | string | ` "IfNotPresent" ` | pull policy |
302302| diodeReconciler.image.repository | string | ` "docker.io/netboxlabs/diode-reconciler" ` | image repository |
303- | diodeReconciler.image.tag | string | ` "1.7.1 " ` | image tag |
303+ | diodeReconciler.image.tag | string | ` "1.9.0 " ` | image tag |
304304| diodeReconciler.replicaCount | int | ` 1 ` | replica count |
305305| diodeReconciler.resources | object | ` {"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}} ` | resources |
306306| diodeReconciler.serviceAccount.create | bool | ` true ` | create service account |
0 commit comments