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
17 lines
426 B
YAML
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"]
|
|
|