diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index d7a7a27e..a91ab923 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator-wandb description: A Helm chart for deploying W&B to Kubernetes type: application -version: 0.11.6 +version: 0.12.0 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg diff --git a/charts/operator-wandb/charts/console/templates/deployment.yaml b/charts/operator-wandb/charts/console/templates/deployment.yaml index 0a0e6502..fb8c01b6 100644 --- a/charts/operator-wandb/charts/console/templates/deployment.yaml +++ b/charts/operator-wandb/charts/console/templates/deployment.yaml @@ -54,9 +54,9 @@ spec: value: {{ .Release.Name }}-app:8080 - name: OPERATOR_NAMESPACE value: {{ .Values.global.operator.namespace }} - - name: INSTANCE_NAME + - name: RELEASE_NAME value: {{ $.Release.Name }} - - name: INSTANCE_NAMESPACE + - name: RELEASE_NAMESPACE value: {{ $.Release.Namespace }} - name: PROMETHEUS_SERVER value: "http://{{ $.Release.Name }}-prometheus-server" @@ -70,15 +70,15 @@ spec: {{- include "wandb.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }} livenessProbe: httpGet: - path: /healthz + path: /api/healthz port: http readinessProbe: httpGet: - path: /ready + path: /api/ready port: http startupProbe: httpGet: - path: /ready + path: /api/ready port: http failureThreshold: 120