Skip to content

Commit 86bc0cf

Browse files
authored
Merge pull request #34 from Xtigyro/v181
Fix Auto-Scaling of Puppetserver
2 parents 7fa5877 + b49bcc7 commit 86bc0cf

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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

8+
## [v1.8.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.8.1) (2020-03-21)
9+
10+
- Fix auto-scaling of Puppetserver.
11+
12+
[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v1.8.0...v1.8.1)
13+
814
## [v1.8.0](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.8.0) (2020-03-13)
915

1016
- Better distinction between storage selectors.

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: puppetserver-helm-chart
3-
version: 1.8.0
3+
version: 1.8.1
44
appVersion: 6.9.0
55
description: Puppet automates the delivery and operation of software.
66
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]

templates/puppetserver-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ metadata:
66
{{- include "puppetserver.puppetserver.labels" . | nindent 4 }}
77
spec:
88
{{- if .Values.puppetserver.multiCompilers.enabled }}
9+
{{- if not (.Values.puppetserver.multiCompilers.autoScaling.enabled) }}
910
replicas: {{ .Values.puppetserver.multiCompilers.manualScaling.compilers }}
1011
{{- end }}
12+
{{- end }}
1113
selector:
1214
matchLabels:
1315
{{- include "puppetserver.puppetserver.matchLabels" . | nindent 6 }}

0 commit comments

Comments
 (0)