You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2023. It is now read-only.
@@ -119,7 +118,7 @@ support multiple versions with minimal changes.
119
118
|`envFrom`| Templatable string to be passed to the [environment from variables][] which will be appended to the `envFrom:` definition for the container |`[]`|
120
119
|`esConfig`| Allows you to add any config files in `/usr/share/elasticsearch/config/` such as `elasticsearch.yml` and `log4j2.properties`. See [values.yaml][] for an example of the formatting |`{}`|
121
120
|`esJavaOpts`|[Java options][] for Elasticsearch. This is where you could configure the [jvm heap size][]|`""`|
122
-
|`esJvmOptions`|[Java options][] for Elasticsearch. Override the default JVM options by adding custom options files . See [values.yaml][] for an example of the formatting|`{}`|
121
+
|`esJvmOptions`|[Java options][] for Elasticsearch. Override the default JVM options by adding custom options files . See [values.yaml][] for an example of the formatting |`{}`|
123
122
|`esMajorVersion`| Deprecated. Instead, use the version of the chart corresponding to your ES minor version. Used to set major version specific configuration. If you are using a custom image and not running the default Elasticsearch version you will need to set this to the version you are running (e.g. `esMajorVersion: 6`) |`""`|
124
123
|`extraContainers`| Templatable string of additional `containers` to be passed to the `tpl` function |`""`|
125
124
|`extraEnvs`| Extra [environment variables][] which will be appended to the `env:` definition for the container |`[]`|
@@ -132,7 +131,7 @@ support multiple versions with minimal changes.
132
131
|`httpPort`| The http port that Kubernetes will use for the healthchecks and the service. If you change this you will also need to set [http.port][] in `extraEnvs`|`9200`|
133
132
|`imagePullPolicy`| The Kubernetes [imagePullPolicy][] value |`IfNotPresent`|
134
133
|`imagePullSecrets`| Configuration for [imagePullSecrets][] so that you can use a private registry for your image |`[]`|
135
-
|`imageTag`| The Elasticsearch Docker image tag |`7.17.0-SNAPSHOT`|
134
+
|`imageTag`| The Elasticsearch Docker image tag |`7.17.1`|
136
135
|`image`| The Elasticsearch Docker image |`docker.elastic.co/elasticsearch/elasticsearch`|
137
136
|`ingress`| Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][]|
138
137
|`initResources`| Allows you to set the [resources][] for the `initContainer` in the StatefulSet |`{}`|
@@ -136,7 +135,7 @@ as a reference. They are also used in the automated testing of this chart.
136
135
|`hostPathRoot`| Fully-qualified [hostPath][] that will be used to persist filebeat registry data |`/var/lib`|
137
136
|`imagePullPolicy`| The Kubernetes [imagePullPolicy][] value |`IfNotPresent`|
138
137
|`imagePullSecrets`| Configuration for [imagePullSecrets][] so that you can use a private registry for your image |`[]`|
139
-
|`imageTag`| The filebeat Docker image tag |`7.17.0-SNAPSHOT`|
138
+
|`imageTag`| The filebeat Docker image tag |`7.17.1`|
140
139
|`image`| The filebeat Docker image |`docker.elastic.co/beats/filebeat`|
141
140
|`livenessProbe`| Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][]|
142
141
|`managedServiceAccount`| Whether the `serviceAccount` should be managed by this helm chart. Set this to `false` in order to manage your own service account and related roles |`true`|
0 commit comments