Skip to content

Commit 1338e0a

Browse files
feat(container): update system upgrade controller group to v0.17.0
1 parent 3e36050 commit 1338e0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap/templates/addons/system-upgrade-controller/app/kustomization.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
6-
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.16.2/crd.yaml
6+
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.17.0/crd.yaml
77
- https://github.com/rancher/system-upgrade-controller?ref=v0.16.3
88
images:
99
- name: rancher/system-upgrade-controller
10-
newTag: v0.16.2
10+
newTag: v0.17.0
1111
labels:
1212
- includeSelectors: true
1313
pairs:

kubernetes/apps/kube-system/system-upgrade-controller/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
system-upgrade:
3434
image:
3535
repository: docker.io/rancher/system-upgrade-controller
36-
tag: v0.16.2
36+
tag: v0.17.0
3737
env:
3838
SYSTEM_UPGRADE_CONTROLLER_DEBUG: false
3939
SYSTEM_UPGRADE_CONTROLLER_THREADS: 2

kubernetes/apps/kube-system/system-upgrade-controller/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
6-
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.16.2/crd.yaml
6+
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.17.0/crd.yaml
77
- ./helmrelease.yaml
88
- ./rbac.yaml

0 commit comments

Comments
 (0)