Skip to content

Commit

Permalink
Merge pull request #50 from Iceber/bump_clusterpedia
Browse files Browse the repository at this point in the history
clusterpedia: bump clusterpedia to 0.7.0
  • Loading branch information
Iceber authored Jul 4, 2023
2 parents 5f7f944 + 9c2264f commit 7ae3e47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6.3
version: 1.7.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.6.3"
appVersion: "v0.7.0"

sources:
- "https://github.com/clusterpedia-io/clusterpedia-helm"
Expand Down
6 changes: 3 additions & 3 deletions charts/clusterpedia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ apiserver:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/apiserver
tag: v0.6.3
tag: v0.7.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -190,7 +190,7 @@ clustersynchroManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
tag: v0.6.3
tag: v0.7.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -277,7 +277,7 @@ controllerManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/controller-manager
tag: v0.6.3
tag: v0.7.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down

0 comments on commit 7ae3e47

Please sign in to comment.