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 73a0e8d
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent fb043cc commit 7a962fd
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:73a0e8d2c0a637cf5c9af77924baf748b16f671581f11901d0f51ebfd436b01e
script: |
RESOURCE=$(boskosctl acquire \
--server-url=$(params.server-url) \
Expand All @@ -63,7 +63,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:73a0e8d2c0a637cf5c9af77924baf748b16f671581f11901d0f51ebfd436b01e
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:73a0e8d2c0a637cf5c9af77924baf748b16f671581f11901d0f51ebfd436b01e
args:
- "release"
- "--server-url=$(params.server-url)"
Expand Down

0 comments on commit 7a962fd

Please sign in to comment.