Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 8baf252

Browse files
authored
Update gitops-commit-status SHA to v0.0.2 (#321)
* Update gitops-commit-status SHA to v0.0.2 * Use the SHA in the manifest so that mult-arch would work
1 parent 6a7c434 commit 8baf252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipelines/tasks/set_commit_status_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func CreateCommitStatusTask(namespace string) *pipelinev1.Task {
2828
{
2929
Container: v1.Container{
3030
Name: "set-commit-status",
31-
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:ef5b3b242bf3b42a3a5d3ff74b3c7d495c608297b7428ae57b8ece10954e7546",
31+
Image: "quay.io/redhat-developer/gitops-commit-status@sha256:b28e5d207f70fc37f5cbf79fabcfa2708459316d09e9def9647c06807d9464cd",
3232
Env: []v1.EnvVar{
3333
{
3434
Name: "GITHOSTACCESSTOKEN",

0 commit comments

Comments
 (0)