mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update api versions to support k8s 1.16 (#17640)
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
69dceacf7c
commit
64734e2a0e
@@ -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
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user