Skip to content

Commit

Permalink
Fix priorityClassName default value (#108)
Browse files Browse the repository at this point in the history
* Fix priorityClassName default value
* Leave empty priorityClassName default value
* Fix trailing spaces

Signed-off-by: Manuel Morejon <[email protected]>
  • Loading branch information
mmorejon authored Oct 26, 2020
1 parent e510e6f commit 6189c15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions charts/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.

The change log until v1.5.7 was auto-generated based on git commits. Those entries include a reference to the git commit to be able to get more details.

## 2.15.1

Fix priorityClassName entry in values.yaml file

## 2.15.0

Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 2.15.0
version: 2.15.1
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
Expand Down
3 changes: 2 additions & 1 deletion charts/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ master:
affinity: {}
# Leverage a priorityClass to ensure your pods survive resource shortages
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# priorityClass: system-cluster-critical
priorityClassName:

podAnnotations: {}
# Add deployment annotation
deploymentAnnotations: {}
Expand Down

0 comments on commit 6189c15

Please sign in to comment.