Skip to content

Commit a41b1fb

Browse files
TomyLoboBjoern Stabel
andauthored
Prevent errors when not specifying extraInitArgs (#128)
* Prevent errors when not specifying extraInitArgs * Release 6.5.2 Co-authored-by: Bjoern Stabel <bjoern.stabel@data-experts.de>
1 parent 276a55b commit a41b1fb

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

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

8+
## [v6.5.2](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v6.5.2) (2022-08-18)
9+
10+
- fix: Prevent errors when not specifying extraInitArgs
11+
812
## [v6.5.1](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v6.5.1) (2022-08-17)
913

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

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: puppetserver
3-
version: 6.5.1
3+
version: 6.5.2
44
appVersion: 7.4.2
55
description: Puppet automates the delivery and operation of software.
66
keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]

values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,7 @@ puppetserver:
349349
extraSecrets: []
350350

351351
## Optional init arguments
352-
extraInitArgs: |-
353-
""
352+
extraInitArgs: ""
354353

355354
## Optional configure serviceAccount & rbac
356355
serviceAccount:

0 commit comments

Comments
 (0)