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

update readme #90

Merged
merged 1 commit into from
Aug 2, 2022
Merged
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
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ endpoints-operator是一个云原生、高可靠性、高性能、面向K8s内
## helm 安装

```bash
git clone https://github.com/labring/endpoints-operator.git
cd endpoints-operator
checkout v0.2.0
helm install -n kube-system endpoints-operator config/charts/endpoints-operator
helm repo add endpoints-operator https://labring.github.io/endpoints-operator/
helm repo update endpoints-operator
helm install -n kube-system endpoints-operator endpoints-operator/endpoints-operator
```

## sealos 安装
Expand Down
26 changes: 8 additions & 18 deletions config/charts/endpoints-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,14 @@
apiVersion: v2
name: endpoints-operator
description: kubernetes endpoints balance for outsite apiserver

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
engine: gotpl
appVersion: "6.1.1"
kubeVersion: ">=1.16.0-0"
sources:
- https://github.com/labring/endpoints-operator
home: https://github.com/labring/endpoints-operator
keywords:
- endpoints-operator
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: 0.2.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: "0.2.0"