Skip to content

Commit fb84406

Browse files
authored
Merge pull request #405 from Iceber/update_image_and_chart_version_0.5
[release 0.5] update image and chart version
2 parents dc7c33a + bbe2d77 commit fb84406

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

charts/clusterpedia/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.3
18+
version: 0.0.4
1919

2020
# This is the version number of the application being deployed. This version number should be
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.5.0"
24+
appVersion: "v0.5.1"
2525

2626
sources:
2727
- "https://github.com/clusterpedia-io/clusterpedia"

charts/clusterpedia/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ apiserver:
112112
image:
113113
registry: ghcr.io
114114
repository: clusterpedia-io/clusterpedia/apiserver
115-
tag: v0.5.0
115+
tag: v0.5.1
116116
## Specify a imagePullPolicy
117117
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
118118
##
@@ -172,7 +172,7 @@ clustersynchroManager:
172172
image:
173173
registry: ghcr.io
174174
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
175-
tag: v0.5.0
175+
tag: v0.5.1
176176
## Specify a imagePullPolicy
177177
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
178178
##
@@ -244,7 +244,7 @@ controllerManager:
244244
image:
245245
registry: ghcr.io
246246
repository: clusterpedia-io/clusterpedia/controller-manager
247-
tag: v0.5.0
247+
tag: v0.5.1
248248
## Specify a imagePullPolicy
249249
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
250250
##

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.5.0
39+
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.5.1
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.5.0
26+
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.5.1
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:v0.5.0
26+
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.5.1
2727
command:
2828
- /usr/local/bin/controller-manager
2929
serviceAccountName: clusterpedia-controller-manager

0 commit comments

Comments
 (0)