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 86b3bf1
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent e2cd279 commit cd423e9
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:86b3bf1d66a5847437fd672c06b8b86262d6648fcfa947f7296ef351b7ff3178
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:86b3bf1d66a5847437fd672c06b8b86262d6648fcfa947f7296ef351b7ff3178
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:86b3bf1d66a5847437fd672c06b8b86262d6648fcfa947f7296ef351b7ff3178
args:
- "release"
- "--server-url=$(params.server-url)"
Expand Down

0 comments on commit cd423e9

Please sign in to comment.