Skip to content

Commit c5b7612

Browse files
committed
chore: change apiVersion to v1
1 parent 24c78cb commit c5b7612

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ $ helm install cert-manager-webhook-dnsimple \
2424
2525
neoskop/cert-manager-webhook-dnsimple
2626
```
27+
2728
_(Alternatively you can check out this repository and substitute neoskop/cert-manager-webhook-dnsimple with ./deploy/dnsimple)_
2829

2930
Afterwards issue a certificate:
3031

3132
```bash
3233
$ cat << EOF | kubectl apply -f -
33-
apiVersion: cert-manager.io/v1alpha3
34+
apiVersion: cert-manager.io/v1
3435
kind: Certificate
3536
metadata:
3637
name: dnsimple-test

deploy/dnsimple/templates/production.cluster-issuer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.clusterIssuer.production.enabled -}}
2-
apiVersion: cert-manager.io/v1alpha3
2+
apiVersion: cert-manager.io/v1
33
kind: ClusterIssuer
44
metadata:
55
name: {{ include "dnsimple-webhook.fullname" . }}-production

deploy/dnsimple/templates/staging.cluster-issuer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.clusterIssuer.staging.enabled -}}
2-
apiVersion: cert-manager.io/v1alpha3
2+
apiVersion: cert-manager.io/v1
33
kind: ClusterIssuer
44
metadata:
55
name: {{ include "dnsimple-webhook.fullname" . }}-staging

0 commit comments

Comments
 (0)