Skip to content

Commit 9ebdf46

Browse files
committed
add ZO_WEBSOCKET_ENABLED
1 parent e873114 commit 9ebdf46

File tree

6 files changed

+39
-9
lines changed

6 files changed

+39
-9
lines changed

charts/openobserve-standalone/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dependencies:
33
repository: https://charts.min.io
44
version: 5.3.0
55
digest: sha256:c539f29a4cbdeef50e73fccb320917baf7e08913288b2b2ba68f89f0eaf266de
6-
generated: "2025-01-13T10:20:52.748855-08:00"
6+
generated: "2025-01-19T12:53:30.220992-08:00"

charts/openobserve/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
repository: https://charts.min.io
1010
version: 5.3.0
1111
digest: sha256:63714207ce2a35dd0dac5d8f70e4c23cb058f1a6f710689dcdbd6fe018221cb0
12-
generated: "2025-01-13T10:20:48.678962-08:00"
12+
generated: "2025-01-19T12:53:26.351031-08:00"

charts/openobserve/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.14.13
18+
version: 0.14.14
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.14.0"
24+
appVersion: "v0.14.1"
2525

2626
dependencies:
2727
- name: etcd

charts/openobserve/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,5 @@ data:
319319
ZO_SELF_METRIC_CONSUMPTION_INTERVAL: "{{ .Values.config.ZO_SELF_METRIC_CONSUMPTION_INTERVAL }}"
320320
ZO_SELF_METRIC_CONSUMPTION_ACCEPTLIST: "{{ .Values.config.ZO_SELF_METRIC_CONSUMPTION_ACCEPTLIST }}"
321321
ZO_SWAGGER_ENABLED: "{{ .Values.config.ZO_SWAGGER_ENABLED }}"
322+
ZO_WEBSOCKET_ENABLED: "{{ .Values.config.ZO_WEBSOCKET_ENABLED }}"
322323

charts/openobserve/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ config:
414414
ZO_SELF_METRIC_CONSUMPTION_INTERVAL: "60" # self-consume metrics interval, unit seconds
415415
ZO_SELF_METRIC_CONSUMPTION_ACCEPTLIST: "" # only these metrics will be self-consumed, comma separated
416416
ZO_SWAGGER_ENABLED: "true"
417+
ZO_WEBSOCKET_ENABLED: "false"
417418

418419
# Add extra environment variables to all pods, useful for overriding secrets
419420
extraEnv: []

index.yaml

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,34 @@ entries:
5858
- https://charts.openobserve.ai/charts/minio-5.0.7.tgz
5959
version: 5.0.7
6060
openobserve:
61+
- apiVersion: v2
62+
appVersion: v0.14.1
63+
created: "2025-01-19T12:53:30.526941-08:00"
64+
dependencies:
65+
- condition: etcd.enabled
66+
name: etcd
67+
repository: https://charts.bitnami.com/bitnami
68+
version: 10.4.2
69+
- condition: nats.enabled
70+
name: nats
71+
repository: https://nats-io.github.io/k8s/helm/charts/
72+
version: 1.2.6
73+
- condition: minio.enabled
74+
name: minio
75+
repository: https://charts.min.io
76+
version: 5.3.0
77+
description: Logs, Metrics and Traces, Dashboards, RUM, Error tracking, Session
78+
replay etc. Elasticsearch API compatibility.
79+
digest: 695b2f174435890cf852e73e7b58e4d695e56bf782ea38911dcb147b5b234b28
80+
maintainers:
81+
82+
name: OpenObserve
83+
url: https://openobserve.ai
84+
name: openobserve
85+
type: application
86+
urls:
87+
- openobserve-0.14.14.tgz
88+
version: 0.14.14
6189
- apiVersion: v2
6290
appVersion: v0.14.0
6391
created: "2025-01-13T10:20:53.037534-08:00"
@@ -3917,9 +3945,9 @@ entries:
39173945
openobserve-collector:
39183946
- apiVersion: v2
39193947
appVersion: 0.113.0
3920-
created: "2025-01-13T10:20:53.038557-08:00"
3948+
created: "2025-01-19T12:53:30.527757-08:00"
39213949
description: An opinionated installation of OTEL Collector for OpenObserve
3922-
digest: 12c2c8f911785435d19a0ad83195b070bcf47dda79aff23e6c98fc38c7811904
3950+
digest: 4c3d2f4dbc51f2972f4bc8c5996098d447e58499eab235b791312647534e4b9b
39233951
maintainers:
39243952
39253953
name: OpenObserve
@@ -4506,15 +4534,15 @@ entries:
45064534
openobserve-standalone:
45074535
- apiVersion: v2
45084536
appVersion: v0.14.0
4509-
created: "2025-01-13T10:20:53.039849-08:00"
4537+
created: "2025-01-19T12:53:30.529063-08:00"
45104538
dependencies:
45114539
- condition: minio.enabled
45124540
name: minio
45134541
repository: https://charts.min.io
45144542
version: 5.3.0
45154543
description: Logs, Metrics and Traces, Dashboards, RUM, Error tracking, Session
45164544
replay etc. Elasticsearch API compatibility.
4517-
digest: 6e2f52dcf657ce01b8b697d4449d9a70112dfdd20ce800c2159c4fc26ed00f6b
4545+
digest: 033da471ed1f7cbba0042faf6a600f9f4b9e02d42f325702501484e339b15457
45184546
maintainers:
45194547
45204548
name: OpenObserve
@@ -5024,4 +5052,4 @@ entries:
50245052
urls:
50255053
- openobserve-standalone-0.7.29.tgz
50265054
version: 0.7.29
5027-
generated: "2025-01-13T10:20:53.0326-08:00"
5055+
generated: "2025-01-19T12:53:30.521997-08:00"

0 commit comments

Comments
 (0)