Releases: puppetlabs/puppetserver-helm-chart
Releases · puppetlabs/puppetserver-helm-chart
Feat: Use custom CA file for r10k HTTPS code repository
- Feat: Use custom CA file for r10k HTTPS code repository
Fix: Add 'netrc' credentials documentation for r10k and hiera repos
- Fix: Add 'netrc' credentials documentation for r10k and hiera repos
Feat: Add `.Values.global.securityContext.fsGroup`
- Feat: Add
.Values.global.securityContext.fsGroup
- Fix: Add
spec.template.spec.securityContext.fsGroup
to prevent "Permission denied" error
Fix: Remove `PUPPETDB_JAVA_ARGS` value on puppetdb container additional variables, to avoid error `unrecognized option: -Xlog:gc....` that causes the puppetdb pod to crash.
- Fix: Remove
PUPPETDB_JAVA_ARGS
value on puppetdb container additional variables, to avoid errorunrecognized option: -Xlog:gc....
that causes the puppetdb pod to crash.
Breaking: Update values structure for 'metrics' to allow for multiple exporters
- Breaking: Update values structure for 'metrics' to allow for multiple exporters
- Feat: Make serviceMonitor optional for all Prometheus exporters
- Feat: Add jmx exporter for puppetserver master(s)/compiler(s)
- Feat: Allow specifying annotations for puppetserver master/compiler and puppetdb pods
- Maint: Add snapshots to all unittests and over masters/compilers with them
Fix: Typo in compiler statefulset readiness probe scheme
- Fix: Typo in compiler statefulset readiness probe scheme
- Fix:
PUPPETDB_JAVA_ARGS
which includes-Xlog:gc:
instead of the deprecated-Xloggc
and uses an existing path - Fix: Broken r10k-code command for statefulset compilers & standardize r10k-code readiness probe usage
- Feat: Environment variables loaded from secret key-value pairs
Fix: Typo in the restic backup template preventing chart from being deployed
- Fix: Typo in the restic backup template preventing chart from being deployed
- Feat: Add ability to mount custom ca-certificates.crt from configMap for Restic
Fix: Utilize `puppetserver` and `puppetdb` containers provided by voxpupuli and bump default versions
- Fix: Utilize
puppetserver
andpuppetdb
containers provided by voxpupuli and bump default versions
Fix: Wrong init value of r10k-code deployment readinessprobe
- Fix: Wrong init value of r10k-code deployment readinessprobe
Fix: correct readinessprobe syntax
- Fix: correct readinessprobe syntax