-
Notifications
You must be signed in to change notification settings - Fork 81
Update gitops-commit-status SHA to v0.0.2 #321
Update gitops-commit-status SHA to v0.0.2 #321
Conversation
@@ -28,7 +28,7 @@ func CreateCommitStatusTask(namespace string) *pipelinev1.Task { | |||
{ | |||
Container: v1.Container{ | |||
Name: "set-commit-status", | |||
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:ef5b3b242bf3b42a3a5d3ff74b3c7d495c608297b7428ae57b8ece10954e7546", | |||
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:bce4bd73d5394551f0640a6f07f5fef6d5d54bbf201c3d9b5ecc9a7ff86dd988", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be the shasum of the manifest list:
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:bce4bd73d5394551f0640a6f07f5fef6d5d54bbf201c3d9b5ecc9a7ff86dd988", | |
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:b28e5d207f70fc37f5cbf79fabcfa2708459316d09e9def9647c06807d9464cd", |
/lgtm |
@yselkowitz: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ishitasequeira The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
What does this PR do / why we need it:
This PR update the SHA of
gitops-commit-status
container image to pick up v0.0.2 which includes multi arch supports (amd64, ppc64le and s390x)Have you updated the necessary documentation?
Which issue(s) this PR fixes:
https://issues.redhat.com/browse/GITOPS-2162
Fixes #?
How to test changes / Special notes to the reviewer: