Skip to content

Commit da274fe

Browse files
authored
Merge branch 'master' into rob-944-channel-override
2 parents 4a9250f + 83132dc commit da274fe

9 files changed

Lines changed: 23 additions & 17 deletions

File tree

docs/configuration/holmesgpt/toolsets/coralogix_logs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Configuration
2929

3030
.. md-tab-set::
3131

32-
.. md-tab-item:: Robusta Helm Chat
32+
.. md-tab-item:: Robusta Helm Chart
3333

3434
.. code-block:: yaml
3535

docs/configuration/holmesgpt/toolsets/grafanaloki.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Configuration (grafana proxy)
8484

8585
.. md-tab-set::
8686

87-
.. md-tab-item:: Robusta Helm Chat
87+
.. md-tab-item:: Robusta Helm Chart
8888

8989
.. code-block:: yaml
9090
@@ -132,7 +132,7 @@ Configuration (direct connection)
132132

133133
.. md-tab-set::
134134

135-
.. md-tab-item:: Robusta Helm Chat
135+
.. md-tab-item:: Robusta Helm Chart
136136

137137
.. code-block:: yaml
138138
@@ -180,7 +180,7 @@ Loki logs settings for ``pod``, and ``namespace`` differ from the defaults in th
180180

181181
.. md-tab-set::
182182

183-
.. md-tab-item:: Robusta Helm Chat
183+
.. md-tab-item:: Robusta Helm Chart
184184

185185
.. code-block:: yaml
186186

docs/configuration/holmesgpt/toolsets/grafanatempo.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Configuration (grafana proxy)
6969

7070
.. md-tab-set::
7171

72-
.. md-tab-item:: Robusta Helm Chat
72+
.. md-tab-item:: Robusta Helm Chart
7373

7474
.. code-block:: yaml
7575
@@ -122,7 +122,7 @@ Configuration (direct connection)
122122

123123
.. md-tab-set::
124124

125-
.. md-tab-item:: Robusta Helm Chat
125+
.. md-tab-item:: Robusta Helm Chart
126126

127127
.. code-block:: yaml
128128
@@ -170,7 +170,7 @@ labels differ from the defaults in the example above.
170170

171171
.. md-tab-set::
172172

173-
.. md-tab-item:: Robusta Helm Chat
173+
.. md-tab-item:: Robusta Helm Chart
174174

175175
.. code-block:: yaml
176176

docs/configuration/holmesgpt/toolsets/prometheus.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Configuration
1515

1616
.. md-tab-set::
1717

18-
.. md-tab-item:: Robusta Helm Chat
18+
.. md-tab-item:: Robusta Helm Chart
1919

2020
.. code-block:: yaml
2121
@@ -24,9 +24,12 @@ Configuration
2424
prometheus/metrics:
2525
enabled: true
2626
config:
27+
# see below how to find prometheus_url
2728
prometheus_url: http://<prometheus host>:9090 # e.g. http://robusta-kube-prometheus-st-prometheus.default.svc.cluster.local:9090
28-
headers:
29-
Authorization: "Basic <base_64_encoded_string>"
29+
30+
# optional
31+
#headers:
32+
# Authorization: "Basic <base_64_encoded_string>"
3033
3134
3235
.. include:: ./_toolset_configuration.inc.rst
@@ -41,9 +44,12 @@ Configuration
4144
prometheus/metrics:
4245
enabled: true
4346
config:
47+
# see below how to find prometheus_url
4448
prometheus_url: http://<prometheus host>:9090 # e.g. http://robusta-kube-prometheus-st-prometheus.default.svc.cluster.local:9090
45-
headers:
46-
Authorization: "Basic <base_64_encoded_string>"
49+
50+
# optional
51+
#headers:
52+
# Authorization: "Basic <base_64_encoded_string>"
4753
4854
It is also possible to set the ``PROMETHEUS_URL`` environment variable instead of the above ``prometheus_url`` config key.
4955

docs/configuration/holmesgpt/toolsets/rabbitmq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Configuration
1717

1818
.. md-tab-set::
1919

20-
.. md-tab-item:: Robusta Helm Chat
20+
.. md-tab-item:: Robusta Helm Chart
2121

2222
.. code-block:: yaml
2323

helm/robusta/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies:
44
version: 55.7.0
55
- name: holmes
66
repository: https://robusta-charts.storage.googleapis.com
7-
version: 0.11.1
8-
digest: sha256:0b622c65ad0b2d18c52c4c4d8f3c19f6176ce89b1ae7c98411211ee2d50d4b46
9-
generated: "2025-05-12T09:51:33.315282+03:00"
7+
version: 0.11.4
8+
digest: sha256:ce7530efa0ac4c6d800773e68a9d345eb02f0ba1b4634712676dd52797554f28
9+
generated: "2025-05-13T11:05:00.700617+03:00"

helm/robusta/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
condition: enablePrometheusStack
1616
repository: "https://prometheus-community.github.io/helm-charts"
1717
- name: holmes
18-
version: 0.11.1
18+
version: 0.11.4
1919
condition: enableHolmesGPT
2020
repository: "https://robusta-charts.storage.googleapis.com"
-2.74 KB
Binary file not shown.
2.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)