We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03482d6 commit e25003eCopy full SHA for e25003e
1 file changed
test/integration/isolated/upgrade_test.go
@@ -44,7 +44,9 @@ var (
44
45
const (
46
defaultOldKICImageRepo = "kong/kubernetes-ingress-controller"
47
- defaultOldKICImageTag = "3.4.4"
+ // Use the version that sets routes' protocol to `http,https` explicitly
48
+ // to be compatible with newer version of Kong gateway that sets the default protocols to `https` only.
49
+ defaultOldKICImageTag = "3.4.12"
50
)
51
52
func TestUpgradeKICWithExistingPlugins(t *testing.T) {
0 commit comments