From 7f5443ccca400600f97166c4b43170c2a0b29f2e Mon Sep 17 00:00:00 2001 From: Xtigyro Date: Thu, 9 May 2024 16:22:30 +0000 Subject: [PATCH] Sync files from master branch --- CHANGELOG.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a4ff0..48223de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ numbering uses [semantic versioning](http://semver.org). NOTE: The change log until version `v0.2.4` is auto-generated. +## [v9.5.0](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v9.5.0) (2024-05-09) +- Feat: ability to disable persistence of `var-dir` and `confd` volumes + ## [v9.4.2](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v9.4.2) (2024-05-03) - Fix: #215 fixed ability to use customconfigs with PuppetDB diff --git a/README.md b/README.md index c67df24..8c3a766 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ The following table lists the configurable parameters of the Puppetserver chart | `puppetserver.image` | puppetserver image | `voxpupuli/container-puppetserver`| | `puppetserver.tag` | puppetserver img tag | `7.17.0-v1.5.0`| | `puppetserver.pullPolicy` | puppetserver img pull policy | `IfNotPresent`| +| `puppetserver.persistence.data.enabled`| Persists /opt/puppetlabs/server/data/puppetserver/ in a PVC |`true`| | `puppetserver.persistence.data.existingClaim`| If non-empty, use a pre-defined PVC for puppet data |``| | `puppetserver.persistence.data.accessModes`| If existingClaim is empty, the accessModes of the PVC created by the chart | the value of `storage.accessModes` | | `puppetserver.persistence.data.storageClass`| If existingClaim is empty, the storageClass of the PVC created by the chart | the value of `storage.accessModes` | @@ -227,6 +228,7 @@ The following table lists the configurable parameters of the Puppetserver chart | `puppetserver.persistence.ca.storageClass`| If existingClaim is empty, the storageClass of the PVC created by the chart | the value of `storage.accessModes` | | `puppetserver.persistence.ca.annotations`| If existingClaim is empty, the annotations of the PVC created by the chart | the value of `storage.annotations` | | `puppetserver.persistence.ca.size`| If existingClaim is empty, the size of the PVC created by the chart | the value of `storage.size` | +| `puppetserver.persistence.confd.enabled`| Persists /etc/puppetlabs/puppetserver/conf.d/ in a PVC |`true`| | `puppetserver.persistence.confd.existingClaim`| If non-empty, use a pre-defined PVC for the puppet conf.d directory |``| | `puppetserver.persistence.confd.accessModes`| If existingClaim is empty, the accessModes of the PVC created by the chart | the value of `storage.accessModes` | | `puppetserver.persistence.confd.storageClass`| If existingClaim is empty, the storageClass of the PVC created by the chart | the value of `storage.accessModes` | @@ -579,6 +581,7 @@ kill %[job_numbers_above] * [Niels Højen](https://github.com/nielshojen), Maintainer * [Scott Cressi](https://www.linkedin.com/in/scottcressi/), Co-Author * [Linas Daneliukas](https://github.com/ldaneliukas), Maintainer +* [Anthony Somerset](https://github.com/anthonysomerset), Maintainer * [Kai Sisterhenn](https://www.sistason.de/), Contributor * [chwehrli](https://github.com/chwehrli), Contributor * [Hryhorii Didenko](https://github.com/HryhoriiDidenko), Contributor