Skip to content

Commit ac8c451

Browse files
author
Morgan Rhodes
authored
Merge pull request #30 from Xtigyro/v172
Chart v1.7.2
2 parents ff4879b + 6de5680 commit ac8c451

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

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

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

8+
## [v1.7.2](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.7.2) (2020-02-11)
9+
10+
- Improve further `Chart.yaml`.
11+
- Clean outdated comments in Values file.
12+
13+
[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v1.7.1...v1.7.2)
14+
815
## [v1.7.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.7.1) (2020-02-01)
916

1017
- Improve `Chart.yaml`.

Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: puppetserver-helm-chart
3-
version: 1.7.1
3+
version: 1.7.2
44
appVersion: 6.8.0
55
description: Puppet automates the delivery and operation of software.
66
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]
@@ -18,4 +18,5 @@ maintainers:
1818
- name: slconley
1919
email: slconley@gmail.com
2020
engine: gotpl
21-
tillerVersion: ">=2.8.0"
21+
kubeVersion: ">=1.10.0-0"
22+
tillerVersion: ">=2.12.0"

values.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ puppetserver:
4747
## That is necessary to configure "certname" and "server" in `puppet.conf`.
4848
## Required by Puppet server CA CLI application.
4949
## "serverName" is mandatory and pre-set to "puppet".
50-
## "serverName" variable is going to be made editable when
51-
## this bug with the PuppetDB Docker image is resolved.
52-
## Gitissue:
5350
## "alternateServerNames" is optional.
5451
##
5552
fqdns:
@@ -216,9 +213,6 @@ postgres:
216213
# cpu: 750m
217214
## Additional postgres container environment variables
218215
extraEnv: {}
219-
## "credentials" section is going to be added when
220-
## this bug with the PuppetDB Docker image is resolved.
221-
## Gitissue:
222216

223217
## PuppetDB Configuration
224218
##

0 commit comments

Comments
 (0)