Skip to content

Commit

Permalink
update readme (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-0314 authored Aug 2, 2022
1 parent 5556918 commit 24e9788
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
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"

0 comments on commit 24e9788

Please sign in to comment.