Skip to content

Commit

Permalink
Merge pull request #17 from jkremser/kubectl-plugin-v0.0.3
Browse files Browse the repository at this point in the history
Update Kubectl Plugin - v0.0.3
  • Loading branch information
jkremser committed Apr 1, 2022
2 parents c360016 + 4fb7588 commit 24114e2
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 24114e2

Please sign in to comment.