Skip to content

Commit

Permalink
Merge pull request #637 from Iceber/update_deploy_version
Browse files Browse the repository at this point in the history
0.8.0: update image version of deploy manifests
  • Loading branch information
Iceber authored Jan 8, 2024
2 parents b4117dd + 7ea368c commit 147bc58
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.7.0
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.8.0
command:
- /usr/local/bin/apiserver
- --secure-port=443
Expand Down Expand Up @@ -76,4 +76,4 @@ data:
kind: TracingConfiguration
# default
# endpoint: localhost:4317
samplingRatePerMillion: 1000000
samplingRatePerMillion: 1000000
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.7.0
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.8.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.7.0
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.8.0
command:
- /usr/local/bin/controller-manager
serviceAccountName: clusterpedia-controller-manager
4 changes: 2 additions & 2 deletions kustomize/apiserver/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.7.0
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.8.0
command:
- /usr/local/bin/apiserver
- --secure-port=443
Expand Down Expand Up @@ -76,4 +76,4 @@ data:
kind: TracingConfiguration
# default
# endpoint: localhost:4317
samplingRatePerMillion: 1000000
samplingRatePerMillion: 1000000
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.7.0
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.8.0
command:
- /usr/local/bin/clustersynchro-manager
- --storage-config=/etc/clusterpedia/storage/internalstorage-config.yaml
Expand Down
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.7.0
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.8.0
command:
- /usr/local/bin/controller-manager
serviceAccountName: clusterpedia-controller-manager

0 comments on commit 147bc58

Please sign in to comment.