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:1729e37322627125a813a1ec197e363a6745c149065bc223ba47353307fb5bbe
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:9dd288848f4495869f76676e419ae2d767ca99fece2ec37ec0261f9fdaab5204"

imagePullSecrets: []
nameOverride: ""
Expand Down