From e488be293eea6c9d33a67db30fbb45b60da488fd Mon Sep 17 00:00:00 2001 From: feisar-bot <27022259+feisar-bot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 01:20:05 +0000 Subject: [PATCH] feat(container): update dependency rancher/system-upgrade-controller to v0.9.1 --- cluster/core/system-upgrade/controller/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/core/system-upgrade/controller/kustomization.yaml b/cluster/core/system-upgrade/controller/kustomization.yaml index 1ce4cb572..fa9266261 100644 --- a/cluster/core/system-upgrade/controller/kustomization.yaml +++ b/cluster/core/system-upgrade/controller/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/rancher/system-upgrade-controller?ref=v0.8.1 + - github.com/rancher/system-upgrade-controller?ref=v0.9.1 images: - name: rancher/system-upgrade-controller - newTag: v0.8.1 + newTag: v0.9.1