Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhesh Ghadi <[email protected]>
  • Loading branch information
svghadi authored and openshift-cherrypick-robot committed Nov 25, 2024
1 parent d0652da commit e98b7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e98b7f1

Please sign in to comment.