Skip to content

Commit

Permalink
[stable/grafana] migrate API versions from deprecated, removed versio…
Browse files Browse the repository at this point in the history
…ns (helm#17331)

Signed-off-by: Naoki Oketani <okepy.naoki@gmail.com>
  • Loading branch information
oke-py authored and k8s-ci-robot committed Sep 21, 2019
1 parent c1f2dc1 commit 0e4abb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 3.8.14
version: 3.8.15
appVersion: 6.3.5
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ if (or (not .Values.persistence.enabled) (eq .Values.persistence.type "pvc")) }}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "grafana.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.rbac.pspEnabled }}
apiVersion: extensions/v1beta1
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ template "grafana.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/grafana/templates/tests/test-podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.rbac.pspEnabled }}
apiVersion: extensions/v1beta1
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
name: {{ template "grafana.fullname" . }}-test
Expand Down

0 comments on commit 0e4abb4

Please sign in to comment.