mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rethinkdb] Update apiVersion for StorageClass (#1454)
* [stable/rethinkdb] Update apiVersion for StorageClass Fixes #1422 * Update Chart.yaml
This commit is contained in:
committed by
Vic Iglesias
parent
eebdd5974a
commit
9b6b5dfcf8
@@ -1,6 +1,6 @@
|
||||
name: rethinkdb
|
||||
description: The open-source database for the realtime web
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
keywords:
|
||||
- rethinkdb
|
||||
- database
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{{- if .Values.cluster.storageClass.enabled }}
|
||||
apiVersion: storage.k8s.io/v1beta1
|
||||
apiVersion: {{ if .Capabilities.APIVersions.Has "storage.k8s.io/v1" -}}
|
||||
storage.k8s.io/v1
|
||||
{{- else -}}
|
||||
storage.k8s.io/v1beta1
|
||||
{{- end }}
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user