We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76313a commit 0b43125Copy full SHA for 0b43125
bundle.yaml
@@ -145,7 +145,7 @@ spec:
145
serviceAccountName: cert-manager-webhook-dnspod
146
containers:
147
- name: cert-manager-webhook-dnspod
148
- image: "imroc/cert-manager-webhook-dnspod:1.5.1"
+ image: "imroc/cert-manager-webhook-dnspod:1.5.2"
149
imagePullPolicy: IfNotPresent
150
args:
151
- --tls-cert-file=/tls/tls.crt
charts/cert-manager-webhook-dnspod/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v2
2
-appVersion: 1.5.1
+appVersion: 1.5.2
3
description: cert-manager webhook solver for DNSPod
4
name: cert-manager-webhook-dnspod
5
-version: 1.5.1
+version: 1.5.2
6
type: application
7
maintainers:
8
- name: imroc
0 commit comments