Skip to content

Commit fbf0f4f

Browse files
authored
Merge pull request #275 from Iceber/0.4.0
update deploy images to 0.4.0
2 parents a1080ff + ebf6715 commit fbf0f4f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.0.2
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.3.0"
24+
appVersion: "v0.4.0"
2525

2626
# This is clusterpedia dependencies
2727
dependencies:

charts/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ apiserver:
100100
image:
101101
registry: ghcr.io
102102
repository: clusterpedia-io/clusterpedia/apiserver
103-
tag: v0.3.0
103+
tag: v0.4.0
104104
## Specify a imagePullPolicy
105105
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
106106
##
@@ -157,7 +157,7 @@ clustersynchroManager:
157157
image:
158158
registry: ghcr.io
159159
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
160-
tag: v0.3.0
160+
tag: v0.4.0
161161
## Specify a imagePullPolicy
162162
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
163163
##
@@ -228,7 +228,7 @@ controllerManager:
228228
image:
229229
registry: ghcr.io
230230
repository: clusterpedia-io/clusterpedia/controller-manager
231-
tag: latest
231+
tag: v0.4.0
232232
## Specify a imagePullPolicy
233233
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
234234
##

deploy/clusterpedia_apiserver_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: apiserver
39-
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.3.0
39+
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.4.0
4040
command:
4141
- /usr/local/bin/apiserver
4242
- --secure-port=443

deploy/clusterpedia_clustersynchro_manager_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: manager
26-
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.3.0
26+
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.4.0
2727
command:
2828
- /usr/local/bin/clustersynchro-manager
2929
- --storage-config=/etc/clusterpedia/storage/internalstorage-config.yaml

deploy/clusterpedia_controller_manager_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: manager
26-
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:latest
26+
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.4.0
2727
command:
2828
- /usr/local/bin/controller-manager
2929
serviceAccountName: clusterpedia-controller-manager

0 commit comments

Comments
 (0)