Commit 44d7f292 authored by Dmitry Stoyanov's avatar Dmitry Stoyanov
Browse files

feat: added support of new ingress apiVersion

Upgrade chartName version in tests to 2.5.0
parent 46504d81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ import (
)

const (
	chartName     = "auto-deploy-app-2.4.0"
	chartName     = "auto-deploy-app-2.5.0"
	helmChartPath = "../.."
)