chore(actions): changing chart
This commit is contained in:
parent
d028d31cba
commit
734baf2d41
1 changed files with 2 additions and 2 deletions
4
.github/workflows/crons-ee.yaml
vendored
4
.github/workflows/crons-ee.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue