diff --git a/charts/diode/README.md b/charts/diode/README.md index 12c9eff7..9a4d90ec 100644 --- a/charts/diode/README.md +++ b/charts/diode/README.md @@ -240,7 +240,7 @@ 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 | @@ -248,7 +248,7 @@ helm show values diode/diode | 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) | @@ -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 | @@ -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 | diff --git a/charts/diode/values.yaml b/charts/diode/values.yaml index 1ed44424..26154eef 100644 --- a/charts/diode/values.yaml +++ b/charts/diode/values.yaml @@ -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 @@ -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 @@ -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 @@ -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