Skip to content

Commit d8b6a31

Browse files
chore(deps): pin dependencies
Signed-off-by: Renovate Bot <renovate-bot@users.noreply.github.com>
1 parent 78d85dc commit d8b6a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gcb/makestage/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ timeout: 2700s # 45m
2525
steps:
2626
# cert-manager relies on the git checkout to determine release version, among other things
2727
# By default, gcb only does a shallow clone, so we need to "unshallow" to get more details
28-
- name: gcr.io/cloud-builders/git
28+
- name: gcr.io/cloud-builders/git@sha256:f7e282ab9457a47c6b4f980d031baf248b05cc622d285f4b7c10802047f6b3bf
2929
dir: "go/src/github.com/cert-manager/cert-manager"
3030
entrypoint: bash
3131
args:

pkg/release/helm/testdata/cert-manager/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: nginx
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: ""
11+
tag: "@sha256:fb01117203ff38c2f9af91db1a7409459182a37c87cced5cb442d1d8fcc66d19"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)