From f8440dcfe00496d38c73b3306de0bd22d8001032 Mon Sep 17 00:00:00 2001 From: lijianguo Date: Tue, 4 Aug 2020 17:26:14 +0800 Subject: [PATCH] chore(charts): upgrade k8s newer API versions --- charts/registry/templates/registry-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/registry/templates/registry-deployment.yaml b/charts/registry/templates/registry-deployment.yaml index 86a8e9b..13091ef 100644 --- a/charts/registry/templates/registry-deployment.yaml +++ b/charts/registry/templates/registry-deployment.yaml @@ -1,5 +1,5 @@ {{- if eq .Values.global.registry_location "on-cluster" }} -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: drycc-registry