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

chore(deps): update gcr.io/k8s-staging-boskos/boskosctl docker digest to bb32e5b #1416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions apps/prod/tekton/configs/tasks/boskos-acquire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
description: The name of the leased resource
steps:
- name: boskosctl-acquire
image: gcr.io/k8s-staging-boskos/boskosctl@sha256:a7fc984732c5dd0b4e0fe0a92e2730fa4b6bddecd0f6f6c7c6b5501abe4ab105
image: gcr.io/k8s-staging-boskos/boskosctl@sha256:bb32e5b7f7a861325d6e313ce096ca94e4e22a97bb1ab332db3913fb4f8d702b
script: |
RESOURCE=$(boskosctl acquire \
--server-url=$(params.server-url) \
Expand All @@ -64,7 +64,7 @@ spec:
kubernetes.io/arch: amd64
containers:
- name: heartbeat
image: gcr.io/k8s-staging-boskos/boskosctl@sha256:a7fc984732c5dd0b4e0fe0a92e2730fa4b6bddecd0f6f6c7c6b5501abe4ab105
image: gcr.io/k8s-staging-boskos/boskosctl@sha256:bb32e5b7f7a861325d6e313ce096ca94e4e22a97bb1ab332db3913fb4f8d702b
args:
- heartbeat
- --server-url=$(params.server-url)
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/tekton/configs/tasks/boskos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
description: A string that identifies the owner of the leased resource to request.
steps:
- name: boskosctl-release
image: gcr.io/k8s-staging-boskos/boskosctl@sha256:a7fc984732c5dd0b4e0fe0a92e2730fa4b6bddecd0f6f6c7c6b5501abe4ab105
image: gcr.io/k8s-staging-boskos/boskosctl@sha256:bb32e5b7f7a861325d6e313ce096ca94e4e22a97bb1ab332db3913fb4f8d702b
args:
- "release"
- "--server-url=$(params.server-url)"
Expand Down