Skip to content

Commit

Permalink
Merge pull request #67 from 27149chen/add-chart-2.1.0
Browse files Browse the repository at this point in the history
update clusterpedia to 0.7.1
  • Loading branch information
Iceber authored Dec 25, 2023
2 parents d65f4a3 + 25c5efd commit e5899c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 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: 2.0.0
version: 2.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.7.0"
appVersion: "v0.7.1"

sources:
- "https://github.com/clusterpedia-io/clusterpedia-helm"
Expand Down
15 changes: 11 additions & 4 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.7.0
tag: v0.7.1
## 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.7.0
tag: v0.7.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -243,10 +243,17 @@ clustersynchroManager:
## alpha: v0.3.0
## AllowSyncAllResources: false

## HealthCheckerWithStandaloneTCP is a feature gate for the cluster health checker to use standalone tcp
## @param HealthCheckerWithStandaloneTCP is a feature gate for the cluster health checker to use standalone tcp
## owner: @iceber
## alpha: v0.6.0
## HealthCheckerWithStandaloneTCP: false

## @param IgnoreSyncLease is a feature gate for the ClusterSynchro to skip syncing leases.coordination.k8s.io,
## if you enable this feature, these resources will not be synced no matter what `syncResources` are defined.
## owner: @27149chen
## alpha: v0.8.0
## IgnoreSyncLease: false

## @param clustersynchroManager.leaderElect.leaseDuration the duration that non-leader candidates will wait after observing a leadership renewal
## @param clustersynchroManager.leaderElect.renewDeadline the interval between attempts by the acting master to renew a leadership slot before it stops leading
## @param clustersynchroManager.leaderElect.retryPeriod the duration the clients should wait between attempting acquisition and renewal of a leadership
Expand Down Expand Up @@ -279,7 +286,7 @@ controllerManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/controller-manager
tag: v0.7.0
tag: v0.7.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down

0 comments on commit e5899c5

Please sign in to comment.