Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/diode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,15 @@ helm show values diode/diode
| diodeAuth.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
| diodeAuth.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
| diodeAuth.image.repository | string | `"docker.io/netboxlabs/diode-auth"` | image repository |
| diodeAuth.image.tag | string | `"1.8.0"` | image tag |
| diodeAuth.image.tag | string | `"1.10.0"` | image tag |
| diodeAuth.replicaCount | int | `1` | replica count |
| diodeAuth.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
| diodeAuth.serviceAccount.create | bool | `true` | create service account |
| diodeAuthBootstrap.enabled | bool | `true` | enabled |
| diodeAuthBootstrap.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
| diodeAuthBootstrap.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
| diodeAuthBootstrap.image.repository | string | `"docker.io/netboxlabs/diode-auth"` | image repository |
| diodeAuthBootstrap.image.tag | string | `"1.8.0"` | image tag |
| diodeAuthBootstrap.image.tag | string | `"1.10.0"` | image tag |
| diodeAuthBootstrap.job.annotations | object | `{"helm.sh/hook":"post-install, post-upgrade","helm.sh/hook-weight":"2"}` | annotations to add to the auth bootstrap job |
| diodeAuthBootstrap.job.backoffLimit | int | `20` | backoff limit |
| diodeAuthBootstrap.job.extraInitContainers | string or list | `""` | additional initContainers to run during bootstrap (may contain templating instructions) |
Expand All @@ -268,7 +268,7 @@ helm show values diode/diode
| diodeIngester.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
| diodeIngester.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
| diodeIngester.image.repository | string | `"docker.io/netboxlabs/diode-ingester"` | image repository |
| diodeIngester.image.tag | string | `"1.9.0"` | image tag |
| diodeIngester.image.tag | string | `"1.11.0"` | image tag |
| diodeIngester.replicaCount | int | `1` | replica count |
| diodeIngester.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
| diodeIngester.serviceAccount.create | bool | `true` | create service account |
Expand Down Expand Up @@ -300,7 +300,7 @@ helm show values diode/diode
| diodeReconciler.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
| diodeReconciler.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
| diodeReconciler.image.repository | string | `"docker.io/netboxlabs/diode-reconciler"` | image repository |
| diodeReconciler.image.tag | string | `"1.9.0"` | image tag |
| diodeReconciler.image.tag | string | `"1.11.0"` | image tag |
| diodeReconciler.replicaCount | int | `1` | replica count |
| diodeReconciler.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
| diodeReconciler.serviceAccount.create | bool | `true` | create service account |
Expand Down
8 changes: 4 additions & 4 deletions charts/diode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ diodeAuth:
# -- image repository
repository: docker.io/netboxlabs/diode-auth
# -- image tag
tag: 1.8.0
tag: 1.10.0
# -- secrets with credentials to pull images from a private registry
imagePullSecrets: []
# -- pull policy
Expand Down Expand Up @@ -125,7 +125,7 @@ diodeAuthBootstrap:
# -- image repository
repository: docker.io/netboxlabs/diode-auth
# -- image tag
tag: 1.8.0
tag: 1.10.0
# -- secrets with credentials to pull images from a private registry
imagePullSecrets: []
# -- pull policy
Expand All @@ -148,7 +148,7 @@ diodeIngester:
# -- image repository
repository: docker.io/netboxlabs/diode-ingester
# -- image tag
tag: 1.9.0
tag: 1.11.0
# -- secrets with credentials to pull images from a private registry
imagePullSecrets: []
# -- pull policy
Expand Down Expand Up @@ -201,7 +201,7 @@ diodeReconciler:
# -- image repository
repository: docker.io/netboxlabs/diode-reconciler
# -- image tag
tag: 1.9.0
tag: 1.11.0
# -- secrets with credentials to pull images from a private registry
imagePullSecrets: []
# -- pull policy
Expand Down