Skip to content

Commit

Permalink
Stop referencing the VMware Harbor registry for ipfix-collector (#347)
Browse files Browse the repository at this point in the history
The ipfix-collector YAML manifest should no longer reference the VMware
Harbor registry. The image should be pulled from DockerHub.

See antrea-io/antrea#6003

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
  • Loading branch information
antoninbas authored Mar 7, 2024
1 parent 6cf9613 commit 03d04a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/yamls/collector/templates/ipfix-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build/yamls/ipfix-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03d04a6

Please sign in to comment.