Skip to content

Commit

Permalink
feat: add kyverno-lib chart
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 25, 2024
1 parent c5b16ce commit daffb2c
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.tools/
website/site/
/kyverno-envoy-plugin
/charts/*/charts
6 changes: 6 additions & 0 deletions charts/kyverno-envoy-plugin/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: kyverno-lib
repository: file://../kyverno-lib
version: 0.1.0
digest: sha256:6d7c461dd41b61e7062e79587c46c54b4a301b58f3e5c34f0ac9626e6ba3d4ce
generated: "2024-10-25T19:52:44.757128+02:00"
4 changes: 4 additions & 0 deletions charts/kyverno-envoy-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ maintainers:
- name: Kyverno
url: https://kyverno.io/
kubeVersion: ">=1.25.0-0"
dependencies:
- name: kyverno-lib
version: 0.1.0
repository: file://../kyverno-lib
3 changes: 3 additions & 0 deletions charts/kyverno-lib/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.helmignore
ci/
README.md.gotmpl
26 changes: 26 additions & 0 deletions charts/kyverno-lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: v2
name: kyverno-lib
description: Kyverno policies based authorization plugin for Envoy ❤️
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
home: https://kyverno.github.io/kyverno-envoy-plugin

type: library
version: 0.1.0
appVersion: latest
kubeVersion: ">=1.25.0-0"

keywords:
- kubernetes
- kyverno
- authz
- policy
- envoy
- istio
- security

sources:
- https://github.com/kyverno/kyverno-envoy-plugin

maintainers:
- name: Kyverno
url: https://kyverno.io/
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit daffb2c

Please sign in to comment.