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" $ }}