Skip to content

Commit cc91772

Browse files
authored
Update Components to Latest Versions (#98)
* Update Components to Latest Versions * bump puppetboard to v3.2.0 * bump puppetboard to v3.3.0 * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 12758f9 commit cc91772

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ numbering uses [semantic versioning](http://semver.org).
55

66
NOTE: The change log until version `v0.2.4` is auto-generated.
77

8+
## [v5.14.0](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v5.14.0) (2021-12-01)
9+
10+
- feat: bump Puppetserver to `v7.4.2`.
11+
- feat: bump PuppetDB to `v7.7.1`.
12+
- feat: bump R10K to `v3.13.0`.
13+
- feat: bump Puppetboard to `v3.3.0`.
14+
815
## [v5.13.0](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v5.13.0) (2021-11-29)
916

1017
- feat(eyaml): allow more than one pub/priv keypair in existing eyaml key map

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: puppetserver
3-
version: 5.13.0
4-
appVersion: 7.3.0
3+
version: 5.14.0
4+
appVersion: 7.4.2
55
description: Puppet automates the delivery and operation of software.
66
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]
77
home: https://puppet.com/

values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
puppetserver:
88
name: puppetserver
99
image: puppet/puppetserver
10-
tag: 7.3.0
10+
tag: 7.4.2
1111
pullPolicy: IfNotPresent
1212
## Mandatory Deployment of Puppet Server Master/s
1313
##
@@ -286,7 +286,7 @@ puppetserver:
286286
r10k:
287287
name: r10k
288288
image: puppet/r10k
289-
tag: 3.8.0
289+
tag: 3.13.0
290290
pullPolicy: IfNotPresent
291291
code:
292292
resources: {}
@@ -378,7 +378,7 @@ r10k:
378378
puppetdb:
379379
name: puppetdb
380380
image: puppet/puppetdb
381-
tag: 7.5.2
381+
tag: 7.7.1
382382
pullPolicy: IfNotPresent
383383
resources: {}
384384
# requests:
@@ -476,7 +476,7 @@ puppetboard:
476476
enabled: false
477477
name: puppetboard
478478
image: ghcr.io/voxpupuli/puppetboard
479-
tag: 3.0.0
479+
tag: 3.3.0
480480
port: 9090
481481
pullPolicy: IfNotPresent
482482
service:

0 commit comments

Comments
 (0)