Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 31015ca

Browse files
committed
1 parent 43ccfda commit 31015ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ opensearch:
2020
# -- Used image name.
2121
image: "opensearchproject/opensearch"
2222
# -- Used component version.
23-
imageTag: "2.9.0"
23+
imageTag: "2.10.0"
2424
# -- Image pull [policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy).
2525
imagePullPolicy: IfNotPresent
2626
# -- Set [deployment layout](https://nickytd.github.io/kubernetes-logging-helm/docs/deployments/) for OpenSearch
@@ -187,7 +187,7 @@ opensearch_dashboards:
187187
# -- Used image name.
188188
image: "opensearchproject/opensearch-dashboards"
189189
# -- Used component version.
190-
imageTag: "2.9.0"
190+
imageTag: "2.10.0"
191191
# When externalOpensearchDashboards.disabled designates an external
192192
# opensearch-dashboards instance. Only jobs for creating index
193193
# templates and opensearch-dashboards objects are executed.
@@ -290,7 +290,7 @@ fluentbit:
290290
# -- Used image name.
291291
image: "fluent/fluent-bit"
292292
# -- Used component version.
293-
imageTag: "2.1.8"
293+
imageTag: "2.1.9"
294294
# -- Image pull [policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy).
295295
imagePullPolicy: IfNotPresent
296296
containersLogsHostPath: /var/log/pods
@@ -331,7 +331,7 @@ logstash:
331331
# -- Used image name.
332332
image: "opensearchproject/logstash-oss-with-opensearch-output-plugin"
333333
# -- Used component version.
334-
imageTag: "8.6.1"
334+
imageTag: "8.9.0"
335335
# -- Replicas count for Logstash's pods.
336336
replicas: 1
337337
# -- Set JVM parameters `-Xms` and `-Xmx`, basicaly set JVM memory size. Consider this value as a half of total pod memory.

0 commit comments

Comments
 (0)