airshipctl/manifests/function/airshipctl-base-catalogues
Ruslan Aliev 38849e63d1 Use kube-webhook-certgen image from quay.io
Allows to avoid docker pull limit issue.

Change-Id: Ic3cb4be1945f95962a185bdfd8d50c6e7746d2e4
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2021-07-30 16:12:51 -05:00
..
2021-05-19 15:13:34 +00:00

Function: airshipctl-base-catalogues

This function defines some default VariableCatalogue resources, which can be consumed and used (via ReplacementTransformer) to change the versioning and resource locations used by functions in the airshipctl project. More base catalogues will be added here in the future.

This catalogue can be used as-is to simply apply defaults, or a different catalogue may be supplied (with the same versions-airshipctl name) as a kustomize resource. The catalogue in this function can also be patched at the composite, type, or site level to reconfigure the versions.

The versions info falls under these keys:

  • helm_repositories: Helm chart locations

  • charts: Helm chart names and versions

  • files: image file (etc) locations and versions

  • capi_images: cluster-api container image registries and versions

  • images: container image registries and versions

  • kubernetes: a standalone key for the Kubernetes version to use

Versions that are defined for specific resources in specific functions (e.g., container images) are categorized in the catalogue according to the function and resource they will be applied to. E.g., images.baremetal_operator.ironic.dnsmasq.