Skip to content

Commit 68e6c80

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

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:b5fe07c01bf60021f543983d3e8b136b89cf436624bbb6324d95e16a55413447
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:e3a22a791adaf8f59de605d824f8d9cf0ac7c7c779d405bb0158144e57433246"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)