Skip to content

Commit e25003e

Browse files
authored
bump source version of KIC upgrade test (#7885)
1 parent 03482d6 commit e25003e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/integration/isolated/upgrade_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ var (
4444

4545
const (
4646
defaultOldKICImageRepo = "kong/kubernetes-ingress-controller"
47-
defaultOldKICImageTag = "3.4.4"
47+
// 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"
4850
)
4951

5052
func TestUpgradeKICWithExistingPlugins(t *testing.T) {

0 commit comments

Comments
 (0)