We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9f7c3 commit 18841c6Copy full SHA for 18841c6
test/e2e/kuma_test.go
@@ -67,7 +67,7 @@ func TestDeployAllInOnePostgresKuma(t *testing.T) {
67
68
// buildKumaAddon returns a Kuma addon with mTLS enabled and the version specified in the test dependencies file.
69
func buildKumaAddon(t *testing.T) *kuma.Addon {
70
- const rawKumaVersion = "2.6.0"
+ const rawKumaVersion = "2.5.4"
71
72
kumaVersion, err := semver.Parse(rawKumaVersion)
73
require.NoError(t, err)
0 commit comments