diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 7bb817f6..3bdb532d 100755 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - master tags-ignore: - "v*.*.*" pull_request: diff --git a/test/k8s-local-cluster-test/run-test b/test/k8s-local-cluster-test/run-test index fd80d9fd..7c820cfe 100755 --- a/test/k8s-local-cluster-test/run-test +++ b/test/k8s-local-cluster-test/run-test @@ -18,7 +18,7 @@ WEBHOOK_DOCKER_IMG="" OVERRIDE_PATH=0 K8S_VERSION="1.30" AEMM_URL="amazon-ec2-metadata-mock-service.default.svc.cluster.local" -AEMM_VERSION="1.8.1" +AEMM_VERSION="1.12.0" AEMM_DL_URL="https://github.com/aws/amazon-ec2-metadata-mock/releases/download/v$AEMM_VERSION/amazon-ec2-metadata-mock-$AEMM_VERSION.tgz" WEBHOOK_URL=${WEBHOOK_URL:="http://webhook-test-proxy.default.svc.cluster.local"}