diff --git a/README.md b/README.md index bba3f53..d6760f5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# kubemod-helm-chart +# kubemod-helm -For hosting kubemod-helm-chart to allow for the deployment of kubemod/kubemod +For hosting kubemod-helm to allow for the deployment of kubemod/kubemod ## Helm Chart [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kubemod)](https://artifacthub.io/packages/search?repo=kubemod) -__repository:__ https://kubemod.github.io/kubemod-helm-chart +__repository:__ https://kubemod.github.io/kubemod-helm __name:__ kubemod diff --git a/helm-chart/kubemod/Chart.yaml b/helm-chart/kubemod/Chart.yaml index 475fb68..641ecdd 100644 --- a/helm-chart/kubemod/Chart.yaml +++ b/helm-chart/kubemod/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 name: kubemod description: KubeMod is a universal Kubernetes mutating operator. -version: 0.1.8 +version: 0.1.9 appVersion: "0.13.0" home: https://github.com/kubemod/kubemod sources: - https://github.com/kubemod/kubemod - - https://github.com/kubemod/kubemod-helm-chart + - https://github.com/kubemod/kubemod-helm maintainers: - name: desaintmartin email: cedric@desaintmartin.fr diff --git a/helm-chart/kubemod/README.md b/helm-chart/kubemod/README.md index f56e193..4340954 100644 --- a/helm-chart/kubemod/README.md +++ b/helm-chart/kubemod/README.md @@ -15,7 +15,7 @@ This chart bootstraps a kubemod deployment and service on a Kubernetes cluster u To install the chart with the release name `my-release`: ```bash -$ helm repo add kubemod https://kubemod.github.io/kubemod-helm-charts +$ helm repo add kubemod https://kubemod.github.io/kubemod-helms $ helm install my-release kubemod/kubemod ```