2
2
3
3
A Helm chart for Diode
4
4
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 )
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.1 .0" ` | image tag |
239
+ | diodeAuth.image.tag | string | ` "1.2 .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.1 .0" ` | image tag |
247
+ | diodeAuthBootstrap.image.tag | string | ` "1.2 .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.1 .0" ` | image tag |
262
+ | diodeIngester.image.tag | string | ` "1.2 .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,7 +288,7 @@ 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.1 .0" ` | image tag |
291
+ | diodeReconciler.image.tag | string | ` "1.2 .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 |
0 commit comments