diff --git a/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml b/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml index 3e81b95..82f44ad 100644 --- a/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml +++ b/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/fluxcd-manifests/sriov-fec-operator/sriov-fec-operator-static-overrides.yaml @@ -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 diff --git a/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/helm-charts/sriov-fec-operator/values.yaml b/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/helm-charts/sriov-fec-operator/values.yaml index 570e5c5..e5a124b 100644 --- a/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/helm-charts/sriov-fec-operator/values.yaml +++ b/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/helm-charts/sriov-fec-operator/values.yaml @@ -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"