Skip to content

Commit

Permalink
Migration to MCR (#272)
Browse files Browse the repository at this point in the history
* change pipelines to push to ecpacr
  • Loading branch information
martiniadam authored Apr 19, 2024
1 parent 82d642d commit 7b492c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ steps:
exit 1
fi
make REGISTRY=ecpacr.azurecr.io IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make REGISTRY=mocimages.azurecr.io IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make PROD_REGISTRY=ecpacr.azurecr.io IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) release
make PROD_REGISTRY=ecpacr.azurecr.io IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) generate-flavors
make PROD_REGISTRY=ecpacr.azurecr.io IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) release-pipelines
make REGISTRY=ecpacr.azurecr.io/public/aksarc/ IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make REGISTRY=ecpacr.azurecr.io/internal/aksarc/ IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) docker-build docker-push
make PROD_REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) release
make PROD_REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) generate-flavors
make PROD_REGISTRY=ecpacr.azurecr.io/public/aksarc IMAGE_NAME=caphcontroller TAG=$(RELEASE_TAG) release-pipelines
workingDirectory: "$(System.DefaultWorkingDirectory)"
displayName: "Build CAPH"
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: ecpacr.azurecr.io/kube-rbac-proxy:v0.12.0
image: mcr.microsoft.com/oss/kubernetes/kube-rbac-proxy:v0.12.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- args:
- "--v=6"
- "--metrics-bind-addr=127.0.0.1:8080"
image: ecpacr.azurecr.io/caphcontroller:latest
image: ecpacr.azurecr.io/public/aksarc/caphcontroller:latest
imagePullPolicy: Always
name: manager
ports:
Expand Down

0 comments on commit 7b492c0

Please sign in to comment.