Skip to content

Commit

Permalink
Updated the expected argocd version in toolchain test
Browse files Browse the repository at this point in the history
Signed-off-by: Anand Francis Joseph <[email protected]>
  • Loading branch information
anandf committed Aug 9, 2024
1 parent 9c174e0 commit 47910c9
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 @@ -82,8 +82,6 @@ spec:
name: gpg-keys
- emptyDir: {}
name: gpg-keyring
- emptyDir: {}
name: tmp
- name: argocd-repo-server-tls
secret:
defaultMode: 420
Expand All @@ -98,6 +96,8 @@ spec:
name: var-files
- emptyDir: {}
name: plugins
- emptyDir: {}
name: tmp
---
apiVersion: apps/v1
kind: StatefulSet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commands:
# These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
expected_kustomizeVersion='v5.2.1'
expected_helmVersion='v3.14.4'
expected_argocdVersion='v2.11.2+25f7504'
expected_argocdVersion='v2.11.6+089247d'
if CI="prow"; then
# when running against openshift-ci
Expand Down

0 comments on commit 47910c9

Please sign in to comment.