diff --git a/README.md b/README.md index f2ed882..61e694b 100644 --- a/README.md +++ b/README.md @@ -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 安装 diff --git a/config/charts/endpoints-operator/Chart.yaml b/config/charts/endpoints-operator/Chart.yaml index 1a9fb94..1d7e092 100644 --- a/config/charts/endpoints-operator/Chart.yaml +++ b/config/charts/endpoints-operator/Chart.yaml @@ -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"