Skip to content

Commit fef28de

Browse files
committed
change expected versions
Signed-off-by: Varsha B <vab@redhat.com>
1 parent 3eac643 commit fef28de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,22 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
8787
// These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
8888
expected_kustomizeVersion := "v5.8.1"
8989
expected_helmVersion := "v3.19.4"
90-
expected_argocdVersion := "v3.3.9"
9190

9291
var expected_dexVersion string
9392
var expected_redisVersion string
93+
var expected_argocdVersion string
9494

9595
if os.Getenv("CI") == "prow" {
9696
// when running against openshift-ci
9797
expected_dexVersion = "v2.43.0"
9898
expected_redisVersion = "8.2.3"
99+
expected_argocdVersion = "v3.3.2"
99100

100101
} else {
101102
// when running against RC/ released version of gitops
102103
expected_dexVersion = "v2.43.1"
103104
expected_redisVersion = "7.2.11"
105+
expected_argocdVersion = "v3.3.9"
104106
}
105107

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

0 commit comments

Comments
 (0)