Skip to content

Commit

Permalink
Merge pull request #3 from kubemod/new-name
Browse files Browse the repository at this point in the history
fix: rename repository from kubemod-helm-chart to kubemod-helm.
  • Loading branch information
desaintmartin authored Aug 4, 2021
2 parents 42abc59 + 3708dd9 commit 9825649
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions helm-chart/kubemod/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/kubemod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9825649

Please sign in to comment.