Skip to content

Commit 478a4f3

Browse files
authored
Merge pull request #128 from Iceber/v0.2.0
update deployed image tag to v0.2.0
2 parents bf15e82 + a419c6f commit 478a4f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ apiserver:
9999
image:
100100
registry: ghcr.io
101101
repository: clusterpedia-io/clusterpedia/apiserver
102-
tag: v0.1.0
102+
tag: v0.2.0
103103
## Specify a imagePullPolicy
104104
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
105105
##
@@ -150,7 +150,7 @@ clustersynchroManager:
150150
image:
151151
registry: ghcr.io
152152
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
153-
tag: v0.1.0
153+
tag: v0.2.0
154154
## Specify a imagePullPolicy
155155
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
156156
##

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

0 commit comments

Comments
 (0)