diff --git a/helm/demo-chart/templates/deployment.yaml b/helm/demo-chart/templates/deployment.yaml index 7e0908c..c344909 100644 --- a/helm/demo-chart/templates/deployment.yaml +++ b/helm/demo-chart/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "demo-chart.fullname" . }}