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
f4676809
Commit
f4676809
authored
Mar 08, 2020
by
Jacob Blain Christen
Committed by
Craig Jellick
Mar 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump the backofflimit for k3s-upgrader jobs
parent
988fea46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configmap.yaml
charts/rancher-k3s-upgrader/v0.0.1/templates/configmap.yaml
+1
-1
No files found.
charts/rancher-k3s-upgrader/v0.0.1/templates/configmap.yaml
View file @
f4676809
...
...
@@ -7,7 +7,7 @@ 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 "
2
" | quote
}}
SYSTEM_UPGRADE_JOB_BACKOFF_LIMIT
:
{{
.Values.systemUpgradeJobBackoffLimit | default "
6
" | 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
}}
...
...
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