From ce5004e8cde07a9c0c3663d4c37f853e629a1072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 03:27:17 +0000 Subject: [PATCH] feat(container): update image rancher/system-upgrade-controller to v0.13.1 --- .../system-upgrade-controller/app/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml b/kubernetes/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml index 0e540a25..1e7456a5 100644 --- a/kubernetes/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml +++ b/kubernetes/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml @@ -4,10 +4,10 @@ kind: Kustomization resources: # renovate: datasource=docker image=rancher/system-upgrade-controller - https://github.com/rancher/system-upgrade-controller/releases/download/v0.10.0/crd.yaml - - https://github.com/rancher/system-upgrade-controller?ref=v0.10.0 + - https://github.com/rancher/system-upgrade-controller?ref=v0.13.1 images: - name: rancher/system-upgrade-controller - newTag: v0.10.0 + newTag: v0.13.1 commonLabels: app.kubernetes.io/name: system-upgrade-controller app.kubernetes.io/instance: system-upgrade-controller