Skip to content

Commit

Permalink
Merge pull request puppetlabs#203 from Xtigyro/add-chart-v172
Browse files Browse the repository at this point in the history
Add Chart v1.7.2
  • Loading branch information
Morgan Rhodes authored Feb 11, 2020
2 parents 0c3fead + 2570e4d commit bffc74f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 7 additions & 0 deletions k8s/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ numbering uses [semantic versioning](http://semver.org).

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

## [v1.7.2](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.7.2) (2020-02-11)

- Improve further `Chart.yaml`.
- Clean outdated comments in Values file.

[Full Changelog](https://github.com/Xtigyro/puppetserver-helm-chart/compare/v1.7.1...v1.7.2)

## [v1.7.1](https://github.com/Xtigyro/puppetserver-helm-chart/tree/v1.7.1) (2020-02-01)

- Improve `Chart.yaml`.
Expand Down
5 changes: 3 additions & 2 deletions k8s/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: puppetserver-helm-chart
version: 1.7.1
version: 1.7.2
appVersion: 6.8.0
description: Puppet automates the delivery and operation of software.
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]
Expand All @@ -18,4 +18,5 @@ maintainers:
- name: slconley
email: [email protected]
engine: gotpl
tillerVersion: ">=2.8.0"
kubeVersion: ">=1.10.0-0"
tillerVersion: ">=2.12.0"
6 changes: 0 additions & 6 deletions k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ puppetserver:
## That is necessary to configure "certname" and "server" in `puppet.conf`.
## Required by Puppet server CA CLI application.
## "serverName" is mandatory and pre-set to "puppet".
## "serverName" variable is going to be made editable when
## this bug with the PuppetDB Docker image is resolved.
## Gitissue:
## "alternateServerNames" is optional.
##
fqdns:
Expand Down Expand Up @@ -216,9 +213,6 @@ postgres:
# cpu: 750m
## Additional postgres container environment variables
extraEnv: {}
## "credentials" section is going to be added when
## this bug with the PuppetDB Docker image is resolved.
## Gitissue:

## PuppetDB Configuration
##
Expand Down

0 comments on commit bffc74f

Please sign in to comment.