Skip to content

Commit ea04527

Browse files
committed
Small Fixes.
1 parent 1d7d1f6 commit ea04527

2 files changed

Lines changed: 41 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ numbering uses [semantic versioning](http://semver.org).
55

66
NOTE: The change log until version `v0.2.4` is auto-generated.
77

8-
## [v0.3.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v0.3.1) (2019-10-24)
8+
## [v0.3.2](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v0.3.2) (2019-10-24)
99
- Add optional extra Pod Annotations.
1010
- Add optional Pod Priority Scheduling.
11-
- Add optional "nodeSelector", "affinity" and "tolerations" for Pod Deployments.
12-
- Improve Values comments.
1311
- Add LICENSE.
1412
- Add CHANGELOG.
1513
- Update README.
1614
- Fixes.
15+
16+
[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v0.3.1...v0.3.2)
17+
18+
## [v0.3.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v0.3.1) (2019-10-24)
19+
- Add optional "nodeSelector", "affinity" and "tolerations" for Pod Deployments.
20+
- Improve Values Comments.
21+
- Bump Component Versions.
22+
1723
[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v0.2.4...v0.3.1)
1824

1925
## [v0.2.4](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v0.2.4) (2019-10-12)

values.yaml

Lines changed: 32 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,6 @@
22
# This is a YAML-formatted file.
33
# Declare variables to be passed into your templates.
44

5-
## Node labels for pod assignment
6-
##
7-
nodeSelector: {}
8-
9-
# Affinity for pod assignment
10-
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
11-
affinity: {}
12-
13-
# Tolerations for pod assignment
14-
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
15-
tolerations: []
16-
17-
# Leverage a priorityClass to ensure your pods survive resource shortages
18-
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
19-
# priorityClass: system-cluster-critical
20-
21-
# Extra Pod annotations
22-
podAnnotations: {}
23-
245
## Puppet Server Deployment Configuration
256
##
267
puppetserver:
@@ -233,3 +214,35 @@ hiera:
233214
##
234215
public_key: # |
235216
# PUB_KEY CONTENTS
217+
218+
## Node labels for pod assignment
219+
##
220+
nodeSelector: {}
221+
222+
# Affinity for pod assignment
223+
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
224+
affinity: {}
225+
226+
# Tolerations for pod assignment
227+
# Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
228+
tolerations: []
229+
230+
# Leverage a priorityClass to ensure your pods survive resource shortages
231+
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
232+
# priorityClass: system-cluster-critical
233+
234+
# Extra Pod annotations
235+
podAnnotations: {}
236+
237+
persistence:
238+
enabled: true
239+
## jenkins data Persistent Volume Storage Class
240+
## If defined, storageClassName: <storageClass>
241+
## If set to "-", storageClassName: "", which disables dynamic provisioning
242+
## If undefined (the default) or set to null, no storageClassName spec is
243+
## set, choosing the default provisioner. (gp2 on AWS, standard on
244+
## GKE, AWS & OpenStack)
245+
##
246+
storageClass: ""
247+
annotations: {}
248+
size: "8Gi"

0 commit comments

Comments
 (0)