Skip to content

Commit

Permalink
0.8.0: update image version of deploy manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Jan 4, 2024
1 parent b4117dd commit 7ea368c
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 7ea368c

Please sign in to comment.