mirror of https://git.rancher.io/charts
33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,11 +1,26 @@
|
|
+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/kube-version: '>= 1.20.0-0 < 1.27.0-0'
|
|
+ catalog.cattle.io/namespace: cattle-gatekeeper-system
|
|
+ catalog.cattle.io/os: linux
|
|
+ catalog.cattle.io/permits-os: linux,windows
|
|
+ catalog.cattle.io/provides-gvr: config.gatekeeper.sh.config/v1alpha1
|
|
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
|
+ catalog.cattle.io/release-name: rancher-gatekeeper
|
|
+ catalog.cattle.io/type: cluster-tool
|
|
+ catalog.cattle.io/ui-component: gatekeeper
|
|
apiVersion: v2
|
|
appVersion: v3.12.0
|
|
-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
|
|
-icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
|
|
+icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
|
|
keywords:
|
|
- open policy agent
|
|
-name: gatekeeper
|
|
+- security
|
|
+name: rancher-gatekeeper
|
|
sources:
|
|
- https://github.com/open-policy-agent/gatekeeper.git
|
|
version: 3.12.0
|