From 11f1dd0e915e835a6c858ad2a80918e8a846fb16 Mon Sep 17 00:00:00 2001 From: YZ775 Date: Fri, 20 Sep 2024 06:26:48 +0000 Subject: [PATCH] downgrade ct to 0.9.3 --- mtest/Makefile | 2 +- sonobuoy/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mtest/Makefile b/mtest/Makefile index e15a71ff..51f502b2 100644 --- a/mtest/Makefile +++ b/mtest/Makefile @@ -6,7 +6,7 @@ VAULT_VERSION = 1.17.2 K8S_VERSION = 1.30.5 CONTAINERD_VERSION = 1.7.21 CRITOOLS_VERSION = 1.31.1 -CT_VERSION = 0.9.4 +CT_VERSION = 0.9.3 # configuration variables BRIDGE_ADDRESS = 10.0.0.1 diff --git a/sonobuoy/Makefile b/sonobuoy/Makefile index 9fc1f3f2..81557c49 100644 --- a/sonobuoy/Makefile +++ b/sonobuoy/Makefile @@ -2,7 +2,7 @@ SONOBUOY_VERSION = 0.57.2 KUBECTL_VERSION = 1.30.5 DOCKER_COMPOSE_VERSION = 2.29.6 -CT_VERSION = 0.9.4 +CT_VERSION = 0.9.3 ### Unconfigurable CURL = curl -fsL