Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcb/makestage/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ timeout: 2700s # 45m
steps:
# cert-manager relies on the git checkout to determine release version, among other things
# By default, gcb only does a shallow clone, so we need to "unshallow" to get more details
- name: gcr.io/cloud-builders/git
- name: gcr.io/cloud-builders/git@sha256:7fcbfa6c22c9d9757df535b2fe88f0a00eb91518040164e2d825a05207c60710
dir: "go/src/github.com/cert-manager/cert-manager"
entrypoint: bash
args:
Expand Down
2 changes: 1 addition & 1 deletion pkg/release/helm/testdata/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "@sha256:c881927c4077710ac4b1da63b83aa163937fb47457950c267d92f7e4dedf4aec"

imagePullSecrets: []
nameOverride: ""
Expand Down