Skip to content

Commit 18841c6

Browse files
committed
update kuma version
1 parent cf9f7c3 commit 18841c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/kuma_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestDeployAllInOnePostgresKuma(t *testing.T) {
6767

6868
// buildKumaAddon returns a Kuma addon with mTLS enabled and the version specified in the test dependencies file.
6969
func buildKumaAddon(t *testing.T) *kuma.Addon {
70-
const rawKumaVersion = "2.6.0"
70+
const rawKumaVersion = "2.5.4"
7171

7272
kumaVersion, err := semver.Parse(rawKumaVersion)
7373
require.NoError(t, err)

0 commit comments

Comments
 (0)