From f023dc9264728e13c72323f6207afb3bb08600f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0alata?= Date: Wed, 26 May 2021 09:25:28 +0200 Subject: [PATCH] Use certificates.k8s.io/v1beta1 api version for legacy k8s cluster --- charts/imagepullsecret-injector/Chart.yaml | 2 +- charts/imagepullsecret-injector/scripts/create-signed-cert.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/imagepullsecret-injector/Chart.yaml b/charts/imagepullsecret-injector/Chart.yaml index 25d6166..15bfb16 100644 --- a/charts/imagepullsecret-injector/Chart.yaml +++ b/charts/imagepullsecret-injector/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.20 +version: 0.0.20-legacy # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/imagepullsecret-injector/scripts/create-signed-cert.sh b/charts/imagepullsecret-injector/scripts/create-signed-cert.sh index 522dc3a..b7e15bd 100644 --- a/charts/imagepullsecret-injector/scripts/create-signed-cert.sh +++ b/charts/imagepullsecret-injector/scripts/create-signed-cert.sh @@ -85,7 +85,7 @@ kubectl delete csr ${csrName} 2>/dev/null || true echo "Creating new CertificateSigningRequests" # create server cert/key CSR and send to k8s API cat <