Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ variables: DOCKER_DRIVER: overlay2 # See https://gitlab.com/gitlab-org/cluster-integration/helm-install-image/container_registry/3232113 HELM_INSTALL_IMAGE_VERSION: v0.244-helm-3.7.2-kube-1.21.14-alpine-3.15 HELM_INSTALL_IMAGE_VERSION: v0.254-helm-3.9.3-kube-1.24.3-alpine-3.15 GLIBC_VERSION: 2.31-r0 Loading assets/auto-deploy-app/test/templates/deployment_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ func TestDeploymentTemplate(t *testing.T) { CaseName: "long release name", Release: strings.Repeat("r", 80), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* exceeds max length of 53"), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* length must not be longer than 53"), }, { CaseName: "strategyType", Loading assets/auto-deploy-app/test/templates/workerdeployment_test.go +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ func TestWorkerDeploymentTemplate(t *testing.T) { CaseName: "long release name", Release: strings.Repeat("r", 80), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* exceeds max length of 53"), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* length must not be longer than 53"), }, { CaseName: "strategyType", Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,8 @@ variables: DOCKER_DRIVER: overlay2 # See https://gitlab.com/gitlab-org/cluster-integration/helm-install-image/container_registry/3232113 HELM_INSTALL_IMAGE_VERSION: v0.244-helm-3.7.2-kube-1.21.14-alpine-3.15 HELM_INSTALL_IMAGE_VERSION: v0.254-helm-3.9.3-kube-1.24.3-alpine-3.15 GLIBC_VERSION: 2.31-r0 Loading
assets/auto-deploy-app/test/templates/deployment_test.go +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ func TestDeploymentTemplate(t *testing.T) { CaseName: "long release name", Release: strings.Repeat("r", 80), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* exceeds max length of 53"), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* length must not be longer than 53"), }, { CaseName: "strategyType", Loading
assets/auto-deploy-app/test/templates/workerdeployment_test.go +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ func TestWorkerDeploymentTemplate(t *testing.T) { CaseName: "long release name", Release: strings.Repeat("r", 80), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* exceeds max length of 53"), ExpectedErrorRegexp: regexp.MustCompile("Error: release name .* length must not be longer than 53"), }, { CaseName: "strategyType", Loading