Skip to content

Commit

Permalink
chore: upgrade system-upgrade-controller to v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobikris committed Oct 8, 2024
1 parent 1d72ee8 commit e1f54b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/system-upgrade-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.1
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# depName=docker.io/rancher/system-upgrade-controller
appVersion: "v0.13.4"
appVersion: "v0.14.1"

home: https://github.com/rancher/system-upgrade-controller

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ rules:
verbs:
- "get"
- "list"
- "delete"
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/system-upgrade-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
- name: etc-ssl
hostPath:
path: /etc/ssl
type: Directory
type: DirectoryOrCreate
- name: etc-pki
hostPath:
path: /etc/pki
Expand Down
2 changes: 1 addition & 1 deletion charts/system-upgrade-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ configEnv:
SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS: "900"
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT: "99"
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY: "Always"
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: "rancher/kubectl:v1.29.4"
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE: "rancher/kubectl:v1.30.3"
SYSTEM_UPGRADE_JOB_PRIVILEGED: "true"
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH: "900"
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL: "15m"

0 comments on commit e1f54b1

Please sign in to comment.