File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
bootstrap/templates/addons/system-upgrade-controller/app
kubernetes/apps/kube-system/system-upgrade-controller/app Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33kind: Kustomization
44resources:
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
88images:
99 - name: rancher/system-upgrade-controller
10- newTag: v0.16.2
10+ newTag: v0.17.0
1111labels:
1212 - includeSelectors: true
1313 pairs:
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33kind : Kustomization
44resources :
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
You can’t perform that action at this time.
0 commit comments