Set image of private repository for tigera-operator.yaml calico-node

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version:1.28.4
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:vagrant
Host OS: ubuntu
CNI and version:1.26.4
CRI and version:

Hi i used tigera-operator.yaml. have private image proxy repository in IP:1818. created imageset like below in custom-resources.yaml but when i see calico-node it pull from docker.io/calico/pod2daemon-flexvol:v3.26.4 not private rerpository:

apiVersion: operator.tigera.io/v1
kind: ImageSet
metadata:
  name: calico-v3.26.4
spec:
  images:
    - image: '<IP:1818>/calico/apiserver'
      digest: 'sha256:c520f71091cd09a9c9628a4e010f6fbc6118da9573af46af5b3f4c3ed8d463dc'
    - image: '<IP:1818>/calico/cni'
      digest: 'sha256:7c5895c5d6ed3266bcd405fbcdbb078ca484688673c3479f0f18bf072d58c242'
    - image: '<IP:1818>/calico/kube-controllers'
      digest: 'sha256:5fce14b4dfcd63f1a4663176be4f236600b410cd896d054f56291c566292c86e'
    - image: '<IP:1818>/calico/node'
      digest: 'sha256:a8b77a5f27b167501465f7f5fb7601c44af4df8dccd1c7201363bbb301d1fe40'
    - image: '<IP:1818>/calico/typha'
      digest: 'sha256:ebe99272d38ff65255c1fba33c17d10f588b612625b19c68fe5aeed0f134fa74'
    - image: '<IP:1818>/calico/pod2daemon-flexvol'
      digest: 'sha256:cf169a0c328a5b4f2dc96b224c3cf6dbc2c8269c6ecafac54bc1de00102b665e'
    - image: '<IP:1818>/tigera/operator'
      digest: 'sha256:431f037ff18b5c867d01312e42671effc55602421aeed25dd3f6109f70596b4a'
    - image: '<IP:1818>/tigera/key-cert-provisioner'
      digest: 'sha256:6e41fbebfe44b70baa7a2886aa55e618cb1f01b356733ab11755312e65c7a4ed'