Skip to content

Commit 11f1dd0

Browse files
committed
downgrade ct to 0.9.3
1 parent 3f7c9b0 commit 11f1dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mtest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VAULT_VERSION = 1.17.2
66
K8S_VERSION = 1.30.5
77
CONTAINERD_VERSION = 1.7.21
88
CRITOOLS_VERSION = 1.31.1
9-
CT_VERSION = 0.9.4
9+
CT_VERSION = 0.9.3
1010

1111
# configuration variables
1212
BRIDGE_ADDRESS = 10.0.0.1

sonobuoy/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SONOBUOY_VERSION = 0.57.2
33
KUBECTL_VERSION = 1.30.5
44
DOCKER_COMPOSE_VERSION = 2.29.6
5-
CT_VERSION = 0.9.4
5+
CT_VERSION = 0.9.3
66

77
### Unconfigurable
88
CURL = curl -fsL

0 commit comments

Comments
 (0)