diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae04224..3560a28 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: K8S_OPERATOR_IMAGE_TAG: required: false type: string - default: edge + default: latest ARCHITECTURE: required: false type: string diff --git a/tests/Makefile b/tests/Makefile index ede44ad..ce85885 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -29,7 +29,7 @@ operator: helm repo add k8s-agents-operator https://newrelic.github.io/k8s-agents-operator helm upgrade --install k8s-agents-operator k8s-agents-operator/k8s-agents-operator \ --set=licenseKey=${NEW_RELIC_LICENSE_KEY} \ - --set=controllerManager.manager.image.version=edge + --set=controllerManager.manager.image.version=latest sleep 5 kubectl wait --for=condition=Ready pods $$(kubectl get pods | grep k8s-agents-operator | cut -d" " -f1)