Skip to content

Commit 47910c9

Browse files
committed
Updated the expected argocd version in toolchain test
Signed-off-by: Anand Francis Joseph <[email protected]>
1 parent 9c174e0 commit 47910c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/openshift/e2e/parallel/1-019_validate_volume_mounts/01-assert.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ spec:
8282
name: gpg-keys
8383
- emptyDir: {}
8484
name: gpg-keyring
85-
- emptyDir: {}
86-
name: tmp
8785
- name: argocd-repo-server-tls
8886
secret:
8987
defaultMode: 420
@@ -98,6 +96,8 @@ spec:
9896
name: var-files
9997
- emptyDir: {}
10098
name: plugins
99+
- emptyDir: {}
100+
name: tmp
101101
---
102102
apiVersion: apps/v1
103103
kind: StatefulSet

test/openshift/e2e/parallel/1-031_validate_toolchain/01-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commands:
88
# These variables need to be maintained according to the component matrix: https://spaces.redhat.com/display/GITOPS/GitOps+Component+Matrix
99
expected_kustomizeVersion='v5.2.1'
1010
expected_helmVersion='v3.14.4'
11-
expected_argocdVersion='v2.11.2+25f7504'
11+
expected_argocdVersion='v2.11.6+089247d'
1212
1313
if CI="prow"; then
1414
# when running against openshift-ci

0 commit comments

Comments
 (0)