From 3cef6c1114d0c888dcd6a17d597f39e0b5f9625a Mon Sep 17 00:00:00 2001 From: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:51:40 +0000 Subject: [PATCH] chore(chart-deps): update otel-operator to version 0.99.2 --- chart/chart-index/Chart.yaml | 2 +- charts/otel-operator/Chart.yaml | 2 +- charts/otel-operator/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/chart-index/Chart.yaml b/chart/chart-index/Chart.yaml index c2bd3be54e..ab88289da8 100644 --- a/chart/chart-index/Chart.yaml +++ b/chart/chart-index/Chart.yaml @@ -85,7 +85,7 @@ dependencies: repository: https://oauth2-proxy.github.io/manifests - name: opentelemetry-operator alias: otel-operator - version: 0.99.1 + version: 0.99.2 repository: https://open-telemetry.github.io/opentelemetry-helm-charts - name: policy-reporter version: 3.5.0 diff --git a/charts/otel-operator/Chart.yaml b/charts/otel-operator/Chart.yaml index e0e94c3ec7..7ff7b27df6 100644 --- a/charts/otel-operator/Chart.yaml +++ b/charts/otel-operator/Chart.yaml @@ -12,4 +12,4 @@ name: opentelemetry-operator sources: - https://github.com/open-telemetry/opentelemetry-operator type: application -version: 0.99.1 +version: 0.99.2 diff --git a/charts/otel-operator/values.yaml b/charts/otel-operator/values.yaml index 2c674b4786..2ddf917eb1 100644 --- a/charts/otel-operator/values.yaml +++ b/charts/otel-operator/values.yaml @@ -240,7 +240,7 @@ kubeRBACProxy: enabled: true image: repository: quay.io/brancz/kube-rbac-proxy - tag: v0.19.1 + tag: v0.20.0 ports: proxyPort: 8443 resources: {}