From d09e4c2f7d1bdc647c20b261f7c1eb4d5a99d5cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:58:08 +0000 Subject: [PATCH] feat(container): update image rancher/system-upgrade-controller to v0.13.0 --- .../apps/system-upgrade-controller/app/kustomization.yaml | 2 +- .../system-upgrade-controller/app/kustomization.yaml | 4 ++-- .../system-upgrade-controller/app/kustomization.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__before_move/cluster/apps/system-upgrade-controller/app/kustomization.yaml b/__before_move/cluster/apps/system-upgrade-controller/app/kustomization.yaml index 2acf12ac6..8d9def0f9 100755 --- a/__before_move/cluster/apps/system-upgrade-controller/app/kustomization.yaml +++ b/__before_move/cluster/apps/system-upgrade-controller/app/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/rancher/system-upgrade-controller?ref=v0.12.0 + - github.com/rancher/system-upgrade-controller?ref=v0.13.0 - plans images: - name: rancher/system-upgrade-controller diff --git a/archive/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml b/archive/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml index 1585d9886..4db41af6b 100644 --- a/archive/apps/system-upgrade/system-upgrade-controller/app/kustomization.yaml +++ b/archive/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.12.0 + - 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 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 bfc2c64c1..aa6331886 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.12.0 + - 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