Skip to content

Commit

Permalink
Change edge operator version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 23, 2025
1 parent 803e3a3 commit 259a31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
K8S_OPERATOR_IMAGE_TAG:
required: false
type: string
default: edge
default: latest
ARCHITECTURE:
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 259a31a

Please sign in to comment.