From 7c3615b295c7b21ee0d1e532a8cf232ebbabf2a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 9 Jul 2025 17:08:51 +0200 Subject: [PATCH] update --- deployment/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/install.sh b/deployment/install.sh index 8cc543d..79c356a 100755 --- a/deployment/install.sh +++ b/deployment/install.sh @@ -2,7 +2,7 @@ ARG1=$1 NAMESPACE=$(cat namespace) -DTRACK_VERSION=0.25.0 +DTRACK_VERSION=0.34.0 kubectl create namespace $NAMESPACE \ --dry-run=client \