Skip to content

Commit

Permalink
chore(deps): update gcr.io/k8s-staging-boskos/boskosctl docker digest…
Browse files Browse the repository at this point in the history
… to 57a53ca
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 65e9544 commit b9a8388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:57a53ca942d2e69da883ea08c792beb6ced3bf4326767db674deeaea7e121d17
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:57a53ca942d2e69da883ea08c792beb6ced3bf4326767db674deeaea7e121d17
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:57a53ca942d2e69da883ea08c792beb6ced3bf4326767db674deeaea7e121d17
args:
- "release"
- "--server-url=$(params.server-url)"
Expand Down

0 comments on commit b9a8388

Please sign in to comment.