Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kubectl Plugin - v0.0.4 #39

Merged
merged 1 commit into from
Jun 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kubectl-plugin/log2rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: log2rbac
spec:
version: "v0.0.3"
version: "v0.0.4"
homepage: https://github.com/jkremser/log2rbac-operator/tree/master/kubectl-plugin
shortDescription: "Fine-tune your RBAC using log2rbac operator"
description: |
Expand All @@ -21,9 +21,9 @@ spec:
values:
- darwin
- linux
uri: https://github.com/jkremser/log2rbac-operator/archive/refs/tags/v0.0.3.zip
uri: https://github.com/jkremser/log2rbac-operator/archive/refs/tags/v0.0.4.zip
# 'sha256' is the sha256sum of the zip from url above (shasum -a 256 ..zip)
sha256: cfb16477eafad55b83c08d96b9df38ca0968ef242208002a130c99b4e326c9e3
sha256: a702a8c82bca9d6fa33afaedc47d700a44742dd02f297c53fc40fc2eb5264931
files:
- from: "log2rbac-operator-*/kubectl-plugin/kubectl-log2rbac"
to: "."
Expand Down