From be608a899487b2a6c5e7376d9716b8d432de7456 Mon Sep 17 00:00:00 2001 From: "obocaman[bot]" <166250793+obocaman[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:41:22 +0000 Subject: [PATCH] fix(github-release): update rancher/system-upgrade-controller to v0.13.4 --- .../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 578b51e87..d4bee706f 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.13.0/crd.yaml - - https://github.com/rancher/system-upgrade-controller?ref=v0.13.0 + - https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.4/crd.yaml + - https://github.com/rancher/system-upgrade-controller?ref=v0.13.4 images: - name: rancher/system-upgrade-controller - newTag: v0.13.0 + newTag: v0.13.4 labels: - includeSelectors: true pairs: