From 29d4699662a4a5158a9c3071f4fc4d2e186ad169 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Wed, 6 Mar 2024 11:13:37 -0800 Subject: [PATCH] Stop referencing the VMware Harbor registry for ipfix-collector The ipfix-collector YAML manifest should no longer reference the VMware Harbor registry. The image should be pulled from DockerHub. See https://github.com/antrea-io/antrea/issues/6003 Signed-off-by: Antonin Bas --- build/yamls/collector/templates/ipfix-collector.yaml | 2 +- build/yamls/ipfix-collector.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/yamls/collector/templates/ipfix-collector.yaml b/build/yamls/collector/templates/ipfix-collector.yaml index 41f8eb37..924044a7 100644 --- a/build/yamls/collector/templates/ipfix-collector.yaml +++ b/build/yamls/collector/templates/ipfix-collector.yaml @@ -49,7 +49,7 @@ spec: {{- end }} - --ipfix.port={{ .Values.port }} - --ipfix.transport={{ .Values.protocol }} - image: projects.registry.vmware.com/antrea/ipfix-collector:{{ .Values.image_tag }} + image: antrea/ipfix-collector:{{ .Values.image_tag }} imagePullPolicy: IfNotPresent name: ipfix-collector ports: diff --git a/build/yamls/ipfix-collector.yaml b/build/yamls/ipfix-collector.yaml index e926057b..aca1a5dd 100644 --- a/build/yamls/ipfix-collector.yaml +++ b/build/yamls/ipfix-collector.yaml @@ -50,7 +50,7 @@ spec: - args: - --ipfix.port=4739 - --ipfix.transport=tcp - image: projects.registry.vmware.com/antrea/ipfix-collector:latest + image: antrea/ipfix-collector:latest imagePullPolicy: IfNotPresent name: ipfix-collector ports: