From c9738c9f51685e6310b8dddf35151ea85166e712 Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Fri, 17 Apr 2026 13:11:07 -0700 Subject: [PATCH 1/5] chore: pass baseurl to workspace engine --- charts/ctrlplane/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/ctrlplane/values.yaml b/charts/ctrlplane/values.yaml index fca8bc5..c021f96 100644 --- a/charts/ctrlplane/values.yaml +++ b/charts/ctrlplane/values.yaml @@ -241,6 +241,7 @@ workspace-engine: name: pprof env: + BASE_URL: "{{ .Values.global.fqdn }}" GITHUB_URL: "{{ .Values.global.integrations.github.url }}" envTpls: From 611de6966b5541a852a8930875a45f41d322eb02 Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Fri, 17 Apr 2026 13:36:23 -0700 Subject: [PATCH 2/5] bump chart version --- charts/ctrlplane/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index 946a96d..378ea0b 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ctrlplane description: Ctrlplane Helm chart for Kubernetes type: application -version: 1.1.0 +version: 1.1.1 appVersion: 1.0.0 maintainers: From 80903e48ab2b2a5d7021800ad01eb10095a8e03a Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Fri, 17 Apr 2026 13:39:28 -0700 Subject: [PATCH 3/5] fix lint test --- .github/workflows/lint-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index faeefbb..9946692 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -26,6 +26,9 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.1 + - name: Install wandb chart repository + run: helm repo add wandb https://charts.wandb.ai + - name: Run chart-testing (list-changed) id: list-changed run: | From 50b602c11fdcbd68283ea4270d6e93ffcb72810a Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Fri, 17 Apr 2026 13:42:17 -0700 Subject: [PATCH 4/5] ifx --- charts/ctrlplane/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/ctrlplane/values.yaml b/charts/ctrlplane/values.yaml index c021f96..3f76ea9 100644 --- a/charts/ctrlplane/values.yaml +++ b/charts/ctrlplane/values.yaml @@ -8,7 +8,8 @@ global: # Secret management (propagated to subcharts via global). # When empty, secrets are auto-generated by the chart. - # To reference externally managed secrets (e.g. ExternalSecrets), use valueFrom. + # To reference externally managed secrets (e.g. ExternalSecrets), + # use valueFrom. secrets: authSecret: "" # authSecret: From 944f84b3a54c2276dd64833c4497921662b1767a Mon Sep 17 00:00:00 2001 From: Aditya Choudhari Date: Fri, 17 Apr 2026 13:44:02 -0700 Subject: [PATCH 5/5] fix --- charts/ctrlplane/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ctrlplane/values.yaml b/charts/ctrlplane/values.yaml index 3f76ea9..d771d5a 100644 --- a/charts/ctrlplane/values.yaml +++ b/charts/ctrlplane/values.yaml @@ -124,7 +124,7 @@ ingress: annotations: {} tls: enabled: false - secretName: "" # defaults to -tls when empty + secretName: "" # defaults to -tls when empty otel: install: true