Skip to content

Commit

Permalink
add annotation to crd
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Jul 20, 2023
1 parent 0b358ce commit a193c2a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0.1.3
version: 0.1.4
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
2 changes: 2 additions & 0 deletions charts/operator/crds/wandb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
name: weightsandbiases.apps.wandb.com
spec:
group: apps.wandb.com
Expand Down

0 comments on commit a193c2a

Please sign in to comment.