mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
Fix deprecated apiVersion for Deployment (#18586)
Signed-off-by: marco.fretz <marco.fretz@vshn.ch>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4a2f1f82b5
commit
005b9b7c3d
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user