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: | 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: diff --git a/charts/ctrlplane/values.yaml b/charts/ctrlplane/values.yaml index fca8bc5..d771d5a 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: @@ -123,7 +124,7 @@ ingress: annotations: {} tls: enabled: false - secretName: "" # defaults to -tls when empty + secretName: "" # defaults to -tls when empty otel: install: true @@ -241,6 +242,7 @@ workspace-engine: name: pprof env: + BASE_URL: "{{ .Values.global.fqdn }}" GITHUB_URL: "{{ .Values.global.integrations.github.url }}" envTpls: