From 7f0a14bf172cef06bc64abc3636b2707b6ab1264 Mon Sep 17 00:00:00 2001 From: "doug-piranha-bot[bot]" <98128395+doug-piranha-bot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:40:22 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20system=20upgrade=20c?= =?UTF-8?q?ontroller=20group=20(=20v0.14.1=20=E2=86=92=20v0.14.2=20)=20[re?= =?UTF-8?q?gistry]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/tools/system-upgrade-controller/app/helmrelease.yaml | 2 +- .../apps/tools/system-upgrade-controller/app/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/registry/apps/tools/system-upgrade-controller/app/helmrelease.yaml b/kubernetes/registry/apps/tools/system-upgrade-controller/app/helmrelease.yaml index b62f3994be..b804682141 100644 --- a/kubernetes/registry/apps/tools/system-upgrade-controller/app/helmrelease.yaml +++ b/kubernetes/registry/apps/tools/system-upgrade-controller/app/helmrelease.yaml @@ -30,7 +30,7 @@ spec: main: image: repository: docker.io/rancher/system-upgrade-controller - tag: v0.14.1 + tag: v0.14.2 env: SYSTEM_UPGRADE_CONTROLLER_DEBUG: false SYSTEM_UPGRADE_CONTROLLER_THREADS: 2 diff --git a/kubernetes/registry/apps/tools/system-upgrade-controller/app/kustomization.yaml b/kubernetes/registry/apps/tools/system-upgrade-controller/app/kustomization.yaml index 4498ea3490..f417dc5289 100644 --- a/kubernetes/registry/apps/tools/system-upgrade-controller/app/kustomization.yaml +++ b/kubernetes/registry/apps/tools/system-upgrade-controller/app/kustomization.yaml @@ -4,6 +4,6 @@ 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.14.1/crd.yaml + - https://github.com/rancher/system-upgrade-controller/releases/download/v0.14.2/crd.yaml - helmrelease.yaml - rbac.yaml