Skip to content

Commit

Permalink
fix failing kuttl test
Browse files Browse the repository at this point in the history
  • Loading branch information
reginapizza committed Jul 10, 2023
1 parent 97f6dd8 commit 538860e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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='kustomize/v5.0.1'
expected_kustomizeVersion='v5.0.1'
expected_helmVersion='v3.10.0'
expected_argocdVersion='v2.6.1'
expected_dexVersion='v2.35.1'
Expand Down Expand Up @@ -34,9 +34,7 @@ commands:
)
kustomizeVersion=$(oc -n openshift-gitops exec $gitops_server_pod \
-- kustomize version | \
awk -F':' '{ print $2 }' | \
awk '{ print $1 }'
-- kustomize version
)
helmVersion=$(oc -n openshift-gitops exec $gitops_server_pod \
-- helm version | \
Expand Down

0 comments on commit 538860e

Please sign in to comment.