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 af048fa
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent b358b71 commit dd41257
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 @@ -32,7 +32,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:af048fa137c6416bc55a204aa22a54234f9b68cfcc47c2cd266f39c6646330b9
script: |
RESOURCE=$(boskosctl acquire \
--server-url=$(params.server-url) \
Expand All @@ -57,7 +57,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:af048fa137c6416bc55a204aa22a54234f9b68cfcc47c2cd266f39c6646330b9
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:af048fa137c6416bc55a204aa22a54234f9b68cfcc47c2cd266f39c6646330b9
args:
- "release"
- "--server-url=$(params.server-url)"
Expand Down

0 comments on commit dd41257

Please sign in to comment.