Files
airshipctl/manifests/function/helm-operator/replacements/versions.yaml
Matt McEuen 128a2e5e3f Add additional versions replacements
This adds catalogue-based version replacement to the following
functions, which were added since version replacement was
introduced:
- calico (consumed via the infra composite)
- helm-operator
- hwcc (not actually used in any site definitions yet)

Change-Id: If4d6b9f64d7f170ddf0d79455cfd3cfce260f128
2020-10-08 14:58:48 -05:00

17 lines
426 B
YAML

apiVersion: airshipit.org/v1alpha1
kind: ReplacementTransformer
metadata:
name: helm-operator-versions-replacements
replacements:
- source:
objref:
kind: VariableCatalogue
name: versions-airshipctl
fieldref: images.helm_operator.helm_operator.helm_operator
target:
objref:
kind: Deployment
name: helm-operator
fieldrefs: ["spec.template.spec.containers[name=helm-operator].image"]