Skip to content

Commit

Permalink
Merge pull request #687 from jvanz/update-policy-server-version-used-…
Browse files Browse the repository at this point in the history
…in-tests

chore: update policy server version used in tests.
  • Loading branch information
jvanz authored Mar 20, 2024
2 parents 770fe48 + ea07fdf commit eaf4dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENVTEST_K8S_VERSION = 1.29
# K3S_TESTCONTAINER_VERSION refers to the version of k3s testcontainer to be used by envtest to run integration tests.
K3S_TESTCONTAINER_VERSION = v1.29.1-k3s2
# POLICY_SERVER_VERSION refers to the version of the policy server to be used by integration tests.
POLICY_SERVER_VERSION = v1.10.0
POLICY_SERVER_VERSION = v1.11.0
# Binary directory
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
BIN_DIR := $(abspath $(ROOT_DIR)/bin)
Expand Down

0 comments on commit eaf4dd9

Please sign in to comment.