@@ -20,7 +20,7 @@ opensearch:
2020 # -- Used image name.
2121 image : " opensearchproject/opensearch"
2222 # -- Used component version.
23- imageTag : " 2.7 .0"
23+ imageTag : " 2.9 .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
@@ -89,7 +89,7 @@ init_container:
8989 # -- Used image name.
9090 image : " nickytd/init-container"
9191 # -- Used component version.
92- imageTag : " 1.0.5 "
92+ imageTag : " 1.1.0 "
9393 # -- Image pull [policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy).
9494 imagePullPolicy : IfNotPresent
9595
@@ -139,7 +139,8 @@ client:
139139 # -- Annotations for ingress object.
140140 annotations : {}
141141 # -- Certificate setting for hostname.
142- tls : []
142+ tls :
143+ []
143144 # e.g.
144145 # - hosts:
145146 # - FQDNS
@@ -186,7 +187,7 @@ opensearch_dashboards:
186187 # -- Used image name.
187188 image : " opensearchproject/opensearch-dashboards"
188189 # -- Used component version.
189- imageTag : " 2.7 .0"
190+ imageTag : " 2.9 .0"
190191 # When externalOpensearchDashboards.disabled designates an external
191192 # opensearch-dashboards instance. Only jobs for creating index
192193 # templates and opensearch-dashboards objects are executed.
@@ -220,7 +221,8 @@ opensearch_dashboards:
220221 # -- Annotations for ingress object.
221222 annotations : {}
222223 # -- Certificate setting for hostname.
223- tls : []
224+ tls :
225+ []
224226 # e.g.
225227 # - hosts:
226228 # - FQDNS
@@ -253,7 +255,7 @@ data_prepper:
253255 # -- Used image name.
254256 image : opensearchproject/data-prepper
255257 # -- Used component version.
256- imageTag : " 2.3.1 "
258+ imageTag : " 2.3.2 "
257259 # -- Replicas count for DataPrepper pods.
258260 replicas : 1
259261 # -- Set JVM parameters `-Xms` and `-Xmx`, basicaly set JVM memory size. Consider this value as a half of total pod memory.
@@ -288,7 +290,7 @@ fluentbit:
288290 # -- Used image name.
289291 image : " fluent/fluent-bit"
290292 # -- Used component version.
291- imageTag : " 2.0.9 "
293+ imageTag : " 2.1.8 "
292294 # -- Image pull [policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy).
293295 imagePullPolicy : IfNotPresent
294296 containersLogsHostPath : /var/log/pods
@@ -390,7 +392,8 @@ kafka:
390392 # -- Enable / disable using CertManager instance in cluster.
391393 enabled : false
392394 # -- Define CertManager Issuer object
393- issuerRef : {}
395+ issuerRef :
396+ {}
394397 # kind:
395398 # name:
396399 # -- Set days for SSL broker interconnect communication certificate expiration
0 commit comments