Update static image tags
Update static image tags in helm-charts and fluxcd-manifests Test Plan: PASS: Install the application and override the values of the probe environment variables, then verify that both the daemonset and the controller are respecting the changes. PASS: Validate basic application lifecycle operations: upload/apply/remove/delete. Closes-Bug: #2087998 Change-Id: Ic101617b53c0d7cc3c8ea4a3f59eb0ed5173c9bc Signed-off-by: Thiago Miranda <tmarques@windriver.com>
This commit is contained in:
parent
d813ce95f2
commit
e8619c92b5
@ -5,7 +5,7 @@
|
||||
manager:
|
||||
image:
|
||||
repository: docker.io/starlingx/sriov-fec-operator
|
||||
tag: stx.10.0-v2.9.0
|
||||
tag: stx.10.0-v2.9.0-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.10.0-v2.9.0"
|
||||
SRIOV_FEC_DAEMON_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-daemon:stx.10.0-v2.9.0-1"
|
||||
SRIOV_FEC_DAEMON_LIVENESS_INITIAL_DELAY_SECONDS: "15"
|
||||
SRIOV_FEC_DAEMON_LIVENESS_PERIOD_SECONDS: "20"
|
||||
SRIOV_FEC_DAEMON_LIVENESS_FAILURE_THRESHOLD: "3"
|
||||
@ -42,6 +42,6 @@ env:
|
||||
SRIOV_FEC_MANAGER_READINESS_SUCCESS_THRESHOLD: "1"
|
||||
SRIOV_FEC_MANAGER_READINESS_TIMEOUT_SECONDS: "5"
|
||||
SRIOV_FEC_METRIC_GATHER_INTERVAL: "15s"
|
||||
SRIOV_FEC_LABELER_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-labeler:stx.10.0-v2.9.0"
|
||||
SRIOV_FEC_LABELER_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-labeler:stx.10.0-v2.9.0-1"
|
||||
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"
|
||||
|
@ -5,13 +5,13 @@ imagePullSecrets: [{"name": "default-registry-key"}]
|
||||
|
||||
images:
|
||||
tags:
|
||||
sriov-fec-labeler: starlingx/sriov-fec-labeler:stx.10.0-v2.9.0
|
||||
sriov-fec-daemon: starlingx/sriov-fec-daemon:stx.10.0-v2.9.0
|
||||
sriov-fec-labeler: starlingx/sriov-fec-labeler:stx.10.0-v2.9.0-1
|
||||
sriov-fec-daemon: starlingx/sriov-fec-daemon:stx.10.0-v2.9.0-1
|
||||
|
||||
manager:
|
||||
image:
|
||||
repository: docker.io/starlingx/sriov-fec-operator
|
||||
tag: stx.10.0-v2.9.0
|
||||
tag: stx.10.0-v2.9.0-1
|
||||
|
||||
kubeRbacProxy:
|
||||
name: kube-rbac-proxy
|
||||
|
Loading…
x
Reference in New Issue
Block a user