forked from kubewarden/kubewarden-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
43 lines (43 loc) · 1.83 KB
/
Chart.yaml
File metadata and controls
43 lines (43 loc) · 1.83 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
apiVersion: v2
name: kubewarden-crds
description: A Helm chart for deploying the Kubewarden CRDs
icon: https://www.kubewarden.io/images/icon-kubewarden.svg
type: application
kubeVersion: ">= 1.19.0-0"
home: https://www.kubewarden.io/
maintainers:
- name: Kubewarden Maintainers
email: cncf-kubewarden-maintainers@lists.cncf.io
url: https://github.com/orgs/kubewarden/teams/maintainers
keywords:
- Kubewarden
- Security
- Infrastructure
- Monitoring
- policies
- policy agent
- validating webhook
- admissions controller
- policy report
# 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: 1.25.1
# This is the version of Kubewarden stack
appVersion: v1.33.1
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-crds # If this is an upstream app, prefixing with rancher is the preferred naming choice.
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/hidden: "true" # Hide specific charts. Only use on CRD charts.
# 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: openreports
version: 0.2.1
repository: https://openreports.github.io/reports-api
condition: installOpenReportsCRDs