Skip to content

Commit

Permalink
revert docker image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl1594 committed Jul 22, 2024
1 parent 95f5c08 commit 5b4c48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test:

docker:
docker build . -t apache/cloudstack-kubernetes-provider:${GIT_COMMIT_SHORT}
docker tag apache/cloudstack-kubernetes-provider:${GIT_COMMIT_SHORT} pearl1594/cloudstack-kubernetes-provider:v9
docker tag apache/cloudstack-kubernetes-provider:${GIT_COMMIT_SHORT} apache/cloudstack-kubernetes-provider:latest
ifneq (${GIT_IS_TAG},NOT_A_TAG)
docker tag apache/cloudstack-kubernetes-provider:${GIT_COMMIT_SHORT} pearl1594/cloudstack-kubernetes-provider:${GIT_TAG}
docker tag apache/cloudstack-kubernetes-provider:${GIT_COMMIT_SHORT} apache/cloudstack-kubernetes-provider:${GIT_TAG}
endif
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
spec:
containers:
- name: cloud-controller-manager
image: pearl1594/cloudstack-kubernetes-provider:v9
image: apache/cloudstack-kubernetes-provider:v1.1.0
imagePullPolicy: IfNotPresent
args:
- --leader-elect=true
Expand Down

0 comments on commit 5b4c48c

Please sign in to comment.