Skip to content

Commit 1ecf641

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

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:51b2f147070a9b8cc03f2a2ddfb88df981bd538179e3bd5f10071f4b80517f15
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:0236ee02dcbce00b9bd83e0f5fbc51069e7e1161bd59d99885b3ae1734f3392e"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)