From 8e3858a98f228a965764b6f944436c4583252a50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 00:51:22 +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 e9b23add01a..475d2f78308 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.11.0/crd.yaml - - https://github.com/rancher/system-upgrade-controller?ref=v0.11.0 + - https://github.com/rancher/system-upgrade-controller?ref=v0.13.1 images: - name: rancher/system-upgrade-controller - newTag: v0.11.0 + newTag: v0.13.1 commonLabels: app.kubernetes.io/name: system-upgrade-controller app.kubernetes.io/instance: system-upgrade-controller