mirror of https://git.rancher.io/charts
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,10 +1,22 @@
|
|
apiVersion: v2
|
|
appVersion: v3.5.1
|
|
-description: A Helm chart for Gatekeeper
|
|
+description: Modifies Open Policy Agent's upstream gatekeeper chart that provides policy-based control for cloud native environments
|
|
home: https://github.com/open-policy-agent/gatekeeper
|
|
keywords:
|
|
- open policy agent
|
|
-name: gatekeeper
|
|
+- security
|
|
+name: rancher-gatekeeper
|
|
sources:
|
|
- https://github.com/open-policy-agent/gatekeeper.git
|
|
version: 3.5.1
|
|
+icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
|
|
+annotations:
|
|
+ catalog.cattle.io/certified: rancher
|
|
+ catalog.cattle.io/namespace: cattle-gatekeeper-system
|
|
+ catalog.cattle.io/release-name: rancher-gatekeeper
|
|
+ catalog.cattle.io/type: cluster-tool
|
|
+ catalog.cattle.io/provides-gvr: config.gatekeeper.sh.config/v1alpha1
|
|
+ catalog.cattle.io/display-name: "OPA Gatekeeper"
|
|
+ catalog.cattle.io/ui-component: gatekeeper
|
|
+ catalog.cattle.io/os: linux
|
|
+ catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match
|