Skip to content

Commit 5b69de4

Browse files
renovate[bot]Community Tooling Bot
andauthored
chore(deps): update dependency rancher/system-upgrade-controller to v0.19.2 (#1120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Community Tooling Bot <community-tooling@maurice-meyer.de>
1 parent cf9ca05 commit 5b69de4

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/update-system-upgrade-controller-crds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Download new files
2525
run: |
2626
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
27-
export VERSION="0.19.1"
27+
export VERSION="0.19.2"
2828
2929
curl --silent -Lo charts/system-upgrade-controller-crds/templates/crd.yaml https://github.com/rancher/system-upgrade-controller/releases/download/v${VERSION}/crd.yaml
3030

charts/system-upgrade-controller-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sources:
66
- https://github.com/rancher/system-upgrade-controller
77

88
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
9-
version: 0.20.1
9+
version: 0.20.2
1010

1111
# renovate: datasource=github-releases depName=rancher/system-upgrade-controller
12-
appVersion: 0.19.1
12+
appVersion: 0.19.2
1313

1414
maintainers:
1515
- name: ekeih

charts/system-upgrade-controller-crds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# system-upgrade-controller-crds
22

3-
![Version: 0.20.1](https://img.shields.io/badge/Version-0.20.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.1](https://img.shields.io/badge/AppVersion-0.19.1-informational?style=flat-square)
3+
![Version: 0.20.2](https://img.shields.io/badge/Version-0.20.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.2](https://img.shields.io/badge/AppVersion-0.19.2-informational?style=flat-square)
44

55
A Helm chart to deploy the system-upgrade-controller CRDs
66

charts/system-upgrade-controller-crds/templates/crd.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,13 @@ spec:
233233
description: Time after a Job for one Node is complete before a new
234234
Job will be created for the next Node.
235235
type: string
236+
postCompleteLabels:
237+
additionalProperties:
238+
type: string
239+
description: |-
240+
Label key-value pairs to apply to a node when the job for this plan completes successfully.
241+
Values may contain `$(LATEST_HASH)` or `$(LATEST_VERSION)`, which will be expanded from the plan status.
242+
type: object
236243
prepare:
237244
description: The prepare init container, if specified, is run before
238245
cordon/drain which is run before the upgrade container.
@@ -727,9 +734,10 @@ spec:
727734
operator:
728735
description: |-
729736
Operator represents a key's relationship to the value.
730-
Valid operators are Exists and Equal. Defaults to Equal.
737+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
731738
Exists is equivalent to wildcard for value, so that a pod can
732739
tolerate all taints of a particular category.
740+
Lt and Gt perform numeric comparisons (requires feature gate TaintTolerationComparisonOperators).
733741
type: string
734742
tolerationSeconds:
735743
description: |-

0 commit comments

Comments
 (0)