Skip to content

Commit

Permalink
Merge pull request #55 from RuliXu/update-chart-readme
Browse files Browse the repository at this point in the history
Update Clusterpedia Chart Readme
  • Loading branch information
Iceber authored Jul 17, 2023
2 parents b78c5d0 + 82cf447 commit 3e10df3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/clusterpedia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.7.2
version: 1.7.3

# 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
Expand Down
20 changes: 11 additions & 9 deletions charts/clusterpedia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ rm /var/local/clusterpedia/internalstorage/<storage type>
|-----|------|---------|-------------|
| externalStorage.createDatabase | bool | `false` | |
| externalStorage.database | string | `""` | |
| externalStorage.dsn | string | `""` | |
| externalStorage.host | string | `""` | |
| externalStorage.password | string | `""` | |
| externalStorage.port | string | `nil` | |
Expand All @@ -222,13 +223,12 @@ rm /var/local/clusterpedia/internalstorage/<storage type>
|-----|------|---------|-------------|
| apiserver.affinity | object | `{}` | |
| apiserver.enableSHA1Cert | bool | `false` | |
| apiserver.featureGates.AllowRawSQLQuery | bool | `false` | |
| apiserver.featureGates.RemainingItemCount | bool | `false` | |
| apiserver.featureGates | object | `{}` | |
| apiserver.image.pullPolicy | string | `"IfNotPresent"` | |
| apiserver.image.pullSecrets | list | `[]` | |
| apiserver.image.registry | string | `"ghcr.io"` | |
| apiserver.image.repository | string | `"clusterpedia-io/clusterpedia/apiserver"` | |
| apiserver.image.tag | string | `"v0.5.2"` | |
| apiserver.image.tag | string | `"v0.7.0"` | |
| apiserver.labels | object | `{}` | |
| apiserver.nodeSelector | object | `{}` | |
| apiserver.podAnnotations | object | `{}` | |
Expand All @@ -242,22 +242,24 @@ rm /var/local/clusterpedia/internalstorage/<storage type>
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| clustersynchroManager.affinity | object | `{}` | |
| clustersynchroManager.featureGates.AllowSyncAllCustomResources | bool | `false` | |
| clustersynchroManager.featureGates.AllowSyncAllResources | bool | `false` | |
| clustersynchroManager.featureGates.PruneLastAppliedConfiguration | bool | `true` | |
| clustersynchroManager.featureGates.PruneManagedFields | bool | `true` | |
| clustersynchroManager.featureGates | object | `{}` | |
| clustersynchroManager.image.pullPolicy | string | `"IfNotPresent"` | |
| 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.2"` | |
| clustersynchroManager.image.tag | string | `"v0.7.0"` | |
| clustersynchroManager.labels | object | `{}` | |
| clustersynchroManager.leaderElect.leaseDuration | string | `"15s"` | |
| clustersynchroManager.leaderElect.renewDeadline | string | `"10s"` | |
| clustersynchroManager.leaderElect.resourceLock | string | `"leases"` | |
| clustersynchroManager.leaderElect.retryPeriod | string | `"2s"` | |
| clustersynchroManager.nodeSelector | object | `{}` | |
| clustersynchroManager.podAnnotations | object | `{}` | |
| clustersynchroManager.podLabels | object | `{}` | |
| clustersynchroManager.replicaCount | int | `1` | |
| clustersynchroManager.resources | object | `{}` | |
| clustersynchroManager.tolerations | list | `[]` | |
| clustersynchroManager.workerNumber | int | `5` | |

### ControllerManager

Expand All @@ -269,7 +271,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.2"` | |
| controllerManager.image.tag | string | `"v0.7.0"` | |
| controllerManager.labels | object | `{}` | |
| controllerManager.nodeSelector | object | `{}` | |
| controllerManager.podAnnotations | object | `{}` | |
Expand Down

0 comments on commit 3e10df3

Please sign in to comment.