From 005b9b7c3d8dd7461e1245a849b805307c8ec0a4 Mon Sep 17 00:00:00 2001 From: Marco Fretz Date: Tue, 5 Nov 2019 22:28:47 +0100 Subject: [PATCH] Fix deprecated apiVersion for Deployment (#18586) Signed-off-by: marco.fretz --- charts/prometheus-pushgateway/Chart.yaml | 2 +- charts/prometheus-pushgateway/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-pushgateway/Chart.yaml b/charts/prometheus-pushgateway/Chart.yaml index e3f465d3..74bc954e 100644 --- a/charts/prometheus-pushgateway/Chart.yaml +++ b/charts/prometheus-pushgateway/Chart.yaml @@ -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 diff --git a/charts/prometheus-pushgateway/templates/deployment.yaml b/charts/prometheus-pushgateway/templates/deployment.yaml index 01fb3782..61086adc 100644 --- a/charts/prometheus-pushgateway/templates/deployment.yaml +++ b/charts/prometheus-pushgateway/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "prometheus-pushgateway.fullname" . }}