Skip to content

Commit

Permalink
update image tags to v0.5.0-beta.0
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Sep 6, 2022
1 parent df3f4f9 commit 7d8b859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clusterpedia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.0.2
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.1"
appVersion: "v0.5.0-beta.0"

sources:
- "https://github.com/clusterpedia-io/clusterpedia"
Expand Down
6 changes: 3 additions & 3 deletions clusterpedia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ apiserver:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/apiserver
tag: v0.4.1
tag: v0.5.0-beta.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -158,7 +158,7 @@ clustersynchroManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
tag: v0.4.1
tag: v0.5.0-beta.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -230,7 +230,7 @@ controllerManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/controller-manager
tag: v0.4.1
tag: v0.5.0-beta.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
entries:
clusterpedia:
- apiVersion: v2
appVersion: v0.4.1
appVersion: v0.5.0-beta.0
created: "2022-08-17T14:17:49.111199+08:00"
dependencies:
- condition: postgresql.enabled
Expand All @@ -20,6 +20,6 @@ entries:
name: clusterpedia
type: application
urls:
- https://github.com/clusterpedia-io/clusterpedia/releases/download/v0.4.1/clusterpedia-0.4.1.tgz
- https://github.com/clusterpedia-io/clusterpedia/releases/download/v0.5.0-beta.0/clusterpedia-0.5.0-beta.0.tgz
version: 0.0.2
generated: "2022-08-17T14:17:49.099224+08:00"

0 comments on commit 7d8b859

Please sign in to comment.