diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 5f8fd7c0..64f2bb8c 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -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: {} @@ -39,10 +42,6 @@ global: user: "wandb" password: "" - hosts: - domain: domain.com - https: false - oidc: clientId: "" secret: "" diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index c40190c2..f71b26e8 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -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 diff --git a/charts/operator/crds/wandb.yaml b/charts/operator/crds/wandb.yaml index 63062563..f692cf66 100644 --- a/charts/operator/crds/wandb.yaml +++ b/charts/operator/crds/wandb.yaml @@ -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