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