From a2dc2c79e650a4f9fa1586e04df5f7ede9cfa201 Mon Sep 17 00:00:00 2001 From: Nidhi Shivashankara Belur Date: Tue, 21 May 2024 12:23:02 +0530 Subject: [PATCH] Fix labeler image env variable name Test Status: PASS: app build. PASS: app upload, apply, remove. delete. Story: 2011121 Task: 50132 Signed-off-by: Nidhi Shivashankara Belur Change-Id: I6f4c7db2a36056739b179c0b9ebdfcd832ffd604 --- .../sriov-fec-operator-helm/sriov-fec-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/custom/sriov-fec-operator-helm/sriov-fec-operator-helm/sriov-fec-operator/values.yaml b/helm-charts/custom/sriov-fec-operator-helm/sriov-fec-operator-helm/sriov-fec-operator/values.yaml index 52beeb7..570eb70 100644 --- a/helm-charts/custom/sriov-fec-operator-helm/sriov-fec-operator-helm/sriov-fec-operator/values.yaml +++ b/helm-charts/custom/sriov-fec-operator-helm/sriov-fec-operator-helm/sriov-fec-operator/values.yaml @@ -21,6 +21,6 @@ env: 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_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" 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"