Skip to content

Commit

Permalink
Merge pull request #70 from frobware/makefile-export-env-variables-fo…
Browse files Browse the repository at this point in the history
…r-integration-tests

Makefile: Export BPFMAN_AGENT_IMG and BPFMAN_OPERATOR_IMG
  • Loading branch information
mergify[bot] authored Jan 2, 2025
2 parents 9b4813d + 97119e5 commit dbcf53e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ BPFMAN_AGENT_IMG ?= quay.io/bpfman/bpfman-agent:$(IMAGE_TAG)
BPFMAN_OPERATOR_IMG ?= quay.io/bpfman/bpfman-operator:$(IMAGE_TAG)
KIND_CLUSTER_NAME ?= bpfman-deployment

# These environment variable keys need to be exported as the
# integration tests expect them to be defined.
export BPFMAN_AGENT_IMG
export BPFMAN_OPERATOR_IMG

# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.25.0
K8S_CODEGEN_VERSION = v0.30.1
Expand Down

0 comments on commit dbcf53e

Please sign in to comment.