From 26452007964fe271cc481426ec6d8fadb5cc9795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 23:59:14 +0000 Subject: [PATCH] feat(github-release): update rancher/system-upgrade-controller to v0.13.0 --- .../system-upgrade-controller/app/kustomization.yaml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/templates/addons/system-upgrade-controller/app/kustomization.yaml.j2 b/bootstrap/templates/addons/system-upgrade-controller/app/kustomization.yaml.j2 index a71457d0449..b5a83cb669f 100644 --- a/bootstrap/templates/addons/system-upgrade-controller/app/kustomization.yaml.j2 +++ b/bootstrap/templates/addons/system-upgrade-controller/app/kustomization.yaml.j2 @@ -3,11 +3,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: # renovate: datasource=github-releases depName=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/releases/download/v0.13.0/crd.yaml + - https://github.com/rancher/system-upgrade-controller?ref=v0.13.0 images: - name: rancher/system-upgrade-controller - newTag: v0.11.0 + newTag: v0.13.0 commonLabels: app.kubernetes.io/name: system-upgrade-controller app.kubernetes.io/instance: system-upgrade-controller