bump container version to incorporate new changes

This commit is contained in:
Remy Moll 2024-05-27 19:36:42 +02:00
parent 01362dd5fd
commit 23d4c7c320
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "0.1.2" appVersion: "v0.1.3"
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.2 version: 0.1.3
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

@ -24,7 +24,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: 0.1.2 tag: v0.1.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# pullSecret: "gcr" # pullSecret: "gcr"
nameOverride: "" nameOverride: ""