Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit e9eb3cd

Browse files
committed
Update zfs-provisioner RBAC API version to v1
Update `rbac.authorization.k8s.io/v1beta1` to `rbac.authorization.k8s.io/v1` in `kubernetes-zfs-provisioner`. Bump `kubernetes-zfs-provisioner` chart version from `1.1.2` to `1.1.3`.
1 parent e1b6e65 commit e9eb3cd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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) |

charts/kubernetes-zfs-provisioner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

charts/kubernetes-zfs-provisioner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Dynamic ZFS persistent volume provisioner for Kubernetes
66

charts/kubernetes-zfs-provisioner/templates/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if .Values.rbac.create -}}
22
---
3-
apiVersion: rbac.authorization.k8s.io/v1beta1
3+
apiVersion: rbac.authorization.k8s.io/v1
44
kind: ClusterRoleBinding
55
metadata:
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
1919
kind: ClusterRoleBinding
2020
metadata:
2121
name: {{ include "kubernetes-zfs-provisioner.fullname" . }}-leaderelection

0 commit comments

Comments
 (0)