Skip to content

Commit

Permalink
Update default image to vmware registry
Browse files Browse the repository at this point in the history
Update the default multi-cluster image to
projects.registry.vmware.com/antrea/antrea-mc-controller:latest
which is the same as other antrea manifests.

Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone committed Mar 17, 2022
1 parent 1d27432 commit f408a32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Expand Up @@ -585,7 +585,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: antrea/antrea-mc-controller:latest
image: projects.registry.vmware.com/antrea/antrea-mc-controller:latest
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion multicluster/build/yamls/antrea-multicluster-member.yml
Expand Up @@ -2331,7 +2331,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: antrea/antrea-mc-controller:latest
image: projects.registry.vmware.com/antrea/antrea-mc-controller:latest
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down
2 changes: 2 additions & 0 deletions multicluster/hack/generate-manifest.sh
Expand Up @@ -131,6 +131,8 @@ fi

if [ "$MODE" == "release" ]; then
$KUSTOMIZE edit set image antrea/antrea-mc-controller=$IMG_NAME:$IMG_TAG
else
$KUSTOMIZE edit set image antrea/antrea-mc-controller=projects.registry.vmware.com/antrea/antrea-mc-controller:latest
fi
$KUSTOMIZE build
rm -rf $TMP_DIR

0 comments on commit f408a32

Please sign in to comment.