Skip to content

Commit

Permalink
add kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz
Browse files Browse the repository at this point in the history
kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/README.md
kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/main.yaml
kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Dec 17, 2024
1 parent 07ad17d commit 9220a14
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 1 deletion.
24 changes: 23 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9401,6 +9401,28 @@ entries:
urls:
- https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-f3769f2e9fe2a5a9b99d5d6fe92b4b86b16dce1a.tgz
version: 1.12.0-f3769f2e9fe2a5a9b99d5d6fe92b4b86b16dce1a
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/README.md
application.giantswarm.io/team: shield
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/values.schema.json
apiVersion: v2
appVersion: 1.12.5
created: "2024-12-17T12:09:38.585494098Z"
dependencies:
- name: crds
repository: ""
version: 3.3.0
description: This app contains the Kyverno CRDs.
digest: aafada9c83b341ec5b7d08aeb8b1db1501dbd01808ccd9de054470f6b9e2cc71
home: https://github.com/giantswarm/kyverno-crds
icon: https://s.giantswarm.io/app-icons/kyverno/1/light.svg
name: kyverno-crds
sources:
- https://github.com/kyverno/kyverno
urls:
- https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz
version: 1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-6451a917305d4fbbaf790d7983c3ee50bd35804e.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-6451a917305d4fbbaf790d7983c3ee50bd35804e.tgz-meta/README.md
Expand Down Expand Up @@ -14519,4 +14541,4 @@ entries:
urls:
- https://giantswarm.github.io/giantswarm-test-catalog/zot-2.0.0-9afe78380a7b5315ff0f2c37eb29bb4c27eb545d.tgz
version: 2.0.0-9afe78380a7b5315ff0f2c37eb29bb4c27eb545d
generated: "2024-12-17T12:08:58.759900951Z"
generated: "2024-12-17T12:09:38.571070486Z"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/kyverno-crds/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/kyverno-crds/tree/main)

# kyverno-crds chart

Giant Swarm offers a kyverno-crds App which can be installed in workload clusters.

The `kyverno-crds` App includes the necessary CRDs to run Kyverno in workload and managament clusters.

## CRDs included in the chart

The chart includes CRDs from the `kyverno.io`, `reports.kyverno.io` and `wgpolicyk8s.io` groups.

```
.
├── kyverno.io
│   ├── kyverno.io_admissionreports.yaml
│   ├── kyverno.io_backgroundscanreports.yaml
│   ├── kyverno.io_cleanuppolicies.yaml
│   ├── kyverno.io_clusteradmissionreports.yaml
│   ├── kyverno.io_clusterbackgroundscanreports.yaml
│   ├── kyverno.io_clustercleanuppolicies.yaml
│   ├── kyverno.io_clusterpolicies.yaml
│   ├── kyverno.io_globalcontextentries.yaml
│   ├── kyverno.io_policies.yaml
│   ├── kyverno.io_policyexceptions.yaml
│   └── kyverno.io_updaterequests.yaml
├── reports.kyverno.io
│   ├── reports.kyverno.io_clusterephemeralreports.yaml
│   └── reports.kyverno.io_ephemeralreports.yaml
└── wgpolicyk8s.io
├── wgpolicyk8s.io_clusterpolicyreports.yaml
└── wgpolicyk8s.io_policyreports.yaml
```

## Configuration

You can configure the CRDs you want to install with the following values:

```yaml
crds:
groups:

# -- Install CRDs in group `kyverno.io`
# -- This field can be overwritten by setting crds.labels in the parent chart
kyverno:
admissionreports: true
backgroundscanreports: true
cleanuppolicies: true
clusteradmissionreports: true
clusterbackgroundscanreports: true
clustercleanuppolicies: true
clusterpolicies: true
globalcontextentries: true
policies: true
policyexceptions: true
updaterequests: true

# -- Install CRDs in group `reports.kyverno.io`
# -- This field can be overwritten by setting crds.labels in the parent chart
reports:
clusterephemeralreports: true
ephemeralreports: true

# -- Install CRDs in group `wgpolicyk8s.io`
# -- This field can be overwritten by setting crds.labels in the parent chart
wgpolicyk8s:
clusterpolicyreports: true
policyreports: true
```
## Credit
- [`kyverno`][kyverno-upstream]

[kyverno-upstream]: https://github.com/kyverno/kyverno
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/README.md
application.giantswarm.io/team: shield
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-test-catalog/kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz-meta/values.schema.json
chartApiVersion: v2
chartFile: kyverno-crds-1.12.0-aba21c090b120b304cbf343892b0a0ea0bd32036.tgz
dateCreated: '2024-12-17T12:09:32.308437Z'
digest: aafada9c83b341ec5b7d08aeb8b1db1501dbd01808ccd9de054470f6b9e2cc71
home: https://github.com/giantswarm/kyverno-crds
icon: https://s.giantswarm.io/app-icons/kyverno/1/light.svg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"crds": {
"type": "object",
"properties": {
"annotations": {
"type": "object",
"properties": {
"helm.sh/resource-policy": {
"type": "string"
}
}
},
"customLabels": {
"type": "object"
}
}
},
"name": {
"type": "string"
},
"serviceType": {
"type": "string"
}
}
}

0 comments on commit 9220a14

Please sign in to comment.