From 2570e4d5fecbf587f3fd5d369edc879b9ff01f4b Mon Sep 17 00:00:00 2001 From: Miroslav Hadzhiev Date: Tue, 11 Feb 2020 20:53:20 +0200 Subject: [PATCH] Add Chart v1.7.2 --- k8s/CHANGELOG.md | 7 +++++++ k8s/Chart.yaml | 5 +++-- k8s/values.yaml | 6 ------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/k8s/CHANGELOG.md b/k8s/CHANGELOG.md index dcada4ac..fc7c8cb0 100644 --- a/k8s/CHANGELOG.md +++ b/k8s/CHANGELOG.md @@ -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`. diff --git a/k8s/Chart.yaml b/k8s/Chart.yaml index a0e8434f..35ea77e1 100644 --- a/k8s/Chart.yaml +++ b/k8s/Chart.yaml @@ -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"] @@ -18,4 +18,5 @@ maintainers: - name: slconley email: slconley@gmail.com engine: gotpl -tillerVersion: ">=2.8.0" +kubeVersion: ">=1.10.0-0" +tillerVersion: ">=2.12.0" diff --git a/k8s/values.yaml b/k8s/values.yaml index 51c3e4ba..9837467e 100644 --- a/k8s/values.yaml +++ b/k8s/values.yaml @@ -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: @@ -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 ##