diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 413e8624..90b64532 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.1 +version: 1.2.2 appVersion: "1.0.0" maintainers: - name: wandb diff --git a/charts/operator/values.yaml b/charts/operator/values.yaml index 6a4a62ec..65c08ab8 100644 --- a/charts/operator/values.yaml +++ b/charts/operator/values.yaml @@ -100,6 +100,18 @@ role: - list - update - watch + - apiGroups: + - batch + resources: + - cronjobs + - jobs + verbs: + - create + - delete + - get + - list + - update + - watch - apiGroups: - networking.k8s.io resources: