diff --git a/.github/workflows/utilities.yaml b/.github/workflows/utilities.yaml index 15f7a5f97..82d84cf15 100644 --- a/.github/workflows/utilities.yaml +++ b/.github/workflows/utilities.yaml @@ -52,12 +52,7 @@ jobs: sed -i "s#domain_name.*#domain_name: \"foss.openreplay.com\" #g" vars.yaml sed -i "s#kubeconfig.*#kubeconfig_path: ${KUBECONFIG}#g" vars.yaml sed -i "s/image_tag:.*/image_tag: \"$IMAGE_TAG\"/g" vars.yaml - # bash kube-install.sh --app utilities - # Deploy command - mv openreplay/charts/{ingress-nginx,assist,quickwit} /tmp - rm -rf openreplay/charts/* - mv /tmp/{ingress-nginx,assist,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 - + bash kube-install.sh --app utilities env: DOCKER_REPO: ${{ secrets.OSS_REGISTRY_URL }} IMAGE_TAG: ${{ github.ref_name }}_${{ github.sha }} diff --git a/utilities/Dockerfile b/utilities/Dockerfile index bd47e1c71..8f4d98549 100644 --- a/utilities/Dockerfile +++ b/utilities/Dockerfile @@ -21,4 +21,4 @@ USER 1001 ADD --chown=1001 https://static.openreplay.com/geoip/GeoLite2-Country.mmdb $MAXMINDDB_FILE ENTRYPOINT ["/sbin/tini", "--"] -CMD npm start +CMD npm start \ No newline at end of file