From 74cbaed06e39f97e7435ec7eca23a4bbb914aa03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:34:37 +0000 Subject: [PATCH] Update Helm release nautobot to v2.5.9 --- .../templates/application-nautobot-worker.yaml | 2 +- charts/argocd-understack/templates/application-nautobot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argocd-understack/templates/application-nautobot-worker.yaml b/charts/argocd-understack/templates/application-nautobot-worker.yaml index dc5ce9392..4a5186a73 100644 --- a/charts/argocd-understack/templates/application-nautobot-worker.yaml +++ b/charts/argocd-understack/templates/application-nautobot-worker.yaml @@ -35,7 +35,7 @@ spec: taskQueues: {{ . | quote }} {{- end }} repoURL: https://nautobot.github.io/helm-charts/ - targetRevision: 2.5.6 + targetRevision: 2.5.9 - path: components/nautobot-worker ref: understack diff --git a/charts/argocd-understack/templates/application-nautobot.yaml b/charts/argocd-understack/templates/application-nautobot.yaml index b65de9928..0dd20f43e 100644 --- a/charts/argocd-understack/templates/application-nautobot.yaml +++ b/charts/argocd-understack/templates/application-nautobot.yaml @@ -26,7 +26,7 @@ spec: - $understack/components/nautobot/values.yaml - $deploy/{{ include "understack.deploy_path" $ }}/nautobot/values.yaml repoURL: https://nautobot.github.io/helm-charts/ - targetRevision: 2.5.6 + targetRevision: 2.5.9 - path: components/nautobot ref: understack repoURL: {{ include "understack.understack_url" $ }}