Skip to content

Commit

Permalink
Merge pull request #349 from Iceber/0.5.0
Browse files Browse the repository at this point in the history
update image tags to 0.5.0 and update charts index.yaml
  • Loading branch information
Iceber authored Sep 14, 2022
2 parents 27d6a2d + c787c42 commit 0d8d972
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 35 deletions.
2 changes: 1 addition & 1 deletion charts/clusterpedia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.0.3
# 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.5.0-beta.0"
appVersion: "v0.5.0"

sources:
- "https://github.com/clusterpedia-io/clusterpedia"
Expand Down
6 changes: 3 additions & 3 deletions charts/clusterpedia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ apiserver:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/apiserver
tag: v0.5.0-beta.0
tag: v0.5.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -167,7 +167,7 @@ clustersynchroManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
tag: v0.5.0-beta.0
tag: v0.5.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -239,7 +239,7 @@ controllerManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/controller-manager
tag: v0.5.0-beta.0
tag: v0.5.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down
83 changes: 55 additions & 28 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,58 @@
apiVersion: v1
entries:
clusterpedia:
- apiVersion: v2
appVersion: v0.5.0-beta.0
created: "2022-09-06T17:04:00.757438+08:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: mysql.enabled
name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.x.x
description: A Helm chart for Kubernetes
digest: 6f336c45b0ed66edf15b98589c0ac8a52243756255638059d9c658b78b46027e
maintainers:
- name: clusterpedia-io
url: https://github.com/clusterpedia-io/clusterpedia
name: clusterpedia
sources:
- https://github.com/clusterpedia-io/clusterpedia
type: application
urls:
- 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-09-06T17:04:00.738721+08:00"
- apiVersion: v2
appVersion: v0.5.0
created: "2022-09-14T11:39:40.253858+08:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: mysql.enabled
name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.x.x
description: A Helm chart for Kubernetes
digest: 0136ae452cfc0b7d320b5a722851bea671929504fe4d9f2064fb0253be8be4c7
maintainers:
- name: clusterpedia-io
url: https://github.com/clusterpedia-io/clusterpedia
name: clusterpedia
sources:
- https://github.com/clusterpedia-io/clusterpedia
type: application
urls:
- https://github.com/clusterpedia-io/clusterpedia/releases/download/v0.5.0/clusterpedia-0.5.0.tgz
version: 0.0.3
- apiVersion: v2
appVersion: v0.5.0-beta.0
created: "2022-09-14T11:39:40.263444+08:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
- condition: mysql.enabled
name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.x.x
description: A Helm chart for Kubernetes
digest: 6f336c45b0ed66edf15b98589c0ac8a52243756255638059d9c658b78b46027e
maintainers:
- name: clusterpedia-io
url: https://github.com/clusterpedia-io/clusterpedia
name: clusterpedia
sources:
- https://github.com/clusterpedia-io/clusterpedia
type: application
urls:
- 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-09-14T11:39:40.242489+08:00"
2 changes: 1 addition & 1 deletion deploy/clusterpedia_apiserver_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: apiserver
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.5.0-beta.0
image: ghcr.io/clusterpedia-io/clusterpedia/apiserver:v0.5.0
command:
- /usr/local/bin/apiserver
- --secure-port=443
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterpedia_clustersynchro_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: manager
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.5.0-beta.0
image: ghcr.io/clusterpedia-io/clusterpedia/clustersynchro-manager:v0.5.0
command:
- /usr/local/bin/clustersynchro-manager
- --storage-config=/etc/clusterpedia/storage/internalstorage-config.yaml
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterpedia_controller_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: manager
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.5.0-beta.0
image: ghcr.io/clusterpedia-io/clusterpedia/controller-manager:v0.5.0
command:
- /usr/local/bin/controller-manager
serviceAccountName: clusterpedia-controller-manager

0 comments on commit 0d8d972

Please sign in to comment.