Skip to content

Commit

Permalink
fix: Missed a permission for batch (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella authored Aug 1, 2024
1 parent b775d95 commit ee421fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/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: 1.2.3
version: 1.2.4
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
1 change: 1 addition & 0 deletions charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ role:
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
Expand Down

0 comments on commit ee421fe

Please sign in to comment.