Skip to content

Commit

Permalink
Add update permission to the chart for roles
Browse files Browse the repository at this point in the history
Without this role, people who migrate from 2.6 to 2.7 can run into
issues with updating roles in the namespaces.

Fixes: #834
  • Loading branch information
Kidswiss committed Apr 14, 2023
1 parent af2bcaf commit 12b5e97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/k8up/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- backup
- operator
- restic
version: 4.2.0
version: 4.2.1
sources:
- https://github.com/k8up-io/k8up
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/k8up/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8up

![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square)
![Version: 4.2.1](https://img.shields.io/badge/Version-4.2.1-informational?style=flat-square)

Kubernetes and OpenShift Backup Operator based on restic

Expand All @@ -13,7 +13,7 @@ helm repo add k8up-io https://k8up-io.github.io/k8up
helm install k8up k8up-io/k8up
```
```bash
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.2.0/k8up-crd.yaml
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.2.1/k8up-crd.yaml
```

<!---
Expand Down
1 change: 1 addition & 0 deletions charts/k8up/templates/operator-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,5 @@ rules:
- get
- list
- watch
- update
{{- end -}}

0 comments on commit 12b5e97

Please sign in to comment.