mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
14 lines
236 B
YAML
Executable file
14 lines
236 B
YAML
Executable file
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../bundle/
|
|
|
|
transformers:
|
|
- labels.yaml
|
|
|
|
images:
|
|
- name: ghcr.io/kyverno/kyverno
|
|
newTag: v1.7.0-rc1
|
|
- name: ghcr.io/kyverno/kyvernopre
|
|
newTag: v1.7.0-rc1
|