diff --git a/.github/workflows/crons-ee.yaml b/.github/workflows/crons-ee.yaml index 0792edd9a..d56440e67 100644 --- a/.github/workflows/crons-ee.yaml +++ b/.github/workflows/crons-ee.yaml @@ -110,9 +110,9 @@ jobs: cat /tmp/image_override.yaml # Deploy command - mv openreplay/charts/{ingress-nginx,crons,quickwit} /tmp + mv openreplay/charts/{ingress-nginx,utilities,quickwit} /tmp rm -rf openreplay/charts/* - mv /tmp/{ingress-nginx,crons,quickwit} openreplay/charts/ + mv /tmp/{ingress-nginx,utilities,quickwit} openreplay/charts/ helm template openreplay -n app openreplay -f vars.yaml -f /tmp/image_override.yaml --set ingress-nginx.enabled=false --set skipMigration=true --no-hooks --kube-version=$k_version | kubectl apply -f - env: DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }}