diff --git a/cluster/apps/system-upgrade/system-upgrade-controller/kustomization.yaml b/cluster/apps/system-upgrade/system-upgrade-controller/kustomization.yaml index fc62cd7f6..40e9608f2 100644 --- a/cluster/apps/system-upgrade/system-upgrade-controller/kustomization.yaml +++ b/cluster/apps/system-upgrade/system-upgrade-controller/kustomization.yaml @@ -2,11 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - github.com/rancher/system-upgrade-controller?ref=v0.10.0 + - github.com/rancher/system-upgrade-controller?ref=v0.13.2 - plans images: - name: rancher/system-upgrade-controller - newTag: v0.9.1 + newTag: v0.13.1 patchesStrategicMerge: # Delete namespace resource - ./system-upgrade-patches.yaml