chore: 🔖 Bumb version to 0.1.5

This commit is contained in:
bacht-fidi 2024-10-17 10:04:59 +02:00
parent db70e0343a
commit 378611c874
No known key found for this signature in database
GPG key ID: A5AFE71B623F1E7A
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "v0.1.4" appVersion: "v0.1.5"
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.4 version: 0.1.5
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

View file

@ -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.4 tag: v0.1.5
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# pullSecret: "gcr" # pullSecret: "gcr"
nameOverride: "" nameOverride: ""
@ -43,4 +43,4 @@ resources: {}
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}