mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
chore: Bump version to 0.1.2.
This commit is contained in:
parent
8b63a36693
commit
04cc3cc9b6
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
appVersion: "0.1.1"
|
||||
appVersion: "0.1.2"
|
||||
description: cert-manager webhook solver for ACME DNS01 challenge via DNSimple
|
||||
name: cert-manager-webhook-dnsimple
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
home: https://github.com/neoskop/cert-manager-webhook-dnsimple
|
||||
sources:
|
||||
- https://github.com/neoskop/cert-manager-webhook-dnsimple
|
||||
|
|
|
@ -23,7 +23,7 @@ clusterIssuer:
|
|||
enabled: false
|
||||
image:
|
||||
repository: neoskop/cert-manager-webhook-dnsimple
|
||||
tag: 0.1.1
|
||||
tag: 0.1.2
|
||||
pullPolicy: IfNotPresent
|
||||
# pullSecret: "gcr"
|
||||
nameOverride: ""
|
||||
|
|
Loading…
Reference in a new issue