You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the cert-manager function doesn't specify any /replacements
the tigera-operator function has /replacements, but they're not getting used anywhere afaict
In order to ensure proper replacement of container image refs, this story is to implement the following:
add the three images used in the cert-manager function to airshipctl-base-catalogues/airshipctl-versions.yaml.
there is a single cert-manager entry in that catalogue already, which looks to be unneeded and should be removed. The existing field is referenced by a mapping rule in function/clusterctl/replacements, which is no longer relevant and should be removed.
add a cert-manager/v1.1.0/replacements kustomization, which allows replacement of cert-manager container images from the versions catalogue
create a composite/infra/replacements entrypoint which aggregates the cert-manager replacements and the tigera-operator replacements
anywhere the composite/infra is referenced, in airshipctl or treasuremap, make sure the new composite/infra/replacements is pulled in as appropriate. At the type level, that probably means referencing the new replacements in initinfra/replacements. If there is a test-site site-level reference to composite/infra in airshipctl, then the replacements should be applied in that same kustomization.yaml.
The text was updated successfully, but these errors were encountered:
As it stands today:
/replacements
/replacements
, but they're not getting used anywhere afaictIn order to ensure proper replacement of container image refs, this story is to implement the following:
airshipctl-base-catalogues/airshipctl-versions.yaml
.function/clusterctl/replacements
, which is no longer relevant and should be removed.cert-manager/v1.1.0/replacements
kustomization, which allows replacement of cert-manager container images from the versions cataloguecomposite/infra/replacements
entrypoint which aggregates the cert-manager replacements and the tigera-operator replacementscomposite/infra
is referenced, in airshipctl or treasuremap, make sure the newcomposite/infra/replacements
is pulled in as appropriate. At the type level, that probably means referencing the new replacements ininitinfra/replacements
. If there is atest-site
site-level reference tocomposite/infra
in airshipctl, then the replacements should be applied in that same kustomization.yaml.The text was updated successfully, but these errors were encountered: