Skip to content

Commit ff15c02

Browse files
authored
Merge pull request #342 from Iceber/0.5.0-beta.0
update image tags to v0.5.0-beta.0
2 parents 3a46b95 + f835bbe commit ff15c02

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/clusterpedia/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.4.1"
24+
appVersion: "v0.5.0-beta.0"
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
@@ -100,7 +100,7 @@ apiserver:
100100
image:
101101
registry: ghcr.io
102102
repository: clusterpedia-io/clusterpedia/apiserver
103-
tag: v0.4.1
103+
tag: v0.5.0-beta.0
104104
## Specify a imagePullPolicy
105105
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
106106
##
@@ -158,7 +158,7 @@ clustersynchroManager:
158158
image:
159159
registry: ghcr.io
160160
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
161-
tag: v0.4.1
161+
tag: v0.5.0-beta.0
162162
## Specify a imagePullPolicy
163163
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
164164
##
@@ -230,7 +230,7 @@ controllerManager:
230230
image:
231231
registry: ghcr.io
232232
repository: clusterpedia-io/clusterpedia/controller-manager
233-
tag: v0.4.1
233+
tag: v0.5.0-beta.0
234234
## Specify a imagePullPolicy
235235
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
236236
##

charts/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
entries:
33
clusterpedia:
44
- apiVersion: v2
5-
appVersion: v0.4.1
5+
appVersion: v0.5.0-beta.0
66
created: "2022-08-17T14:17:49.111199+08:00"
77
dependencies:
88
- condition: postgresql.enabled
@@ -20,6 +20,6 @@ entries:
2020
name: clusterpedia
2121
type: application
2222
urls:
23-
- https://github.com/clusterpedia-io/clusterpedia/releases/download/v0.4.1/clusterpedia-0.4.1.tgz
23+
- https://github.com/clusterpedia-io/clusterpedia/releases/download/v0.5.0-beta.0/clusterpedia-0.5.0-beta.0.tgz
2424
version: 0.0.2
2525
generated: "2022-08-17T14:17:49.099224+08:00"

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

0 commit comments

Comments
 (0)