Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ 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.16.2/crd.yaml
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.18.0/crd.yaml
- https://github.com/rancher/system-upgrade-controller?ref=v0.16.3
images:
- name: rancher/system-upgrade-controller
newTag: v0.16.2
newTag: v0.18.0
labels:
- includeSelectors: true
pairs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
system-upgrade:
image:
repository: docker.io/rancher/system-upgrade-controller
tag: v0.16.2
tag: v0.18.0
env:
SYSTEM_UPGRADE_CONTROLLER_DEBUG: false
SYSTEM_UPGRADE_CONTROLLER_THREADS: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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.16.2/crd.yaml
- https://github.com/rancher/system-upgrade-controller/releases/download/v0.18.0/crd.yaml
- ./helmrelease.yaml
- ./rbac.yaml