Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Dropped cert-manager api-version v1alpha3, moved to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirfer committed Oct 14, 2020
1 parent f0ad5d2 commit 6ec35d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/topolvm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.6.0
description: Topolvm
name: topolvm
version: 1.1.0
version: 1.1.1
home: https://github.com/topolvm/topolvm
sources:
- https://github.com/topolvm/helm/tree/master/charts/topolvm
Expand Down
4 changes: 2 additions & 2 deletions charts/topolvm/templates/certificates/issuers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create a selfsigned Issuer, in order to create a root CA certificate for
# signing webhook serving certificates
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: {{ template "topolvm.fullname" . }}-webhook-selfsign
Expand All @@ -12,7 +12,7 @@ spec:
---

# Create an Issuer that uses the above generated CA certificate to issue certs
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: {{ template "topolvm.fullname" . }}-webhook-ca
Expand Down

0 comments on commit 6ec35d5

Please sign in to comment.