From ee421fe6d16a43285f8d1d07143ca149cb5d189f Mon Sep 17 00:00:00 2001 From: Daniel Panzella Date: Thu, 1 Aug 2024 08:42:05 -0700 Subject: [PATCH] fix: Missed a permission for batch (#197) --- charts/operator/Chart.yaml | 2 +- charts/operator/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 5270ba83..5ba0fe8f 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator description: A Helm chart for Weights & Biases operator type: application -version: 1.2.3 +version: 1.2.4 appVersion: "1.0.0" maintainers: - name: wandb diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index b9e0398b..1806ca43 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -120,6 +120,7 @@ role: - delete - get - list + - patch - update - watch - apiGroups: