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 5bb03d0..2eb0e6f 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 @@ -5,7 +5,7 @@ manager: image: repository: docker.io/starlingx/sriov-fec-operator - tag: stx.10.0-v2.9.0-1 + tag: stx.11.0-v2.11.1 kubeRbacProxy: name: kube-rbac-proxy @@ -21,7 +21,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-1" + SRIOV_FEC_DAEMON_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-daemon:stx.11.0-v2.11.1" SRIOV_FEC_DAEMON_LIVENESS_INITIAL_DELAY_SECONDS: "15" SRIOV_FEC_DAEMON_LIVENESS_PERIOD_SECONDS: "20" SRIOV_FEC_DAEMON_LIVENESS_FAILURE_THRESHOLD: "3" @@ -43,6 +43,6 @@ env: SRIOV_FEC_MANAGER_READINESS_SUCCESS_THRESHOLD: "1" SRIOV_FEC_MANAGER_READINESS_TIMEOUT_SECONDS: "5" SRIOV_FEC_METRIC_GATHER_INTERVAL: "0s" - 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" + SRIOV_FEC_LABELER_IMAGE: "registry.local:9001/docker.io/starlingx/sriov-fec-labeler:stx.11.0-v2.11.1" + SRIOV_FEC_NETWORK_DEVICE_PLUGIN_IMAGE: "registry.local:9001/ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.7.0" KUBE_RBAC_PROXY_IMAGE: "registry.local:9001/gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0" diff --git a/stx-sriov-fec-operator/stx-sriov-fec-operator/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml b/stx-sriov-fec-operator/stx-sriov-fec-operator/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml index d2e4c57..e54c825 100644 --- a/stx-sriov-fec-operator/stx-sriov-fec-operator/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml +++ b/stx-sriov-fec-operator/stx-sriov-fec-operator/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml @@ -5,13 +5,13 @@ imagePullSecrets: [{"name": "default-registry-key"}] images: tags: - 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 + sriov-fec-labeler: starlingx/sriov-fec-labeler:stx.11.0-v2.11.1 + sriov-fec-daemon: starlingx/sriov-fec-daemon:stx.11.0-v2.11.1 manager: image: repository: docker.io/starlingx/sriov-fec-operator - tag: stx.10.0-v2.9.0-1 + tag: stx.11.0-v2.11.1 kubeRbacProxy: name: kube-rbac-proxy