From 5ace8ff9387541107fcf4af814c8b24d4adaacea Mon Sep 17 00:00:00 2001 From: Zachary Blasczyk <77289967+wandb-zacharyblasczyk@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:42:25 -0500 Subject: [PATCH 1/3] Enable ingress flag --- charts/operator-wandb/templates/ingress.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/operator-wandb/templates/ingress.yaml b/charts/operator-wandb/templates/ingress.yaml index 0985b62c..b204845f 100644 --- a/charts/operator-wandb/templates/ingress.yaml +++ b/charts/operator-wandb/templates/ingress.yaml @@ -20,6 +20,7 @@ spec: ingress: class: {{ .Values.ingress.class }} {{- end }} +{{- if .Values.ingress.install }} --- apiVersion: networking.k8s.io/v1 kind: Ingress @@ -77,4 +78,5 @@ spec: name: {{ $.Release.Name }}-console port: number: 8082 - {{- end }} \ No newline at end of file + {{- end }} +{{- end }} From 1961dea8bd2b488c59ea5ead3d499b40ed93d190 Mon Sep 17 00:00:00 2001 From: Zachary Blasczyk <77289967+wandb-zacharyblasczyk@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:43:21 -0500 Subject: [PATCH 2/3] Ingress Flag --- charts/operator-wandb/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index a694163e..5cd27b1a 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -103,6 +103,7 @@ global: runUpdatesShadowTopic: "" ingress: + install: true nameOverride: "" defaultBackend: "app" annotations: {} From 4e8b03e527eaa5aaefec845f9e7576da46a43751 Mon Sep 17 00:00:00 2001 From: Zachary Blasczyk <77289967+wandb-zacharyblasczyk@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:46:22 -0500 Subject: [PATCH 3/3] Update Chart.yaml --- charts/operator-wandb/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index afbc6f01..425fddbf 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.12.6 +version: 0.12.7 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg