Skip to content

Commit 3fdf55f

Browse files
author
Triona Doyle
committed
Update component versions for 1.19
Signed-off-by: Triona Doyle <tekton@example.com>
1 parent 6d527db commit 3fdf55f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/openshift/e2e/ginkgo/parallel/1-031_validate_toolchain_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
8585
It("verifies that toolchain versions have the expected values", func() {
8686

8787
// These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
88-
expected_kustomizeVersion := "v5.7.0"
89-
expected_helmVersion := "v3.18.4"
90-
expected_argocdVersion := "v3.1.5"
88+
expected_kustomizeVersion := "v5.7.1"
89+
expected_helmVersion := "v3.18.6"
90+
expected_argocdVersion := "v3.1.16"
9191

9292
var expected_dexVersion string
9393
var expected_redisVersion string
@@ -99,8 +99,8 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
9999

100100
} else {
101101
// when running against RC/ released version of gitops
102-
expected_dexVersion = "v2.43.0"
103-
expected_redisVersion = "7.2.10"
102+
expected_dexVersion = "v2.43.1"
103+
expected_redisVersion = "7.2.11"
104104
}
105105

106106
By("locating pods containing toolchain in openshift-gitops")

0 commit comments

Comments
 (0)