Skip to content

Commit

Permalink
Sync files from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed May 9, 2024
1 parent 40dc089 commit 7f5443c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand All @@ -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` |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f5443c

Please sign in to comment.