Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clusterpedia: bump clusterpedia to 0.8.0 #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0
version: 2.3.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.1"
appVersion: "v0.8.0"

sources:
- "https://github.com/clusterpedia-io/clusterpedia-helm"
Expand Down
19 changes: 16 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.7.1
tag: v0.8.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -201,7 +201,7 @@ clustersynchroManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/clustersynchro-manager
tag: v0.7.1
tag: v0.8.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down Expand Up @@ -265,6 +265,19 @@ clustersynchroManager:
## alpha: v0.8.0
## IgnoreSyncLease: false

## @param ForcePaginatedListForResourceSync is a feature gate for ResourceSync's reflector to force paginated list,
## reflector will sometimes use APIServer's cache, even if paging is specified APIServer will return all resources for performance,
## then it will skip Reflector's streaming memory optimization.
## owner: @iceber
## alpha: v0.8.0
## ForcePaginatedListForResourceSync featuregate.Feature = "ForcePaginatedListForResourceSync"

## StreamHandlePaginatedListForResourceSync is a feature gate for ResourceSync's reflector to handle echo paginated resources,
## resources within a pager will be processed as soon as possible instead of waiting until all resources are pulled before calling the ResourceHandler.
## owner: @iceber
## alpha: v0.8.0
## StreamHandlePaginatedListForResourceSync featuregate.Feature = "StreamHandlePaginatedListForResourceSync"

## @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 @@ -297,7 +310,7 @@ controllerManager:
image:
registry: ghcr.io
repository: clusterpedia-io/clusterpedia/controller-manager
tag: v0.7.1
tag: v0.8.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
Expand Down
Loading