From 78d13aabb19b09a764764755587e461c452cca19 Mon Sep 17 00:00:00 2001 From: Aravind Warrier Date: Mon, 20 Jul 2026 11:59:06 -0400 Subject: [PATCH] fix: Upgrade Grafana Operator to 5.22.2 --- deploy/operator/Chart.lock | 6 +++--- deploy/operator/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/operator/Chart.lock b/deploy/operator/Chart.lock index 5a1c1012..9ddadff7 100644 --- a/deploy/operator/Chart.lock +++ b/deploy/operator/Chart.lock @@ -22,9 +22,9 @@ dependencies: version: 0.58.1 - name: grafana-operator repository: https://grafana.github.io/helm-charts - version: 5.21.4 + version: 5.22.2 - name: telemetry repository: file://../telemetry version: 0.1.0 -digest: sha256:c236896848dcfa23f87e476e0ea552ffb874e294e08e614a7908019e03ee68a1 -generated: "2026-07-08T16:05:34.522143-07:00" +digest: sha256:c8fc2d9388166eaff6b9b97ca0467168a50b8745814eed70b425b422cea2709d +generated: "2026-07-20T11:55:30.771184-04:00" diff --git a/deploy/operator/Chart.yaml b/deploy/operator/Chart.yaml index a2f878a8..a5908c04 100644 --- a/deploy/operator/Chart.yaml +++ b/deploy/operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator description: A Helm chart for Weights & Biases operator type: application -version: 2.0.0-beta.1 +version: 2.0.0-beta.2 appVersion: "2.0.0-beta.1" maintainers: - name: wandb @@ -40,7 +40,7 @@ dependencies: repository: https://victoriametrics.github.io/helm-charts/ condition: victoria-metrics-operator.enabled - name: grafana-operator - version: 5.21.4 + version: 5.22.2 repository: https://grafana.github.io/helm-charts condition: grafana-operator.enabled - name: telemetry