diff --git a/charts/cert-manager-duckdns-webhook/Chart.yaml b/charts/cert-manager-duckdns-webhook/Chart.yaml index 8d77e48e..14743867 100644 --- a/charts/cert-manager-duckdns-webhook/Chart.yaml +++ b/charts/cert-manager-duckdns-webhook/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: Helm Chart for the Cert Manager DuckDNS WebHook name: cert-manager-duckdns-webhook -version: 1.0.0 +version: 1.0.1 maintainers: - name: csp33 \ No newline at end of file diff --git a/charts/cert-manager-duckdns-webhook/templates/clusterissuer-staging.yaml b/charts/cert-manager-duckdns-webhook/templates/clusterissuer-staging.yaml index c5515426..7b02a032 100644 --- a/charts/cert-manager-duckdns-webhook/templates/clusterissuer-staging.yaml +++ b/charts/cert-manager-duckdns-webhook/templates/clusterissuer-staging.yaml @@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: - name: {{ $.Values.clusterIssuer.production.name }} + name: {{ $.Values.clusterIssuer.staging.name }} labels: app: {{ include "cert-manager-duckdns-webhook.name" . }} chart: {{ include "cert-manager-duckdns-webhook.chart" . }}