From 14a9a42d576c897cbb5f4c48f37e94ce489fb50b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 23:12:28 +0000 Subject: [PATCH] Update ghcr.io/nautobot/nautobot Docker tag to v2.2.0 --- 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 a04d6850..6629de5d 100644 --- a/charts/nautobot/values.yaml +++ b/charts/nautobot/values.yaml @@ -41,7 +41,7 @@ nautobot: # -- Nautobot image name, common to all deployments repository: "nautobot/nautobot" # -- Nautobot image tag, common to all deployments - tag: "2.1.9-py3.11" + tag: "2.2.0-py3.11" # -- [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