From e98b7f195849225c59a0cb0c1ad9d8ad2e0bc722 Mon Sep 17 00:00:00 2001 From: Siddhesh Ghadi Date: Mon, 25 Nov 2024 09:28:01 +0530 Subject: [PATCH] Fix test Signed-off-by: Siddhesh Ghadi --- bundle/manifests/gitops-operator.clusterserviceversion.yaml | 2 +- .../e2e/parallel/1-031_validate_toolchain/01-check.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle/manifests/gitops-operator.clusterserviceversion.yaml b/bundle/manifests/gitops-operator.clusterserviceversion.yaml index 0ac8a5b29..4a383eee6 100644 --- a/bundle/manifests/gitops-operator.clusterserviceversion.yaml +++ b/bundle/manifests/gitops-operator.clusterserviceversion.yaml @@ -164,7 +164,7 @@ metadata: capabilities: Deep Insights console.openshift.io/plugins: '["gitops-plugin"]' containerImage: quay.io/redhat-developer/gitops-operator - createdAt: "2024-11-22T09:19:38Z" + createdAt: "2024-11-25T03:57:37Z" description: Enables teams to adopt GitOps principles for managing cluster configurations and application delivery across hybrid multi-cluster Kubernetes environments. features.operators.openshift.io/disconnected: "true" diff --git a/test/openshift/e2e/parallel/1-031_validate_toolchain/01-check.yaml b/test/openshift/e2e/parallel/1-031_validate_toolchain/01-check.yaml index 4748540ad..836ff359d 100644 --- a/test/openshift/e2e/parallel/1-031_validate_toolchain/01-check.yaml +++ b/test/openshift/e2e/parallel/1-031_validate_toolchain/01-check.yaml @@ -6,8 +6,8 @@ commands: set -o pipefail # These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix - expected_kustomizeVersion='v5.4.2' - expected_helmVersion='v3.15.2' + expected_kustomizeVersion='v5.4.3' + expected_helmVersion='v3.15.4' expected_argocdVersion='v2.13.1' if CI="prow"; then