Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: saumeya <[email protected]>
  • Loading branch information
saumeya committed Oct 15, 2024
1 parent fc7b82b commit 161d504
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/k8s/1-044_validate_rollout_extension/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ spec:
spec:
initContainers:
- name: rollout-extension
image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.5
image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.8
env:
- name: EXTENSION_URL
value: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.5/extension.tar
value: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.6/extension.tar
volumeMounts:
- name: extensions
mountPath: /tmp/extensions/
Expand Down
4 changes: 2 additions & 2 deletions tests/k8s/1-044_validate_rollout_extension/02-errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ spec:
spec:
initContainers:
- name: rollout-extension
image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.5
image: quay.io/argoprojlabs/argocd-extension-installer:v0.0.8
env:
- name: EXTENSION_URL
value: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.5/extension.tar
value: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.3.6/extension.tar
volumeMounts:
- name: extensions
mountPath: /tmp/extensions/
Expand Down

0 comments on commit 161d504

Please sign in to comment.