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

Revert "Update runner images to the recent version" #391

Merged
merged 1 commit into from
Jan 15, 2025
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 deploy/operator/provision-shared-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
value: $(params.SUDO_COMMANDS)
steps:
- name: provision
image: quay.io/redhat-appstudio/multi-platform-runner:0e55eb996181ec207bf60badc7d3331d6a11c113@sha256:fe5f34be30b0945967fc2b3a4f3da675e475c77e6333c5e56c444ca10b09a2e5
image: quay.io/redhat-appstudio/multi-platform-runner:01c7670e81d5120347cf0ad13372742489985e5f@sha256:246adeaaba600e207131d63a7f706cffdcdc37d8f600c56187123ec62823ff44
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /tls
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator/update-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- name: ssh
steps:
- name: update
image: quay.io/redhat-appstudio/multi-platform-runner:0e55eb996181ec207bf60badc7d3331d6a11c113@sha256:fe5f34be30b0945967fc2b3a4f3da675e475c77e6333c5e56c444ca10b09a2e5
image: quay.io/redhat-appstudio/multi-platform-runner:01c7670e81d5120347cf0ad13372742489985e5f@sha256:246adeaaba600e207131d63a7f706cffdcdc37d8f600c56187123ec62823ff44
imagePullPolicy: IfNotPresent
script: |
#!/bin/bash
Expand Down
Loading