summaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/main.go')
-rw-r--r--certServiceK8sExternalProvider/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/certServiceK8sExternalProvider/main.go b/certServiceK8sExternalProvider/main.go
index 71b6be5d..52c8280c 100644
--- a/certServiceK8sExternalProvider/main.go
+++ b/certServiceK8sExternalProvider/main.go
@@ -28,7 +28,7 @@ package main
import (
"flag"
"fmt"
- certmanager "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha2"
+ certmanager "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
"k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
@@ -53,7 +53,7 @@ func init() {
func main() {
fmt.Println()
- fmt.Println(" *** Cert Service Provider v1.0.0 ***")
+ fmt.Println(" *** Cert Service Provider v1.0.1 ***")
fmt.Println()
setupLog.Info("Parsing arguments...")