Update versions of addons
[icn.git] / deploy / cpu-manager / icn / kustomization.yaml
1 apiVersion: kustomize.config.k8s.io/v1beta1
2 kind: Kustomization
3 namespace: kud
4
5 resources:
6 - ../base
7 - issuer.yaml
8 - certificate.yaml
9
10 patchesStrategicMerge:
11 - delete-nodereport-daemonset-patch.yaml
12 - delete-init-pod-patch.yaml
13 - delete-discover-pod-patch.yaml
14 - delete-install-pod-patch.yaml
15 - delete-webhook-secret-patch.yaml
16 - daemonset-init-containers-patch.yaml
17 - webhook-server-config-patch.yaml
18 - webhook-config-inject-cert-patch.yaml
19
20 patchesJson6902:
21 - path: webhook-client-config-patch.json
22   target:
23     kind: MutatingWebhookConfiguration
24     name: cmk-webhook-config
25
26 images:
27 - name: cmk
28   newName: integratedcloudnative/cmk
29   newTag: v1.4.1-no-taint