Skip to content

Commit 18ebf0a

Browse files
authored
Merge pull request #5 from Xtigyro/v122
Chart v1.2.2
2 parents 1d0055d + b4e5e7f commit 18ebf0a

3 files changed

Lines changed: 8 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.2.2](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.2.2) (2019-11-26)
9+
- Fixes https://github.com/puppetlabs/pupperware/issues/187 and https://github.com/puppetlabs/pupperware/issues/188.
10+
- `r10k` now runs with the `puppet` username and group id - meaning all the files in `/etc/puppetlabs` are now owned by Puppet Server.
11+
12+
[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v1.2.1...v1.2.2)
13+
814
## [v1.2.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.2.1) (2019-11-24)
915
- Fixes for "r10k" extra container args.
1016
- Values file small fixes.

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Puppet automates the delivery and operation of software.
33
name: puppetserver
4-
version: 1.2.1
4+
version: 1.2.2
55
appVersion: 6.7.1
66
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]
77
home: https://puppet.com/

templates/r10k-cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ spec:
3737
- environment
3838
- --config
3939
- /etc/puppetlabs/puppet/r10k.yaml
40+
- --puppetfile
4041
{{- range $key, $value := .Values.r10k.extraArgs }}
4142
- {{ $value }}
4243
{{- end }}

0 commit comments

Comments
 (0)