Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 00e9109

Browse files
author
Chris Wiechmann
committed
Quote boolean toggles reference via helm default instruction
Fxies #164
1 parent 7a16061 commit 00e9109

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Added new parameter: `API_MANAGER_ENABLED` to allow running the solution without an API-Manager at all
1414
- Updated default Elastic-Stack version from 7.16.3 to 7.17.0
1515

16-
### Security
17-
- Mocha in API-Builder4Elastic updated to version 9.2.0 to solve https://nvd.nist.gov/vuln/detail/CVE-2021-23566
16+
### Fixed
17+
- Helm-Chart: Boolean toggles in standard values.yaml file now quoted [#164](https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/issues/164)
1818

1919
### Security
2020
- Updated API-Builder to version Flint (to solve security issues)
21+
- Mocha in API-Builder4Elastic updated to version 9.2.0 to solve https://nvd.nist.gov/vuln/detail/CVE-2021-23566
2122
- Updated API-Builder custom flow node libraries (to solve security issues)
2223

2324
## [4.1.0] 2022-01-21

helm/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,24 +142,24 @@ apibuilder4elastic:
142142
# Use extraVolumes & extraVolumeMounts to mount your payloads into
143143
# the API-Builder4Elastic container.
144144
# To learn more read the description of parameter PAYLOAD_HANDLING_ENABLED
145-
# payloadEnabled: false
145+
# payloadEnabled: "false"
146146

147147
# setupFlows can be used to turn off setup of Elasticsearch. This should be set to
148148
# false only for very good reasons.
149-
# setupFlows: false
149+
# setupFlows: "false"
150150

151151
# Disables the collection of API-Management KPIs.
152-
# managementKPIsEnabled: false
152+
# managementKPIsEnabled: "false"
153153

154154
# If you do not use an API-Manager, please set this parameter to false.
155-
# apimanagerEnabled: false
155+
# apimanagerEnabled: "false"
156156

157157
# logLevel of API-Builder4Elastic. When encoutering issues, enable debug. Also enable debug
158158
# if you want to raise an issue.
159159
#logLevel: "debug"
160160

161161
# Configure the Elasticsearch server certificate validation for APIBuilder4Elastic. Is enabled by default.
162-
# validateElasticsearchCertificate: false
162+
# validateElasticsearchCertificate: "false"
163163

164164
# Resource requests for API-Builder
165165
resources:

0 commit comments

Comments
 (0)