Add missing replacements for vino

Change-Id: I6508e5ff4ae0c3caf71293b7acece7b7a4015e0b
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2021-06-12 19:45:38 -05:00
parent b20777dd7d
commit 00db16fc74
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
2 changed files with 55 additions and 2 deletions

View File

@ -104,9 +104,17 @@ spec:
kube-rbac-proxy:
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.5.0
libvirt:
image: quay.io/airshipit/libvirt
image: quay.io/airshipit/libvirt:latest-ubuntu_bionic
gnu-tls:
image: quay.io/airshipit/gnu-tls:latest-minideb
sushy-tools:
image: quay.io/metal3-io/sushy-tools:latest
manager:
image: quay.io/airshipit/vino:6480ddc3ba98fba21fd692b8489adb0177abb8b5
vino-builder:
image: quay.io/airshipit/vino-builder:6480ddc3ba98fba21fd692b8489adb0177abb8b5
nodelabellel:
image: quay.io/airshipit/nodelabellel:latest
synclabeller:
synclabeller:
kube-rbac-proxy:

View File

@ -36,4 +36,49 @@ replacements:
objref:
kind: ConfigMap
name: vino-daemonset-template
fieldrefs: ["data.template%quay.io/airshipit/libvirt%"]
# Start using replacement variable on vino side
fieldrefs: ["data.template%quay.io/airshipit/libvirt:latest-ubuntu_bionic%"]
- source:
objref:
kind: VersionsCatalogue
name: versions-treasuremap
fieldref: "{.spec.images.vino.vino.vino-builder.image}"
target:
objref:
kind: ConfigMap
name: vino-daemonset-template
# Start using replacement variable on vino side
fieldrefs: ["data.template%quay.io/airshipit/vino-builder%"]
- source:
objref:
kind: VersionsCatalogue
name: versions-treasuremap
fieldref: "{.spec.images.vino.vino.gnu-tls.image}"
target:
objref:
kind: ConfigMap
name: vino-daemonset-template
# Start using replacement variable on vino side
fieldrefs: ["data.template%quay.io/airshipit/gnu-tls:latest-minideb%"]
- source:
objref:
kind: VersionsCatalogue
name: versions-treasuremap
fieldref: "{.spec.images.vino.vino.sushy-tools.image}"
target:
objref:
kind: ConfigMap
name: vino-daemonset-template
# Start using replacement variable on vino side
fieldrefs: ["data.template%quay.io/metal3-io/sushy-tools:latest%"]
- source:
objref:
kind: VersionsCatalogue
name: versions-treasuremap
fieldref: "{.spec.images.vino.vino.nodelabellel.image}"
target:
objref:
kind: ConfigMap
name: vino-daemonset-template
# Start using replacement variable on vino side
fieldrefs: ["data.template%quay.io/airshipit/nodelabellel%"]