From 44219f7d78ca48c8a7b309acc89aca4ec1329608 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:37:05 +0000 Subject: [PATCH] Update ghcr.io/nautobot/nautobot Docker tag to v2 --- 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 f98c41a2..a31bf8a5 100644 --- a/charts/nautobot/values.yaml +++ b/charts/nautobot/values.yaml @@ -42,7 +42,7 @@ nautobot: # -- Nautobot image name, common to all deployments repository: "nautobot/nautobot" # -- Nautobot image tag, common to all deployments - tag: "1.6.2-py3.11" + tag: "2.0.2-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