2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/Chart.yaml
|
|
|
|
+++ charts/Chart.yaml
|
2022-03-24 22:18:02 +00:00
|
|
|
@@ -1,10 +1,23 @@
|
2022-01-06 20:02:54 +00:00
|
|
|
+annotations:
|
|
|
|
+ catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match
|
|
|
|
+ catalog.cattle.io/certified: rancher
|
|
|
|
+ catalog.cattle.io/display-name: OPA Gatekeeper
|
|
|
|
+ catalog.cattle.io/namespace: cattle-gatekeeper-system
|
|
|
|
+ catalog.cattle.io/os: linux
|
|
|
|
+ catalog.cattle.io/provides-gvr: config.gatekeeper.sh.config/v1alpha1
|
|
|
|
+ catalog.cattle.io/release-name: rancher-gatekeeper
|
|
|
|
+ catalog.cattle.io/type: cluster-tool
|
|
|
|
+ catalog.cattle.io/ui-component: gatekeeper
|
2021-07-28 15:39:44 +00:00
|
|
|
apiVersion: v2
|
2021-09-16 23:57:00 +00:00
|
|
|
appVersion: v3.6.0
|
2021-05-17 22:30:18 +00:00
|
|
|
-description: A Helm chart for Gatekeeper
|
2022-01-06 20:02:54 +00:00
|
|
|
+description: Modifies Open Policy Agent's upstream gatekeeper chart that provides
|
|
|
|
+ policy-based control for cloud native environments
|
2021-05-17 22:30:18 +00:00
|
|
|
home: https://github.com/open-policy-agent/gatekeeper
|
2022-01-06 20:02:54 +00:00
|
|
|
+icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
|
2021-05-17 22:30:18 +00:00
|
|
|
keywords:
|
2021-09-30 13:12:04 +00:00
|
|
|
- open policy agent
|
2021-05-17 22:30:18 +00:00
|
|
|
-name: gatekeeper
|
2021-09-30 13:12:04 +00:00
|
|
|
+- security
|
2021-05-17 22:30:18 +00:00
|
|
|
+name: rancher-gatekeeper
|
|
|
|
sources:
|
2021-09-30 13:12:04 +00:00
|
|
|
- https://github.com/open-policy-agent/gatekeeper.git
|
2021-09-16 23:57:00 +00:00
|
|
|
version: 3.6.0
|