Skip to content

Commit

Permalink
fix: allow get of serviceaccounts in secret reader clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
KhrisRichardson-BO committed Nov 1, 2021
1 parent 2171d1e commit 5b96ec1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ changelog:
labels:
- Semver-Major
- breaking-change
- title: 🎉 Features
- title: 🎉 Features
labels:
- Semver-Minor
- feature
- title: 🐛 Bug Fixes
- title: 🐛 Bug Fixes
labels:
- Semver-Minor
- bugfix
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-image-swapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-image-swapper
description: Mirror images into your own registry and swap image references automatically.
type: application
version: 1.0.0
version: 1.0.1
appVersion: 1.1.0
home: https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-image-swapper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-image-swapper

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)

Mirror images into your own registry and swap image references automatically.

Expand Down
6 changes: 6 additions & 0 deletions charts/k8s-image-swapper/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ rules:
verbs:
- watch
- get
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- get
{{- end }}

0 comments on commit 5b96ec1

Please # to comment.