Skip to content

Commit 1377c02

Browse files
authored
Merge pull request #194 from cleverhu/v0.3.0
upgrade clusterpedia to v0.3.0
2 parents 82c3432 + 5732aa3 commit 1377c02

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.2.0"
24+
appVersion: "v0.3.0"
2525

2626
# This is clusterpedia dependencies
2727
dependencies:

charts/values.yaml

Lines changed: 2 additions & 2 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.2.0
103+
tag: v0.3.0
104104
## Specify a imagePullPolicy
105105
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
106106
##
@@ -159,7 +159,7 @@ clustersynchroManager:
159159
image:
160160
registry: ghcr.io
161161
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
162-
tag: v0.2.0
162+
tag: v0.3.0
163163
## Specify a imagePullPolicy
164164
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
165165
##

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.2.0
39+
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.3.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.2.0
26+
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.3.0
2727
command:
2828
- /usr/local/bin/clustersynchro-manager
2929
- --storage-config=/etc/clusterpedia/storage/internalstorage-config.yaml

0 commit comments

Comments
 (0)