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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kubectl Plugin - v0.0.3 #17

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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.2"
version: "v0.0.3"
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/v0.0.2.zip
uri: https://github.com/jkremser/log2rbac-operator/archive/refs/tags/v0.0.3.zip
# 'sha256' is the sha256sum of the zip from url above (shasum -a 256 ..zip)
sha256: 69e4e4740a2ebbd14b9d33713f1405cd0a7047778d976b4add46d3bbfe2ea63f
sha256: 5f0f5a92f0ea7807060c6f4c30d47ef01e7362b78b1251e50f8b8af15a3b8c81
files:
- from: "log2rbac-operator-*/kubectl-plugin/kubectl-log2rbac"
to: "."
Expand Down