diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index d9b679da..038c491a 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.1.5 +version: 0.1.6 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg maintainers: diff --git a/charts/operator-wandb/templates/ingress.yaml b/charts/operator-wandb/templates/ingress.yaml index 04164684..127b8636 100644 --- a/charts/operator-wandb/templates/ingress.yaml +++ b/charts/operator-wandb/templates/ingress.yaml @@ -21,13 +21,13 @@ spec: service: name: {{ .Release.Name }}-console port: - number: 8083 + number: 8082 defaultBackend: service: {{- if eq .Values.ingress.defaultBackend "console" }} name: {{ .Release.Name }}-console port: - number: 8083 + number: 8082 {{- else }} name: {{ .Release.Name }}-app port: