diff --git a/.github/workflows/assist-server-ee.yaml b/.github/workflows/assist-server-ee.yaml index 653495cc6..184a0d8ca 100644 --- a/.github/workflows/assist-server-ee.yaml +++ b/.github/workflows/assist-server-ee.yaml @@ -102,7 +102,7 @@ jobs: done - name: Deploy to kubernetes run: | - cd ../../scripts/helmcharts/ + cd ../scripts/helmcharts/ # Update changed image tag sed -i "/assist-server/{n;n;n;s/.*/ tag: ${IMAGE_TAG}/}" /tmp/image_override.yaml