Skip to content

Commit

Permalink
Merge pull request #388 from mshaposhnik/update_runner
Browse files Browse the repository at this point in the history
Update runner images to the recent version
  • Loading branch information
ifireball authored Jan 13, 2025
2 parents 1b1d1d0 + 7f5d3c2 commit c35189c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:01c7670e81d5120347cf0ad13372742489985e5f@sha256:246adeaaba600e207131d63a7f706cffdcdc37d8f600c56187123ec62823ff44
image: quay.io/redhat-appstudio/multi-platform-runner:0e55eb996181ec207bf60badc7d3331d6a11c113@sha256:fe5f34be30b0945967fc2b3a4f3da675e475c77e6333c5e56c444ca10b09a2e5
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:01c7670e81d5120347cf0ad13372742489985e5f@sha256:246adeaaba600e207131d63a7f706cffdcdc37d8f600c56187123ec62823ff44
image: quay.io/redhat-appstudio/multi-platform-runner:0e55eb996181ec207bf60badc7d3331d6a11c113@sha256:fe5f34be30b0945967fc2b3a4f3da675e475c77e6333c5e56c444ca10b09a2e5
imagePullPolicy: IfNotPresent
script: |
#!/bin/bash
Expand Down

0 comments on commit c35189c

Please sign in to comment.