@@ -225,7 +225,8 @@ apibuilder4elastic:
225225
226226logstash :
227227 enabled : true
228- # You may override the standard version
228+ # You should set the Elastic version in your local values file to avoid unexpectedly upgrading the
229+ # Elastic stack during a helm upgrade.
229230 # imageTag: "7.17.0"
230231 # The following secrets are used to generate the secret <releaseName>-apim4elastic-logstash-secret
231232 # If disabled the secret is not created and you have to provide them in your own secret and
@@ -356,7 +357,8 @@ logstash:
356357# The following parameters represent only the most important parameters for the solution.
357358elasticsearch :
358359 enabled : true
359- # You may override the standard version
360+ # You should set the Elastic version in your local values file to avoid unexpectedly upgrading the
361+ # Elastic stack during a helm upgrade.
360362 # imageTag: "7.17.0"
361363 fullnameOverride : " axway-elk-apim4elastic-elasticsearch"
362364 clusterName : " axway-apim"
@@ -470,7 +472,8 @@ elasticsearch:
470472# The following parameters represent only the most important parameters for the solution.
471473kibana :
472474 enabled : true
473- # You may override the standard version
475+ # You should set the Elastic version in your local values file to avoid unexpectedly upgrading the
476+ # Elastic stack during a helm upgrade.
474477 # imageTag: "7.17.0"
475478 fullnameOverride : " axway-elk-apim4elastic"
476479 replicas : 2
@@ -560,7 +563,8 @@ kibana:
560563filebeat :
561564 # Deploy Filebeat or not
562565 enabled : false
563- # You may override the standard version
566+ # You should set the Elastic version in your local values file to avoid unexpectedly upgrading the
567+ # Elastic stack during a helm upgrade.
564568 # imageTag: "7.17.0"
565569 # Set this to true, to create the filebeat ConfigMaps & Secret including the filebeat.yaml
566570 # This is useful, if you would like to run filebeat as a sidecar along with the API-Gateways and just
@@ -771,7 +775,8 @@ filebeat:
771775# #################################################################################################################################
772776apm-server :
773777 enabled : false
774- # You may override the standard version
778+ # You should set the Elastic version in your local values file to avoid unexpectedly upgrading the
779+ # Elastic stack during a helm upgrade.
775780 # imageTag: "7.16.3"
776781 # Required for the internal stack monitoring to work with the APM-Server
777782 elasticsearchClusterUUID : " "
0 commit comments