Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions deploy/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail
make lint
make test

Repository: wandb/operator

Length of output: 194


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '\n== Chart.yaml ==\n'
cat -n deploy/operator/Chart.yaml

printf '\n== Chart.lock ==\n'
cat -n deploy/operator/Chart.lock

printf '\n== version-related docs ==\n'
rg -n --hidden --glob '!**/.git/**' -e 'appVersion|chart version|version together|release metadata|operator versions' README.md docs deploy/operator .github || true

Repository: wandb/operator

Length of output: 4097


🏁 Script executed:

#!/usr/bin/env bash
set -euo pipefail

printf '\n== docs/releasing.md ==\n'
sed -n '1,40p' docs/releasing.md

printf '\n== .github/workflows/release.yaml ==\n'
sed -n '55,85p' .github/workflows/release.yaml

printf '\n== .github/workflows/internal-chart-publish.yaml ==\n'
sed -n '1,95p' .github/workflows/internal-chart-publish.yaml

Repository: wandb/operator

Length of output: 6274


Align appVersion with the chart version

deploy/operator/Chart.yaml:5-6 — bump appVersion to 2.0.0-beta.2 as well. The release workflow expects version, appVersion, and the operator image tag to match.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@deploy/operator/Chart.yaml` at line 5, Update the appVersion field in
Chart.yaml to 2.0.0-beta.2 so it matches the chart version and operator image
tag.

Source: Coding guidelines

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version: 2.0.0-beta.2
version: 2.0.0-beta.1

appVersion: "2.0.0-beta.1"
maintainers:
- name: wandb
Expand Down Expand Up @@ -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
Expand Down
Loading