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.
@@ -130,7 +129,7 @@ support multiple versions with minimal changes.
130
129
|`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`|
131
130
|`imagePullPolicy`| The Kubernetes [imagePullPolicy][] value |`IfNotPresent`|
132
131
|`imagePullSecrets`| Configuration for [imagePullSecrets][] so that you can use a private registry for your image |`[]`|
133
-
|`imageTag`| The Elasticsearch Docker image tag |`7.15.0-SNAPSHOT`|
132
+
|`imageTag`| The Elasticsearch Docker image tag |`7.15.0`|
134
133
|`image`| The Elasticsearch Docker image |`docker.elastic.co/elasticsearch/elasticsearch`|
135
134
|`ingress`| Configurable [ingress][] to expose the Elasticsearch service. See [values.yaml][] for an example | see [values.yaml][]|
136
135
|`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.15.0-SNAPSHOT`|
138
+
|`imageTag`| The filebeat Docker image tag |`7.15.0`|
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