From 378611c874ef4aab6cabfdb48c1fb69828f7f838 Mon Sep 17 00:00:00 2001 From: bacht-fidi Date: Thu, 17 Oct 2024 10:04:59 +0200 Subject: [PATCH] chore: :bookmark: Bumb version to 0.1.5 --- charts/cert-manager-webhook-dnsimple/Chart.yaml | 4 ++-- charts/cert-manager-webhook-dnsimple/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cert-manager-webhook-dnsimple/Chart.yaml b/charts/cert-manager-webhook-dnsimple/Chart.yaml index 2a46f63..51096c8 100644 --- a/charts/cert-manager-webhook-dnsimple/Chart.yaml +++ b/charts/cert-manager-webhook-dnsimple/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "v0.1.4" +appVersion: "v0.1.5" description: cert-manager webhook solver for ACME DNS01 challenge via DNSimple name: cert-manager-webhook-dnsimple -version: 0.1.4 +version: 0.1.5 home: https://github.com/puzzle/cert-manager-webhook-dnsimple sources: - https://github.com/puzzle/cert-manager-webhook-dnsimple diff --git a/charts/cert-manager-webhook-dnsimple/values.yaml b/charts/cert-manager-webhook-dnsimple/values.yaml index d7ac6ea..82140c0 100644 --- a/charts/cert-manager-webhook-dnsimple/values.yaml +++ b/charts/cert-manager-webhook-dnsimple/values.yaml @@ -20,7 +20,7 @@ clusterIssuer: enabled: false image: repository: ghcr.io/puzzle/cert-manager-webhook-dnsimple - tag: v0.1.4 + tag: v0.1.5 pullPolicy: IfNotPresent # pullSecret: "gcr" nameOverride: "" @@ -43,4 +43,4 @@ resources: {} nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {}