Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
// These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
expected_kustomizeVersion := "v5.7.0"
expected_helmVersion := "v3.18.4"
expected_argocdVersion := "v3.1.9"
expected_argocdVersion := "v3.1.11"

var expected_dexVersion string
var expected_redisVersion string
Expand All @@ -99,7 +99,7 @@ var _ = Describe("GitOps Operator Parallel E2E Tests", func() {

} else {
// when running against RC/ released version of gitops
expected_dexVersion = "v2.41.1"
expected_dexVersion = "v2.43.1"
expected_redisVersion = "7.2.11"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package parallel
package sequential

import (
"context"
Expand All @@ -30,7 +30,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
)

var _ = Describe("GitOps Operator Parallel E2E Tests", func() {
var _ = Describe("GitOps Operator Sequential E2E Tests", func() {

Context("1-077_validate_disable_dex_removed", func() {

Expand Down