Skip to content

Releases: puppetlabs/puppetserver-helm-chart

fix: add -t flag to timeout for r10k:3.14.0 and below

17 Aug 16:26
276a55b
Compare
Choose a tag to compare
  • fix: add -t flag to timeout for r10k:3.14.0 and below

feat: optional deployment of the puppetdb component (default true)

31 Jul 08:37
ae9f4e8
Compare
Choose a tag to compare
  • feat: optional deployment of the puppetdb component (default true)
  • feat: remove privileged from securityContext (I do not understand why it was used/needed??)
  • feat: inject custom entrypoints which will be exuected during puppetserver startup
  • feat: inject custom configmaps to configure puppetserver itself (configmaps mounted in /etc/puppetlabs/puppetserver/conf.d)
  • feat: support extra r10k hiera & code repositories
  • feat: add a restic backup Cronjob to backup our puppetserver master pv's
  • fix: use r10k code & hiera extrasettings as map (global r10k configuration can be injected this way)
  • fix: puppet service configured as ClusterIP only.
  • fix: if compilers are deployed remove r10k container & code volumes from masters

feat: add r10k cron job `splay`, `splayLimit` and `timeout` params

30 Jun 11:38
1a5c299
Compare
Choose a tag to compare
  • feat: add r10k cron job splay, splayLimit and timeout params

feat: add `extraContainers` to both masters and compilers

29 Jun 14:38
f64bd7f
Compare
Choose a tag to compare
  • feat: add extraContainers to both masters and compilers
  • feat: add r10k cron job successFile params

feat: update labels (match with Well-Known Labels) & add `extraLabels`

20 Jun 12:10
1cd843c
Compare
Choose a tag to compare
  • feat: update labels (match with Well-Known Labels) & add extraLabels
  • feat: move dependencies charts in Charts.yaml
  • feat: add imagePullSecrets param on all Deployment, StatefulSet and Job
  • feat: restart puppet master & compiler when r10k configs are updated
  • fix: DNS workaround with single CA mode & public CA
  • fix: update documentation for puppetdb.service
  • fix: puppetdb update-crl sidecar crash on some restart

fix: postgresql dependency. bump from `10.4.*` to `10.16.*` (https://github.com/bitnami/charts/issues/10539)

07 Jun 19:02
33311d7
Compare
Choose a tag to compare
  • fix: postgresql dependency. bump from 10.4.* to 10.16.* (bitnami/charts#10539)
  • feat: drop Helm chart v2 support
  • feat: improve puppetserver (master & compiler) startup with startupProbe
  • feat: allow overriding harcoded variables

Allow r10k cron jobs to be disabled

31 May 17:39
78cda6d
Compare
Choose a tag to compare
  • Allow r10k cron jobs to be disabled
  • Allow multi hieradata repos
  • restart automatically pods if r10k or hiera configmap or secret change

feat: deploy only necessary configuration regarding the solution (secret, keys defined in values.yaml, configmap )

27 May 16:09
d37c8a7
Compare
Choose a tag to compare
  • feat: deploy only necessary configuration regarding the solution (secret, keys defined in values.yaml, configmap )
  • feat deploy only the most secure configuration (secret > keys defined in values.yaml > configMap)
  • feat: generate a warning if configmap or keys are defined in values.yaml is used
  • feat: generate an error if keys are defined in values.yaml and if .Values.eyaml.public_key or .Values.eyaml.private_key is missing

feat: add pod security policies

24 May 15:27
5d29d66
Compare
Choose a tag to compare
  • feat: add pod security policies

fix: delete parameter '--strip-components 1' of Puppetserver certificate (unzip)

15 Apr 06:41
2a2ec27
Compare
Choose a tag to compare
  • fix: delete parameter '--strip-components 1' of Puppetserver certificate (unzip)