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