mirror of https://git.rancher.io/charts
Enable generate CRD chart
parent
19b1be917d
commit
df740fecc8
|
@ -3,6 +3,7 @@ All notable changes from the upstream OPA Gatekeeper chart will be added to this
|
||||||
|
|
||||||
## [Package Version 00] - 2020-07-27
|
## [Package Version 00] - 2020-07-27
|
||||||
### Added
|
### Added
|
||||||
|
- Enabled the CRD chart generator in `package.yaml`
|
||||||
|
|
||||||
### Modified
|
### Modified
|
||||||
- Updated chart version in `Chart.yaml` to follow the upstream's format `v3.1.0-beta.X`
|
- Updated chart version in `Chart.yaml` to follow the upstream's format `v3.1.0-beta.X`
|
||||||
|
|
|
@ -2,3 +2,6 @@ url: https://github.com/open-policy-agent/gatekeeper.git
|
||||||
subdirectory: charts/gatekeeper
|
subdirectory: charts/gatekeeper
|
||||||
type: git
|
type: git
|
||||||
commit: 9a8051ac8fa3dc407056ed0293a0d97210386115
|
commit: 9a8051ac8fa3dc407056ed0293a0d97210386115
|
||||||
|
generateCRDChart:
|
||||||
|
enabled: true
|
||||||
|
providesGVR: configs.config.gatekeeper.sh/v1alpha1
|
||||||
|
|
Loading…
Reference in New Issue