This repository was archived by the owner on Apr 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
charts/kubernetes-zfs-provisioner Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313| [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/emby-0.2.3/total )] ( https://github.com/ccremer/charts/releases/tag/emby-0.2.3 ) | [ emby] ( charts/emby/README.md ) |
1414| [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/fronius-exporter-0.8.1/total )] ( https://github.com/ccremer/charts/releases/tag/fronius-exporter-0.8.1 ) | [ fronius-exporter] ( charts/fronius-exporter/README.md ) |
1515| [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/fronius-stack-0.1.5/total )] ( https://github.com/ccremer/charts/releases/tag/fronius-stack-0.1.5 ) | [ fronius-stack] ( charts/fronius-stack/README.md ) |
16- | [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/kubernetes-zfs-provisioner-1.1.2 /total )] ( https://github.com/ccremer/charts/releases/tag/kubernetes-zfs-provisioner-1.1.2 ) | [ kubernetes-zfs-provisioner] ( charts/kubernetes-zfs-provisioner/README.md ) |
16+ | [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/kubernetes-zfs-provisioner-1.1.3 /total )] ( https://github.com/ccremer/charts/releases/tag/kubernetes-zfs-provisioner-1.1.3 ) | [ kubernetes-zfs-provisioner] ( charts/kubernetes-zfs-provisioner/README.md ) |
1717| [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/samba-0.1.1/total )] ( https://github.com/ccremer/charts/releases/tag/samba-0.1.1 ) | [ samba] ( charts/samba/README.md ) |
1818| [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/stiebeleltron-exporter-0.1.1/total )] ( https://github.com/ccremer/charts/releases/tag/stiebeleltron-exporter-0.1.1 ) | [ stiebeleltron-exporter] ( charts/stiebeleltron-exporter/README.md ) |
1919| [ ![ chart downloads] ( https://img.shields.io/github/downloads/ccremer/charts/stiebeleltron-stack-0.1.2/total )] ( https://github.com/ccremer/charts/releases/tag/stiebeleltron-stack-0.1.2 ) | [ stiebeleltron-stack] ( charts/stiebeleltron-stack/README.md ) |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ description: Dynamic ZFS persistent volume provisioner for Kubernetes
1414
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
17- version : 1.1.2
17+ version : 1.1.3
1818
1919# This is the version number of the application being deployed. This version number should be
2020# incremented each time you make changes to the application.
Original file line number Diff line number Diff line change 11# kubernetes-zfs-provisioner
22
3- ![ Version: 1.1.2 ] ( https://img.shields.io/badge/Version-1.1.2 -informational?style=flat-square )
3+ ![ Version: 1.1.3 ] ( https://img.shields.io/badge/Version-1.1.3 -informational?style=flat-square )
44
55Dynamic ZFS persistent volume provisioner for Kubernetes
66
Original file line number Diff line number Diff line change 11{{- if .Values.rbac.create -}}
22---
3- apiVersion : rbac.authorization.k8s.io/v1beta1
3+ apiVersion : rbac.authorization.k8s.io/v1
44kind : ClusterRoleBinding
55metadata :
66 name : {{ include "kubernetes-zfs-provisioner.fullname" . }}-binding
@@ -15,7 +15,7 @@ subjects:
1515 name : {{ include "kubernetes-zfs-provisioner.serviceAccountName" . }}
1616 namespace : {{ .Release.Namespace }}
1717---
18- apiVersion : rbac.authorization.k8s.io/v1beta1
18+ apiVersion : rbac.authorization.k8s.io/v1
1919kind : ClusterRoleBinding
2020metadata :
2121 name : {{ include "kubernetes-zfs-provisioner.fullname" . }}-leaderelection
You can’t perform that action at this time.
0 commit comments