Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update e2e test image #1280

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonobuoy-config:
plugin-name: azure-arc-ci-conformance
result-format: junit
spec:
image: mcr.microsoft.com/azuremonitor/containerinsights/cidev:ciconftest11082022
image: mcr.microsoft.com/azuremonitor/containerinsights/cidev:ciconftest06172024
imagePullPolicy: Always
name: plugin
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ data:
- name: AZURE_CLOUD
value: "AZURE_PUBLIC_CLOUD"
# image tag should be updated if new tests being added after this image
image: mcr.microsoft.com/azuremonitor/containerinsights/cidev:ciconftest11082022
image: mcr.microsoft.com/azuremonitor/containerinsights/cidev:ciconftest06172024
imagePullPolicy: IfNotPresent
name: plugin
resources: {}
Expand Down
Loading