Skip to content

Commit

Permalink
Merge pull request #19 from Songjoy/fix
Browse files Browse the repository at this point in the history
Update clusterpedia image to v0.5.2
  • Loading branch information
Iceber committed Dec 1, 2022
2 parents 6892838 + ad1e13e commit 90975db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/clusterpedia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.1.0

# This is the version number of the application being deployed. This version number should be
# 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.1"
appVersion: "v0.5.2"

sources:
- "https://github.com/clusterpedia-io/clusterpedia-helm"
Expand Down
6 changes: 3 additions & 3 deletions charts/clusterpedia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ rm /var/local/clusterpedia/internalstorage/<storage type>
| apiserver.image.pullSecrets | list | `[]` | |
| apiserver.image.registry | string | `"ghcr.io"` | |
| apiserver.image.repository | string | `"clusterpedia-io/clusterpedia/apiserver"` | |
| apiserver.image.tag | string | `"v0.5.1"` | |
| apiserver.image.tag | string | `"v0.5.2"` | |
| apiserver.labels | object | `{}` | |
| apiserver.nodeSelector | object | `{}` | |
| apiserver.podAnnotations | object | `{}` | |
Expand All @@ -250,7 +250,7 @@ rm /var/local/clusterpedia/internalstorage/<storage type>
| clustersynchroManager.image.pullSecrets | list | `[]` | |
| clustersynchroManager.image.registry | string | `"ghcr.io"` | |
| clustersynchroManager.image.repository | string | `"clusterpedia-io/clusterpedia/clustersynchro-manager"` | |
| clustersynchroManager.image.tag | string | `"v0.5.1"` | |
| clustersynchroManager.image.tag | string | `"v0.5.2"` | |
| clustersynchroManager.labels | object | `{}` | |
| clustersynchroManager.nodeSelector | object | `{}` | |
| clustersynchroManager.podAnnotations | object | `{}` | |
Expand All @@ -269,7 +269,7 @@ rm /var/local/clusterpedia/internalstorage/<storage type>
| controllerManager.image.pullSecrets | list | `[]` | |
| controllerManager.image.registry | string | `"ghcr.io"` | |
| controllerManager.image.repository | string | `"clusterpedia-io/clusterpedia/controller-manager"` | |
| controllerManager.image.tag | string | `"v0.5.1"` | |
| controllerManager.image.tag | string | `"v0.5.2"` | |
| controllerManager.labels | object | `{}` | |
| controllerManager.nodeSelector | object | `{}` | |
| controllerManager.podAnnotations | object | `{}` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/clusterpedia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ apiserver:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/apiserver
tag: v0.5.1
tag: v0.5.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -182,7 +182,7 @@ clustersynchroManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
tag: v0.5.1
tag: v0.5.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -254,7 +254,7 @@ controllerManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/controller-manager
tag: v0.5.1
tag: v0.5.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down

0 comments on commit 90975db

Please sign in to comment.