Fix deprecated apiVersion for Deployment (#18586)

Signed-off-by: marco.fretz <marco.fretz@vshn.ch>
This commit is contained in:
Marco Fretz
2019-11-05 13:28:47 -08:00
committed by Kubernetes Prow Robot
parent 4a2f1f82b5
commit 005b9b7c3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0.0"
description: A Helm chart for prometheus pushgateway
name: prometheus-pushgateway
version: 1.1.1
version: 1.2.0
home: https://github.com/prometheus/pushgateway
sources:
- https://github.com/prometheus/pushgateway
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "prometheus-pushgateway.fullname" . }}