Update Static Image Tags.

- Update static image tags in helm-charts and fluxcd-manifests

Test Status:
- PASS: Build application deb, generate tarball and build docker images,
copy to stx active controller.
- PASS: App upload, apply, remove, delete verified in simplex mode.

Story: 2010975
Task: 49750

Signed-off-by: Nidhi Shivashankara Belur <nidhi.shivashankara.belur@intel.com>
Change-Id: I396ada4b7b0e9c81d360b0ed610c0f110a7e6ebd
This commit is contained in:
Nidhi Shivashankara Belur 2024-03-21 17:45:29 -07:00
parent 1cad76a8a7
commit 1ef93c0a5c
2 changed files with 6 additions and 6 deletions

View File

@ -8,13 +8,13 @@ imagePullSecrets: [{"name": "default-registry-key"}]
images:
tags:
sriov-fec-labeler: starlingx/sriov-fec-labeler:stx.9.0-v2.7.1
sriov-fec-daemon: starlingx/sriov-fec-daemon:stx.9.0-v2.7.1
sriov-fec-labeler: starlingx/sriov-fec-labeler:stx.10.0-v2.8.0
sriov-fec-daemon: starlingx/sriov-fec-daemon:stx.10.0-v2.8.0
manager:
image:
repository: docker.io/starlingx/sriov-fec-operator
tag: stx.9.0-v2.7.1
tag: stx.10.0-v2.8.0
kubeRbacProxy:
name: kube-rbac-proxy

View File

@ -5,7 +5,7 @@
manager:
image:
repository: docker.io/starlingx/sriov-fec-operator
tag: stx.9.0-v2.7.1
tag: stx.10.0-v2.8.0
kubeRbacProxy:
name: kube-rbac-proxy
@ -20,7 +20,7 @@ env:
SRIOV_FEC_ACC200_RESOURCE_NAME: ""
SRIOV_FEC_VFIO_TOKEN: ""
SRIOV_FEC_IMAGE_PULL_SECRET: "default-registry-key"
SRIOV_FEC_DAEMON_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-daemon:stx.9.0-v2.7.1"
SRIOV_FEC_LABELER_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-labeler:stx.9.0-v2.7.1"
SRIOV_FEC_DAEMON_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-daemon:stx.10.0-v2.8.0"
SRIOV_FEC_LABELER_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-labeler:stx.10.0-v2.8.0"
SRIOV_FEC_NETWORK_DEVICE_PLUGIN_IMAGE: "registry.local:9001/ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.6.2"
KUBE_RBAC_PROXY_IMAGE: "registry.local:9001/gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0"