From 3817889c633642cf17e7f5ce09b2eedd2773ecad Mon Sep 17 00:00:00 2001 From: Tyler Gillson Date: Thu, 19 Sep 2024 15:59:35 -0400 Subject: [PATCH] chore: add K8S_VERSION to sample env Signed-off-by: Tyler Gillson --- test/env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/test/env.example b/test/env.example index 65f4e8f..befe472 100644 --- a/test/env.example +++ b/test/env.example @@ -36,6 +36,7 @@ export OCI_REGISTRY=${OCI_REGISTRY:-ttl.sh} export STYLUS_BRANCH=${STYLUS_BRANCH:-2-node} export PROVIDER_K3S_BRANCH=${PROVIDER_K3S_BRANCH:-two-node} export PE_VERSION=4.4.12 +export K8S_VERSION=1.29.6 # two node vars export TWO_NODE_BACKEND=postgres