mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Explicitly setting version of image.
This commit is contained in:
parent
15504d69d8
commit
4050f4f3ec
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ clusterIssuer:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/jahanson/cert-manager-webhook-dnsimple
|
repository: ghcr.io/jahanson/cert-manager-webhook-dnsimple
|
||||||
tag: "latest"
|
tag: "v0.0.1"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|
Loading…
Reference in a new issue