Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default image to vmware registry #3466

Merged
merged 1 commit into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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