From 3c7ece736530f4df4589d4ebc41c4fd79ab56232 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 --- stable/prometheus-pushgateway/Chart.yaml | 2 +- stable/prometheus-pushgateway/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/prometheus-pushgateway/Chart.yaml b/stable/prometheus-pushgateway/Chart.yaml index e3f465d37a..74bc954e47 100644 --- a/stable/prometheus-pushgateway/Chart.yaml +++ b/stable/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/stable/prometheus-pushgateway/templates/deployment.yaml b/stable/prometheus-pushgateway/templates/deployment.yaml index 01fb378225..61086adc55 100644 --- a/stable/prometheus-pushgateway/templates/deployment.yaml +++ b/stable/prometheus-pushgateway/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "prometheus-pushgateway.fullname" . }}