From 13c0390e357a972a9523004efbaf05b2c11e8555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:34:56 +0000 Subject: [PATCH 1/3] chore(deps): update docker.io/nginxinc/nginx-unprivileged docker tag to v1.26 --- charts/nautobot/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nautobot/values.yaml b/charts/nautobot/values.yaml index 0c4c6bed..85f066be 100644 --- a/charts/nautobot/values.yaml +++ b/charts/nautobot/values.yaml @@ -265,7 +265,7 @@ nautobot: # -- NGINX image name repository: "nginxinc/nginx-unprivileged" # -- NGINX image tag - tag: "1.25" + tag: "1.26" # -- [Kubernetes image pull policy](https://kubernetes.io/docs/concepts/containers/images/), common to all deployments valid values: `Always`, `Never`, or `IfNotPresent` pullPolicy: "Always" # -- ([]string) List of secret names to be used as image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/), common to all deployments From fdf50a07f2f7320ff53061ec378a7156b0e0a0c2 Mon Sep 17 00:00:00 2001 From: Uros Bajzelj Date: Thu, 25 Apr 2024 09:41:47 +0200 Subject: [PATCH 2/3] Update docs --- docs/configuration/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/reference.md b/docs/configuration/reference.md index d40b4c4e..2b5f7f63 100644 --- a/docs/configuration/reference.md +++ b/docs/configuration/reference.md @@ -196,7 +196,7 @@ The `mariadb.*` values configure the upstream chart from Bitnami. Please see th | [nautobot.nginx.image.pullSecrets](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L272) | []string | `[]` | List of secret names to be used as image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/), common to all deployments | | [nautobot.nginx.image.registry](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L264) | string | `"docker.io"` | NGINX image registry | | [nautobot.nginx.image.repository](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L266) | string | `"nginxinc/nginx-unprivileged"` | NGINX image name | -| [nautobot.nginx.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L268) | string | `"1.25"` | NGINX image tag | +| [nautobot.nginx.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L268) | string | `"1.26"` | NGINX image tag | | [nautobot.nginx.lifecycleHooks](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L278) | [Lifecycle](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle) | `{}` | lifecycleHooks for the NGINX container(s) to automate configuration before or after startup | | [nautobot.nginx.livenessProbe](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L308) | [Probe](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)] NGINX liveness probe | | [nautobot.nginx.readinessProbe](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L320) | [Probe](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)] NGINX readiness probe | From a884e777fb680e8937a89824f3e8179372d4acec Mon Sep 17 00:00:00 2001 From: Uros Bajzelj Date: Thu, 25 Apr 2024 09:48:14 +0200 Subject: [PATCH 3/3] Update docs --- charts/nautobot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index 65f29503..33733624 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -290,7 +290,7 @@ The `mariadb.*` values configure the upstream chart from Bitnami. Please see th | [nautobot.nginx.image.pullSecrets](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L272) | []string | `[]` | List of secret names to be used as image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/), common to all deployments | | [nautobot.nginx.image.registry](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L264) | string | `"docker.io"` | NGINX image registry | | [nautobot.nginx.image.repository](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L266) | string | `"nginxinc/nginx-unprivileged"` | NGINX image name | -| [nautobot.nginx.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L268) | string | `"1.25"` | NGINX image tag | +| [nautobot.nginx.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L268) | string | `"1.26"` | NGINX image tag | | [nautobot.nginx.lifecycleHooks](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L278) | [Lifecycle](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle) | `{}` | lifecycleHooks for the NGINX container(s) to automate configuration before or after startup | | [nautobot.nginx.livenessProbe](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L308) | [Probe](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)] NGINX liveness probe | | [nautobot.nginx.readinessProbe](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L320) | [Probe](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)] NGINX readiness probe |