Update api versions to support k8s 1.16 (#17640)

Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
This commit is contained in:
Anton Gorkovenko
2019-10-03 03:26:08 -07:00
committed by Kubernetes Prow Robot
parent 69dceacf7c
commit 64734e2a0e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.0.4
description: Prometheus exporter for Redis metrics
name: prometheus-redis-exporter
version: 3.0.1
version: 3.1.0
home: https://github.com/oliver006/redis_exporter
sources:
- https://github.com/oliver006/redis_exporter
+1 -1
View File
@@ -14,7 +14,7 @@ This chart bootstraps a [redis_exporter](https://github.com/oliver006/redis_expo
## Prerequisites
- Kubernetes 1.8+ with Beta APIs enabled
- Kubernetes 1.10+ with Beta APIs enabled
## Installing the Chart
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "prometheus-redis-exporter.fullname" . }}
@@ -1,5 +1,5 @@
{{- if .Values.rbac.pspEnabled }}
apiVersion: extensions/v1beta1
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ template "prometheus-redis-exporter.fullname" . }}