fd4cf27fbf
* added patches to pin clusterctl image to v0.3.22 and CAPI components to v1alpha3 version in docker-test-site Closes: #642 Change-Id: I43d04845d8b2a8f9244736f891893af39d81c200
25 lines
925 B
YAML
25 lines
925 B
YAML
resources:
|
|
- ../../../type/gating/phases
|
|
- ../../../function/airshipctl-base-catalogues
|
|
patchesJson6902:
|
|
- target:
|
|
group: airshipit.org
|
|
version: v1alpha1
|
|
kind: Clusterctl
|
|
name: "clusterctl_init"
|
|
path: infrastructure-providers.json
|
|
patchesStrategicMerge:
|
|
- plan_patch.yaml
|
|
- cluster_map_patch.yaml
|
|
- executor_patch.yaml
|
|
# clusterctl_image_patch.yaml replaces localhost/clusterctl:latest image to clusterctl v0.3.22 utility image
|
|
# capi_provider_patch.yaml pins v1alpha3 CAPI components providers and images for docker-test-site
|
|
- clusterctl_image_patch.yaml
|
|
- capi_provider_patch.yaml
|
|
transformers:
|
|
# Commenting clusterctl replacements to used v1alpha3 CAPI component images
|
|
# This needsto uncomment again once docker provider is upgraded to v1alpha4
|
|
# and above 2 patches can be deleted
|
|
# - ../../../function/clusterctl/replacements
|
|
- ../../../phases/replacements
|