Skip to content

Commit 67f89cd

Browse files
authored
Merge branch 'main' into crds-toggle
2 parents 12dec4e + 8ff4a2f commit 67f89cd

13 files changed

Lines changed: 134 additions & 134 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: prometheus
33
repository: https://prometheus-community.github.io/helm-charts
4-
version: 29.9.0
4+
version: 29.10.1
55
- name: grafana
66
repository: https://grafana.github.io/helm-charts
77
version: 10.5.15
@@ -10,7 +10,7 @@ dependencies:
1010
version: 0.56.0
1111
- name: alloy
1212
repository: https://grafana.github.io/helm-charts
13-
version: 1.8.2
13+
version: 1.9.0
1414
- name: loki
1515
repository: https://grafana.github.io/helm-charts
1616
version: 7.0.0
@@ -19,6 +19,6 @@ dependencies:
1919
version: 1.3.1
2020
- name: opentelemetry-collector
2121
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
22-
version: 0.158.0
23-
digest: sha256:7ef3bdf6f6545702f5ec4c4d5262e22e08b401ec74d715ca4a0dbee59dfe9e50
24-
generated: "2026-06-04T01:10:11.004609837Z"
22+
version: 0.158.1
23+
digest: sha256:fa0e730cdf0addf90587c9596bc142b4558a8cc106e06236de4e44d873c7f92a
24+
generated: "2026-06-10T04:13:56.930385898Z"

charts/gateway-addons-helm/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sources:
2626

2727
dependencies:
2828
- name: prometheus
29-
version: 29.9.0
29+
version: 29.10.1
3030
repository: https://prometheus-community.github.io/helm-charts
3131
condition: prometheus.enabled
3232
- name: grafana
@@ -39,7 +39,7 @@ dependencies:
3939
condition: fluent-bit.enabled
4040
- name: alloy
4141
repository: https://grafana.github.io/helm-charts
42-
version: 1.8.2
42+
version: 1.9.0
4343
condition: alloy.enabled
4444
- name: loki
4545
version: 7.0.0
@@ -51,5 +51,5 @@ dependencies:
5151
condition: tempo.enabled
5252
- name: opentelemetry-collector
5353
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
54-
version: 0.158.0
54+
version: 0.158.1
5555
condition: opentelemetry-collector.enabled

charts/gateway-addons-helm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ An Add-ons Helm chart for Envoy Gateway
2222
| Repository | Name | Version |
2323
|------------|------|---------|
2424
| https://fluent.github.io/helm-charts | fluent-bit | 0.56.0 |
25-
| https://grafana.github.io/helm-charts | alloy | 1.8.2 |
25+
| https://grafana.github.io/helm-charts | alloy | 1.9.0 |
2626
| https://grafana.github.io/helm-charts | grafana | 10.5.15 |
2727
| https://grafana.github.io/helm-charts | loki | 7.0.0 |
2828
| https://grafana.github.io/helm-charts | tempo | 1.3.1 |
29-
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.158.0 |
30-
| https://prometheus-community.github.io/helm-charts | prometheus | 29.9.0 |
29+
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.158.1 |
30+
| https://prometheus-community.github.io/helm-charts | prometheus | 29.10.1 |
3131

3232
## Usage
3333

@@ -172,7 +172,7 @@ helm uninstall eg-addons -n monitoring
172172
| opentelemetry-collector.enabled | bool | `false` | |
173173
| opentelemetry-collector.fullnameOverride | string | `"otel-collector"` | |
174174
| opentelemetry-collector.image.repository | string | `"otel/opentelemetry-collector-contrib"` | |
175-
| opentelemetry-collector.image.tag | string | `"0.153.0"` | |
175+
| opentelemetry-collector.image.tag | string | `"0.154.0"` | |
176176
| opentelemetry-collector.mode | string | `"deployment"` | |
177177
| opentelemetry-collector.ports.datadog.containerPort | int | `8126` | |
178178
| opentelemetry-collector.ports.datadog.enabled | bool | `true` | |

charts/gateway-addons-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ opentelemetry-collector:
940940
mode: deployment
941941
image:
942942
repository: "otel/opentelemetry-collector-contrib"
943-
tag: "0.153.0"
943+
tag: "0.154.0"
944944
config:
945945
exporters:
946946
prometheus:

examples/extension-server/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/urfave/cli/v2 v2.27.7
1010
google.golang.org/grpc v1.81.1
1111
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
12-
k8s.io/apimachinery v0.36.1
12+
k8s.io/apimachinery v0.36.2
1313
sigs.k8s.io/controller-runtime v0.24.1
1414
sigs.k8s.io/gateway-api v1.5.1
1515
sigs.k8s.io/gateway-api-inference-extension v1.5.0
@@ -65,9 +65,9 @@ require (
6565
gopkg.in/inf.v0 v0.9.1 // indirect
6666
gopkg.in/yaml.v2 v2.4.0 // indirect
6767
gopkg.in/yaml.v3 v3.0.1 // indirect
68-
k8s.io/api v0.36.1 // indirect
69-
k8s.io/apiextensions-apiserver v0.36.1 // indirect
70-
k8s.io/code-generator v0.36.1 // indirect
68+
k8s.io/api v0.36.2 // indirect
69+
k8s.io/apiextensions-apiserver v0.36.2 // indirect
70+
k8s.io/code-generator v0.36.2 // indirect
7171
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
7272
k8s.io/klog/v2 v2.140.0 // indirect
7373
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect

examples/extension-server/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -230,20 +230,20 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
230230
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
231231
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
232232
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
233-
k8s.io/api v0.36.1 h1:XbL/EMj8K2aJpJtePmqUyQMsM0D4QI2pvl7YKJ20FTY=
234-
k8s.io/api v0.36.1/go.mod h1:KOWo4ey3TINlXjeHVuwB3i+tXXnu+UcwFBHlI/9dvEo=
235-
k8s.io/apiextensions-apiserver v0.36.1 h1:6JfYmPUsuUIHuN+3QxutXYWj492RqF5fBSx67GYK5Ks=
236-
k8s.io/apiextensions-apiserver v0.36.1/go.mod h1:pLzZin90riwisdzKwv/GoTwENooytoIx5zWJb4Hkby8=
237-
k8s.io/apimachinery v0.36.1 h1:G63Gjx2W+q0YD+72Vo8oY0nDnePVwnuzTmmy5ENrVSA=
238-
k8s.io/apimachinery v0.36.1/go.mod h1:ibYOR00vW/I1kzvi5SF0dRuJ52BvKtfvRdOn35GPQ+8=
239-
k8s.io/apiserver v0.36.1 h1:iMS5V+rPUertv5P9RaqJgmHHTuh4quWpoxchvMUY+JY=
240-
k8s.io/apiserver v0.36.1/go.mod h1:Cby1PbLWztu0GDOxoO6iFOyyqIsziHNEW+w9zVQ22Kw=
241-
k8s.io/client-go v0.36.1 h1:FN/K8QIT2CEDt+2WB2HnWrUANZ50AP5GII43/SP2JR0=
242-
k8s.io/client-go v0.36.1/go.mod h1:s6rAnCtTGYDQnpNjEhSaISV+2O8jwruZ6m3QOYBFbtU=
243-
k8s.io/code-generator v0.36.1 h1:5bHQ7NbBcFFLHcoyo/hgU3m2tQV5RLz2nv4QNDlsbXc=
244-
k8s.io/code-generator v0.36.1/go.mod h1:oCv8WmrW2RGdcMyvSk1aYbBfSs51ggtSFQr1YNeuAuo=
245-
k8s.io/component-base v0.36.1 h1:iG6GsELftXqTNG9HG6kiVjatSgAw1sf5pJ6R5a6N0kA=
246-
k8s.io/component-base v0.36.1/go.mod h1:nf9XPlntRdqO6WMeEWAA5F93Y4ICZQdeT9GeqLDB3JI=
233+
k8s.io/api v0.36.2 h1:TF6YDLIzKfccK7cq9YpTcGX8TJmEkHVRv78DM51fRYY=
234+
k8s.io/api v0.36.2/go.mod h1:F4LbMO4brjZYh7yFkXWhynSvtB7YauxV4c+HHkNRGNg=
235+
k8s.io/apiextensions-apiserver v0.36.2 h1:3O5gqOj/dt2XWWbpMe+TXWpE9yU6pjM/tXxtHHJT/K4=
236+
k8s.io/apiextensions-apiserver v0.36.2/go.mod h1:cL1tBWe8XSaP1H30iWKGo7hf6iAUUUJPEU70dskmAnA=
237+
k8s.io/apimachinery v0.36.2 h1:0PE/W/WNy1UX61NLbXY5TMbJ6UwLL6E6lAPkYrKFxbQ=
238+
k8s.io/apimachinery v0.36.2/go.mod h1:fvf/HOLXq9RId0rnDIbN1OEBvHXdQbLMM8nu0LcBUf4=
239+
k8s.io/apiserver v0.36.2 h1:6vMnkmHZPeBloNkHUhmZYq7Ylv8WIB8xjyEl+eSt26E=
240+
k8s.io/apiserver v0.36.2/go.mod h1:9PoQ2ikCytrZyZg11mGhLEF5m8Rgsb5FJmYJ4Wvnl1k=
241+
k8s.io/client-go v0.36.2 h1:bfgxmFKc9CgqsgX4xKLAAdmTQlWee7Ob/HlDOrJ5TBI=
242+
k8s.io/client-go v0.36.2/go.mod h1:1vgO4OAlfPnoLcb+Rze2GF5rAr14w8qjrYMoyXJzQj0=
243+
k8s.io/code-generator v0.36.2 h1:iBNFYhClojQaVrF99Z3iTAad7LztQh3yCtwR8L8Ocpg=
244+
k8s.io/code-generator v0.36.2/go.mod h1:IfnsRW1IAq9iPxqs/FfOnVnWWONxS2mPDvWNR4fPlzI=
245+
k8s.io/component-base v0.36.2 h1:Z0VH80O7Ng0HDZnZj3WRR3urEGa0kTwmO8CwEwjVK1w=
246+
k8s.io/component-base v0.36.2/go.mod h1:mGfFOA7Gwpdm1VW2cwSQYbiDIlz8GD2WGwH88QSeCyA=
247247
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b h1:gMplByicHV/TJBizHd9aVEsTYoJBnnUAT5MHlTkbjhQ=
248248
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b/go.mod h1:CgujABENc3KuTrcsdpGmrrASjtQsWCT7R99mEV4U/fM=
249249
k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc=

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ require (
6464
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
6565
gopkg.in/yaml.v3 v3.0.1
6666
helm.sh/helm/v3 v3.21.0
67-
k8s.io/api v0.36.1
68-
k8s.io/apiextensions-apiserver v0.36.1
69-
k8s.io/apimachinery v0.36.1
70-
k8s.io/apiserver v0.36.1
71-
k8s.io/cli-runtime v0.36.1
72-
k8s.io/client-go v0.36.1
67+
k8s.io/api v0.36.2
68+
k8s.io/apiextensions-apiserver v0.36.2
69+
k8s.io/apimachinery v0.36.2
70+
k8s.io/apiserver v0.36.2
71+
k8s.io/cli-runtime v0.36.2
72+
k8s.io/client-go v0.36.2
7373
k8s.io/klog/v2 v2.140.0
7474
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a
75-
k8s.io/kubectl v0.36.1
75+
k8s.io/kubectl v0.36.2
7676
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
7777
sigs.k8s.io/controller-runtime v0.24.1
7878
sigs.k8s.io/gateway-api v1.5.1
@@ -278,9 +278,9 @@ require (
278278
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
279279
gopkg.in/inf.v0 v0.9.1 // indirect
280280
gopkg.in/yaml.v2 v2.4.0 // indirect
281-
k8s.io/component-base v0.36.1 // indirect
282-
k8s.io/metrics v0.36.1 // indirect
283-
k8s.io/streaming v0.36.1 // indirect
281+
k8s.io/component-base v0.36.2 // indirect
282+
k8s.io/metrics v0.36.2 // indirect
283+
k8s.io/streaming v0.36.2 // indirect
284284
oras.land/oras-go/v2 v2.6.0 // indirect
285285
periph.io/x/host/v3 v3.8.5 // indirect
286286
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0 // indirect

go.sum

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -808,32 +808,32 @@ gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
808808
gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=
809809
helm.sh/helm/v3 v3.21.0 h1:9TRbaXQH+BIKLLDYlu++JsyWodS5kBBOLF7C7HY5+cs=
810810
helm.sh/helm/v3 v3.21.0/go.mod h1:5IvU6Ae6ruB/vasVHhnC1IU5RvqFM349vLYS1BiHqeY=
811-
k8s.io/api v0.36.1 h1:XbL/EMj8K2aJpJtePmqUyQMsM0D4QI2pvl7YKJ20FTY=
812-
k8s.io/api v0.36.1/go.mod h1:KOWo4ey3TINlXjeHVuwB3i+tXXnu+UcwFBHlI/9dvEo=
813-
k8s.io/apiextensions-apiserver v0.36.1 h1:6JfYmPUsuUIHuN+3QxutXYWj492RqF5fBSx67GYK5Ks=
814-
k8s.io/apiextensions-apiserver v0.36.1/go.mod h1:pLzZin90riwisdzKwv/GoTwENooytoIx5zWJb4Hkby8=
815-
k8s.io/apimachinery v0.36.1 h1:G63Gjx2W+q0YD+72Vo8oY0nDnePVwnuzTmmy5ENrVSA=
816-
k8s.io/apimachinery v0.36.1/go.mod h1:ibYOR00vW/I1kzvi5SF0dRuJ52BvKtfvRdOn35GPQ+8=
817-
k8s.io/apiserver v0.36.1 h1:iMS5V+rPUertv5P9RaqJgmHHTuh4quWpoxchvMUY+JY=
818-
k8s.io/apiserver v0.36.1/go.mod h1:Cby1PbLWztu0GDOxoO6iFOyyqIsziHNEW+w9zVQ22Kw=
819-
k8s.io/cli-runtime v0.36.1 h1:yuC/BGnnj1YYPh6D1P+pZnzinCs6DvMq86yAeNqoqzM=
820-
k8s.io/cli-runtime v0.36.1/go.mod h1:ZQWHGt8xAF7KnviB79vX0lYNyUUqKIpU+LQg7exuFAw=
821-
k8s.io/client-go v0.36.1 h1:FN/K8QIT2CEDt+2WB2HnWrUANZ50AP5GII43/SP2JR0=
822-
k8s.io/client-go v0.36.1/go.mod h1:s6rAnCtTGYDQnpNjEhSaISV+2O8jwruZ6m3QOYBFbtU=
823-
k8s.io/component-base v0.36.1 h1:iG6GsELftXqTNG9HG6kiVjatSgAw1sf5pJ6R5a6N0kA=
824-
k8s.io/component-base v0.36.1/go.mod h1:nf9XPlntRdqO6WMeEWAA5F93Y4ICZQdeT9GeqLDB3JI=
811+
k8s.io/api v0.36.2 h1:TF6YDLIzKfccK7cq9YpTcGX8TJmEkHVRv78DM51fRYY=
812+
k8s.io/api v0.36.2/go.mod h1:F4LbMO4brjZYh7yFkXWhynSvtB7YauxV4c+HHkNRGNg=
813+
k8s.io/apiextensions-apiserver v0.36.2 h1:3O5gqOj/dt2XWWbpMe+TXWpE9yU6pjM/tXxtHHJT/K4=
814+
k8s.io/apiextensions-apiserver v0.36.2/go.mod h1:cL1tBWe8XSaP1H30iWKGo7hf6iAUUUJPEU70dskmAnA=
815+
k8s.io/apimachinery v0.36.2 h1:0PE/W/WNy1UX61NLbXY5TMbJ6UwLL6E6lAPkYrKFxbQ=
816+
k8s.io/apimachinery v0.36.2/go.mod h1:fvf/HOLXq9RId0rnDIbN1OEBvHXdQbLMM8nu0LcBUf4=
817+
k8s.io/apiserver v0.36.2 h1:6vMnkmHZPeBloNkHUhmZYq7Ylv8WIB8xjyEl+eSt26E=
818+
k8s.io/apiserver v0.36.2/go.mod h1:9PoQ2ikCytrZyZg11mGhLEF5m8Rgsb5FJmYJ4Wvnl1k=
819+
k8s.io/cli-runtime v0.36.2 h1:CconTvEeV4DJs4ZX3HQKCFbFRGsm6OtuBM9yjmMP2VM=
820+
k8s.io/cli-runtime v0.36.2/go.mod h1:LddcjiMf4YlnHO7c1Y7rEtDqL84FyiYVLco7V679GUU=
821+
k8s.io/client-go v0.36.2 h1:bfgxmFKc9CgqsgX4xKLAAdmTQlWee7Ob/HlDOrJ5TBI=
822+
k8s.io/client-go v0.36.2/go.mod h1:1vgO4OAlfPnoLcb+Rze2GF5rAr14w8qjrYMoyXJzQj0=
823+
k8s.io/component-base v0.36.2 h1:Z0VH80O7Ng0HDZnZj3WRR3urEGa0kTwmO8CwEwjVK1w=
824+
k8s.io/component-base v0.36.2/go.mod h1:mGfFOA7Gwpdm1VW2cwSQYbiDIlz8GD2WGwH88QSeCyA=
825825
k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc=
826826
k8s.io/klog/v2 v2.140.0/go.mod h1:o+/RWfJ6PwpnFn7OyAG3QnO47BFsymfEfrz6XyYSSp0=
827-
k8s.io/kms v0.36.1 h1:XdvKpywoW4k7YUHDh5uYP4mahJXECswHGfCddBBYLZs=
828-
k8s.io/kms v0.36.1/go.mod h1:g91diTD9h0oJCCHkTb00krlF+Qm5HTnkWLi9Q/TpRoc=
827+
k8s.io/kms v0.36.2 h1:o0l8zMRecm38k5NyRnO/3+2YA/MR6TMGcc3KQZA76hI=
828+
k8s.io/kms v0.36.2/go.mod h1:g91diTD9h0oJCCHkTb00krlF+Qm5HTnkWLi9Q/TpRoc=
829829
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a h1:xCeOEAOoGYl2jnJoHkC3hkbPJgdATINPMAxaynU2Ovg=
830830
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a/go.mod h1:uGBT7iTA6c6MvqUvSXIaYZo9ukscABYi2btjhvgKGZ0=
831-
k8s.io/kubectl v0.36.1 h1:96HqS9twIdHM0MlJLTwbo14b9kUKPkOzZ4tlRDLv4qI=
832-
k8s.io/kubectl v0.36.1/go.mod h1:/DGPAIewKsFWF9VFgGvkPhao2Ev4SNuE3BioZo8yPbk=
833-
k8s.io/metrics v0.36.1 h1:MQPb+G4RhrKEpt8NETPssbW8QgGUc4Jbqu1jx+kPqGk=
834-
k8s.io/metrics v0.36.1/go.mod h1:xqS8XcWLjDzo6E7DJm/GfjKpRKdN5/MtJAQFuV6nLUc=
835-
k8s.io/streaming v0.36.1 h1:L+K68n4Gg940BGNNYtUBvL1WTLL0YnKT3s+P1MNAmR4=
836-
k8s.io/streaming v0.36.1/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s=
831+
k8s.io/kubectl v0.36.2 h1:rpUGGpeL09XVOLep2yle5jrtk//JA1L6ZHfkQQtVEwk=
832+
k8s.io/kubectl v0.36.2/go.mod h1:gVbQ3B/yb4bSR2ggQ7rd0W6icUSWs7sduH4e16Vii+0=
833+
k8s.io/metrics v0.36.2 h1:yfUIe2Vwx2cQAIpVYcin1JXdabrRz98oTxP2HJTxHj8=
834+
k8s.io/metrics v0.36.2/go.mod h1:Q/dNyLLzgSxPu0/e+996Du4pjutfEyyHOKgK0lkncp0=
835+
k8s.io/streaming v0.36.2 h1:NSKthPPg9UFSKsRauVJUVGH2Dvn8fhKmY4qrMkw/p98=
836+
k8s.io/streaming v0.36.2/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s=
837837
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 h1:AZYQSJemyQB5eRxqcPky+/7EdBj0xi3g0ZcxxJ7vbWU=
838838
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2/go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk=
839839
oras.land/oras-go/v2 v2.6.0 h1:X4ELRsiGkrbeox69+9tzTu492FMUu7zJQW6eJU+I2oc=

site/content/en/latest/install/gateway-addons-helm-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ An Add-ons Helm chart for Envoy Gateway
2424
| Repository | Name | Version |
2525
|------------|------|---------|
2626
| https://fluent.github.io/helm-charts | fluent-bit | 0.56.0 |
27-
| https://grafana.github.io/helm-charts | alloy | 1.8.2 |
27+
| https://grafana.github.io/helm-charts | alloy | 1.9.0 |
2828
| https://grafana.github.io/helm-charts | grafana | 10.5.15 |
2929
| https://grafana.github.io/helm-charts | loki | 7.0.0 |
3030
| https://grafana.github.io/helm-charts | tempo | 1.3.1 |
31-
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.158.0 |
32-
| https://prometheus-community.github.io/helm-charts | prometheus | 29.9.0 |
31+
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.158.1 |
32+
| https://prometheus-community.github.io/helm-charts | prometheus | 29.10.1 |
3333

3434
## Values
3535

@@ -151,7 +151,7 @@ An Add-ons Helm chart for Envoy Gateway
151151
| opentelemetry-collector.enabled | bool | `false` | |
152152
| opentelemetry-collector.fullnameOverride | string | `"otel-collector"` | |
153153
| opentelemetry-collector.image.repository | string | `"otel/opentelemetry-collector-contrib"` | |
154-
| opentelemetry-collector.image.tag | string | `"0.153.0"` | |
154+
| opentelemetry-collector.image.tag | string | `"0.154.0"` | |
155155
| opentelemetry-collector.mode | string | `"deployment"` | |
156156
| opentelemetry-collector.ports.datadog.containerPort | int | `8126` | |
157157
| opentelemetry-collector.ports.datadog.enabled | bool | `true` | |

test/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ require (
2727
google.golang.org/grpc v1.81.1
2828
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
2929
helm.sh/helm/v3 v3.21.0
30-
k8s.io/api v0.36.1
31-
k8s.io/apiextensions-apiserver v0.36.1
32-
k8s.io/apimachinery v0.36.1
33-
k8s.io/cli-runtime v0.36.1
34-
k8s.io/client-go v0.36.1
35-
k8s.io/kubectl v0.36.1
30+
k8s.io/api v0.36.2
31+
k8s.io/apiextensions-apiserver v0.36.2
32+
k8s.io/apimachinery v0.36.2
33+
k8s.io/cli-runtime v0.36.2
34+
k8s.io/client-go v0.36.2
35+
k8s.io/kubectl v0.36.2
3636
sigs.k8s.io/controller-runtime v0.24.1
3737
sigs.k8s.io/gateway-api v1.5.1
3838
sigs.k8s.io/gateway-api/conformance v1.5.1
@@ -289,12 +289,12 @@ require (
289289
gopkg.in/inf.v0 v0.9.1 // indirect
290290
gopkg.in/yaml.v2 v2.4.0 // indirect
291291
gopkg.in/yaml.v3 v3.0.1 // indirect
292-
k8s.io/apiserver v0.36.1 // indirect
293-
k8s.io/component-base v0.36.1 // indirect
292+
k8s.io/apiserver v0.36.2 // indirect
293+
k8s.io/component-base v0.36.2 // indirect
294294
k8s.io/klog/v2 v2.140.0 // indirect
295295
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
296-
k8s.io/metrics v0.36.1 // indirect
297-
k8s.io/streaming v0.36.1 // indirect
296+
k8s.io/metrics v0.36.2 // indirect
297+
k8s.io/streaming v0.36.2 // indirect
298298
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
299299
oras.land/oras-go/v2 v2.6.0 // indirect
300300
periph.io/x/host/v3 v3.8.5 // indirect

0 commit comments

Comments
 (0)