mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00
chore: Bump version to 0.1.4
This commit is contained in:
parent
a3bb504a75
commit
8cd863893e
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "v0.1.3"
|
appVersion: "v0.1.4"
|
||||||
description: cert-manager webhook solver for ACME DNS01 challenge via DNSimple
|
description: cert-manager webhook solver for ACME DNS01 challenge via DNSimple
|
||||||
name: cert-manager-webhook-dnsimple
|
name: cert-manager-webhook-dnsimple
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
home: https://github.com/puzzle/cert-manager-webhook-dnsimple
|
home: https://github.com/puzzle/cert-manager-webhook-dnsimple
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/puzzle/cert-manager-webhook-dnsimple
|
- https://github.com/puzzle/cert-manager-webhook-dnsimple
|
||||||
|
|
|
@ -20,7 +20,7 @@ clusterIssuer:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/puzzle/cert-manager-webhook-dnsimple
|
repository: ghcr.io/puzzle/cert-manager-webhook-dnsimple
|
||||||
tag: v0.1.3
|
tag: v0.1.4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# pullSecret: "gcr"
|
# pullSecret: "gcr"
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|
Loading…
Reference in a new issue