-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathChart.yaml
More file actions
52 lines (52 loc) · 2.71 KB
/
Chart.yaml
File metadata and controls
52 lines (52 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
apiVersion: v2
name: kubewarden-controller
description: A Helm chart for deploying the Kubewarden stack
icon: https://www.kubewarden.io/images/icon-kubewarden.svg
type: application
kubeVersion: ">= 1.19.0-0"
keywords:
- Kubewarden
- Security
- Infrastructure
- Monitoring
- policy agent
- policies
- validating webhook
- admissions controller
- policy report
- audit scanner
home: https://www.kubewarden.io/
maintainers:
- name: Kubewarden Maintainers
email: cncf-kubewarden-maintainers@lists.cncf.io
url: https://github.com/orgs/kubewarden/teams/maintainers
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 5.13.0
# This is the version of Kubewarden stack
appVersion: v1.35.0
annotations:
# required ones:
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
catalog.cattle.io/namespace: cattle-kubewarden-system # Must prefix with cattle- and suffix with -system
catalog.cattle.io/release-name: rancher-kubewarden-controller # If this is an upstream app, prefixing with rancher is the preferred naming choice.
catalog.cattle.io/ui-component: kubewarden # This is added for custom UI deployment of a chart
catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
# optional ones:
catalog.cattle.io/auto-install: kubewarden-crds=1.27.0
catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart.
# The following two will create a UI warning if the request is not available in cluster
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.
catalog.cattle.io/requests-cpu: "250m"
catalog.cattle.io/requests-memory: "50Mi"
catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.15.100-0" # Chart will only be available for users in the specified Rancher version(s). This _must_ use build metadata or it won't work correctly for future RC's.
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
catalog.cattle.io/type: cluster-tool
dependencies:
- name: policy-reporter
version: 3.7.3
repository: https://kyverno.github.io/policy-reporter
condition: auditScanner.policyReporter