Releases: puppetlabs/puppetserver-helm-chart
Releases · puppetlabs/puppetserver-helm-chart
fix: add pathType Prefix to puppetboard ingress
- fix: add pathType Prefix to puppetboard ingress
fix: use correct puppetdb certs in puppetboard
- fix: use correct puppetdb certs in puppetboard
- fix: persist CA, now located in /etc/puppetlabs/puppetserver/ca/
update: Puppetserver to `v7.1.2`; PuppetDB to `v7.2.0`; r10k to `v3.8.0`; PostgreSQL chart to `v10.4.*`.
- update: Puppetserver to
v7.1.2
; PuppetDB tov7.2.0
; r10k tov3.8.0
; PostgreSQL chart tov10.4.*
. - fix: Wrong parameter name in README to disable autosign.
- fix: bad naming for PuppetDB extra containers variable.
- fix: add missing placeholder for PuppetDB extra containers in
values.yaml
. - fix: wrong url to Puppetserver chart v5.5.0 in
CHANGELOG
.
fix: use puppetboard.port in puppetboard-ingress.yaml
- fix: use puppetboard.port in puppetboard-ingress.yaml
- fix: use proper syntax for extra containers in puppetdb-deployment.yaml
- fix: force targetPorts in puppetdb-service.yaml
- enhancement: allow to specify puppetboard.service.targetPort
Use official Puppetboard image, use port 9090, and allow extra PuppetDB containers.
- Use official Puppetboard image, use port 9090, and allow extra PuppetDB containers.
Add ability to ovewrite PuppetBoard variables in order to work properly with newer PuppetDB versions.
- Add ability to ovewrite PuppetBoard variables in order to work properly with newer PuppetDB versions.
Add ability to change PVC accessModes.
- Add ability to change PVC accessModes.
Add ability to use custom PVCs.
- Add ability to use custom PVCs.
Fix PuppetBoard showing "Internal server 500" when metric menu clicked.
- Fix PuppetBoard showing "Internal server 500" when metric menu clicked.
Special thanks to @pjamenaja
Fix for r10k_code_cronjob.sh and r10k_hiera_cronjob.sh syntax error with `map[]`
- Fix for r10k_code_cronjob.sh and r10k_hiera_cronjob.sh syntax error with
map[]
Thanks to: @pjamenaja