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: 2010826
Task: 48585
Signed-off-by: Nidhi Shivashankara Belur <nidhi.shivashankara.belur@intel.com>
Change-Id: Iff8d17c6738d16ca5780b58385e9aca326e9575e
This commit is contained in:
Nidhi Shivashankara Belur 2023-08-09 23:54:21 +05:30
parent 8efc754e23
commit 7ea7fa7a38
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.6.1
sriov-fec-daemon: starlingx/sriov-fec-daemon:stx.9.0-v2.6.1
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
manager:
image:
repository: docker.io/starlingx/sriov-fec-operator
tag: stx.9.0-v2.6.1
tag: stx.9.0-v2.7.1
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.6.1
tag: stx.9.0-v2.7.1
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.6.1"
SRIOV_FEC_LABELER_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-labeler:stx.9.0-v2.6.1"
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_NETWORK_DEVICE_PLUGIN_IMAGE: "registry.local:9001/ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1"
KUBE_RBAC_PROXY_IMAGE: "registry.local:9001/gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1"