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

Commit 43ccfda

Browse files
committed
bump up component versions
opensearch to 2.9.0 opensearch-dashboards to 2.9.0 data-prepper to 2.3.2 fluent-bit to 2.8.1 init-container to 1.1.0
1 parent 49654d1 commit 43ccfda

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Kubernetes logging stack with OpenSearch
33
name: kubernetes-logging
4-
version: 4.6.3
4+
version: 4.7.0
55
maintainers:
66
- name: Niki Dokovski
77
email: nickytd@gmail.com

chart/values.yaml

Lines changed: 11 additions & 8 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.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

Comments
 (0)