Skip to content

Commit

Permalink
avoid kong:3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Oct 22, 2024
1 parent b88f9e4 commit 4ca1d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/test_helm_install_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ func TestHelmUpgrade(t *testing.T) {
values := map[string]string{
"image.tag": tc.fromVersion,
"image.repository": image,
"appVersion": helpers.GetDefaultDataPlaneImage(),
"readinessProbe.initialDelaySeconds": "1",
"readinessProbe.periodSeconds": "1",
// Disable leader election and anonymous reports for tests.
Expand Down

0 comments on commit 4ca1d82

Please sign in to comment.