From 49a02e3c84a19557afea6929424ebc02e0fcc206 Mon Sep 17 00:00:00 2001 From: Simon KP Date: Mon, 5 Jan 2026 16:45:06 +0800 Subject: [PATCH] Update common helm chart to v0.2.1 Includes fix for serviceAccountName not being set when create=false. --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d7bc60f3e..bd41ab776 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -156,7 +156,7 @@ jobs: timeout: 5m0s name: ${{ env.SERVICE_NAME }} chart-repository: https://techops-services.github.io/helm-charts - version: 0.0.33 + version: 0.2.1 atomic: true - name: Deploying Job Spawner to Kubernetes with Helm @@ -171,5 +171,5 @@ jobs: timeout: 5m0s name: keeperhub-job-spawner chart-repository: https://techops-services.github.io/helm-charts - version: 0.0.33 + version: 0.2.1 atomic: true