Skip to content

Commit

Permalink
update kuma version
Browse files Browse the repository at this point in the history
  • Loading branch information
randmonkey committed Mar 26, 2024
1 parent cf9f7c3 commit 18841c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kuma_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestDeployAllInOnePostgresKuma(t *testing.T) {

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

kumaVersion, err := semver.Parse(rawKumaVersion)
require.NoError(t, err)
Expand Down

0 comments on commit 18841c6

Please sign in to comment.