From 609bda7da09d302a590a0a22befabf00d395d39d Mon Sep 17 00:00:00 2001 From: Johannes Aubart Date: Thu, 24 Oct 2019 10:40:14 +0200 Subject: [PATCH] change apigroup of deployments to v1 for kubernetes 1.16 compatibility --- charts/certificate-dns-bridge/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/certificate-dns-bridge/templates/deployment.yaml b/charts/certificate-dns-bridge/templates/deployment.yaml index cd1e173..c4699c0 100644 --- a/charts/certificate-dns-bridge/templates/deployment.yaml +++ b/charts/certificate-dns-bridge/templates/deployment.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "certificate-dns-bridge.fullname" . }}