Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
e8281ae7
Commit
e8281ae7
authored
Mar 09, 2020
by
Jacob Blain Christen
Committed by
Craig Jellick
Mar 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump system-upgrade-controller to v0.4.0-rc1
- picks up rancher/system-upgrade-controller#48 to mitigate rancher/rancher#25882 - bumps backofflimit up to 99 (whole lotta retries)
parent
f4676809
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Chart.yaml
charts/rancher-k3s-upgrader/v0.0.1/Chart.yaml
+1
-1
configmap.yaml
charts/rancher-k3s-upgrader/v0.0.1/templates/configmap.yaml
+2
-1
values.yaml
charts/rancher-k3s-upgrader/v0.0.1/values.yaml
+1
-1
No files found.
charts/rancher-k3s-upgrader/v0.0.1/Chart.yaml
View file @
e8281ae7
...
...
@@ -5,4 +5,4 @@ home: https://github.com/rancher/system-charts/charts/system-upgrade-controller
sources
:
-
"
https://github.com/rancher/system-charts/charts/system-upgrade-controller"
version
:
0.1.0
appVersion
:
v0.
3.
1
appVersion
:
v0.
4.0-rc
1
charts/rancher-k3s-upgrader/v0.0.1/templates/configmap.yaml
View file @
e8281ae7
...
...
@@ -7,9 +7,10 @@ data:
SYSTEM_UPGRADE_CONTROLLER_DEBUG
:
{{
.Values.systemUpgradeControllerDebug | default "false" | quote
}}
SYSTEM_UPGRADE_CONTROLLER_THREADS
:
{{
.Values.systemUpgradeControllerThreads | default "2" | quote
}}
SYSTEM_UPGRADE_JOB_ACTIVE_DEADLINE_SECONDS
:
{{
.Values.systemUpgradeJobActiveDeadlineSeconds | default "900" | quote
}}
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT
:
{{
.Values.systemUpgradeJobBackoffLimit | default "
6
" | quote
}}
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT
:
{{
.Values.systemUpgradeJobBackoffLimit | default "
99
" | quote
}}
SYSTEM_UPGRADE_JOB_IMAGE_PULL_POLICY
:
{{
.Values.systemUpgradeJobImagePullPolicy | default "IfNotPresent" | quote
}}
SYSTEM_UPGRADE_JOB_KUBECTL_IMAGE
:
{{
.Values.systemUpgradeJobKubectlImage | default "rancher/kubectl
:
v1.17.0" | quote
}}
SYSTEM_UPGRADE_JOB_PRIVILEGED
:
{{
.Values.systemUpgradeJobPrivileged | default "true" | quote
}}
SYSTEM_UPGRADE_JOB_TTL_SECONDS_AFTER_FINISH
:
{{
.Values.systemUpgradeJobTTLSecondsAfterFinish | default "900" | quote
}}
SYSTEM_UPGRADE_PLAN_POLLING_INTERVAL
:
{{
.Values.systemUpgradePlanRollingInterval | default "15m" | quote
}}
charts/rancher-k3s-upgrader/v0.0.1/values.yaml
View file @
e8281ae7
...
...
@@ -3,4 +3,4 @@ global:
image
:
repository
:
rancher/system-upgrade-controller
tag
:
v0.
3.
1
tag
:
v0.
4.0-rc
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment