2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/Chart.yaml
|
|
|
|
+++ charts/Chart.yaml
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -1,11 +1,26 @@
|
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
|
2023-05-16 20:24:02 +00:00
|
|
|
+ catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.27.0-0'
|
2022-01-06 20:02:54 +00:00
|
|
|
+ catalog.cattle.io/namespace: cattle-gatekeeper-system
|
|
|
|
+ catalog.cattle.io/os: linux
|
2022-04-26 20:01:45 +00:00
|
|
|
+ catalog.cattle.io/permits-os: linux,windows
|
2022-01-06 20:02:54 +00:00
|
|
|
+ catalog.cattle.io/provides-gvr: config.gatekeeper.sh.config/v1alpha1
|
2022-08-22 07:07:17 +00:00
|
|
|
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
2022-01-06 20:02:54 +00:00
|
|
|
+ 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
|
2023-04-25 21:55:02 +00:00
|
|
|
appVersion: v3.12.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
|
2023-04-25 21:55:02 +00:00
|
|
|
-icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
|
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
|
2023-04-25 21:55:02 +00:00
|
|
|
version: 3.12.0
|