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.
@@ -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 |`6.8.22-SNAPSHOT`|
134
+
|`imageTag`| The Elasticsearch Docker image tag |`6.8.22`|
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 |`{}`|
@@ -398,7 +397,7 @@ about our development and testing process.
@@ -137,7 +136,7 @@ as a reference. They are also used in the automated testing of this chart.
137
136
|`hostPathRoot`| Fully-qualified [hostPath][] that will be used to persist filebeat registry data |`/var/lib`|
138
137
|`imagePullPolicy`| The Kubernetes [imagePullPolicy][] value |`IfNotPresent`|
139
138
|`imagePullSecrets`| Configuration for [imagePullSecrets][] so that you can use a private registry for your image |`[]`|
140
-
|`imageTag`| The filebeat Docker image tag |`6.8.22-SNAPSHOT-SNAPSHOT`|
139
+
|`imageTag`| The filebeat Docker image tag |`6.8.22-SNAPSHOT`|
141
140
|`image`| The filebeat Docker image |`docker.elastic.co/beats/filebeat`|
142
141
|`livenessProbe`| Parameters to pass to liveness [probe][] checks for values such as timeouts and thresholds | see [values.yaml][]|
143
142
|`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`|
@@ -236,7 +235,7 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
0 commit comments