Skip to content

Commit

Permalink
Merge pull request #534 from Iceber/update_image
Browse files Browse the repository at this point in the history
deploy: update image tag to v0.7.0
  • Loading branch information
Iceber authored Jul 4, 2023
2 parents a3cdc94 + 887838a commit b88e267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/clusterpedia_apiserver_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: apiserver
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.6.0
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.7.0
command:
- /usr/local/bin/apiserver
- --secure-port=443
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterpedia_clustersynchro_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: manager
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.6.0
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.7.0
command:
- /usr/local/bin/clustersynchro-manager
- --storage-config=/etc/clusterpedia/storage/internalstorage-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterpedia_controller_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: manager
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.6.0
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.7.0
command:
- /usr/local/bin/controller-manager
serviceAccountName: clusterpedia-controller-manager

0 comments on commit b88e267

Please sign in to comment.