Skip to content

Commit

Permalink
Update operator crd
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 22, 2023
1 parent d1edd0e commit 2a9e381
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

# The global properties are used to configure multiple charts at once.
global:
# This should be the fqdn of where your users will be accessing the instance.
host: "http://localhost:8080"

storageClass: ""
common:
labels: {}
Expand Down Expand Up @@ -39,10 +42,6 @@ global:
user: "wandb"
password: ""

hosts:
domain: domain.com
https: false

oidc:
clientId: ""
secret: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: operator
description: A Helm chart for Weights & Biases operator
type: application
version: 1.0.0
appVersion: "1.0.1"
version: 1.0.2
appVersion: "1.0.0"
maintainers:
- name: wandb
email: support@wandb.com
Expand Down
4 changes: 2 additions & 2 deletions charts/operator/crds/wandb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ spec:
spec:
description: WeightsAndBiasesSpec defines the desired state of WeightsAndBiases
properties:
config:
chart:
description: Unstructured values for rendering CDK8s Config.
type: object
x-kubernetes-preserve-unknown-fields: true
release:
values:
description: Unstructured values for rendering CDK8s Config.
type: object
x-kubernetes-preserve-unknown-fields: true
Expand Down

0 comments on commit 2a9e381

Please sign in to comment.