Skip to content

Commit

Permalink
Merge pull request #12 from HamzaZo/feat/update-version
Browse files Browse the repository at this point in the history
Feat/update version
  • Loading branch information
HamzaZo authored Feb 3, 2022
2 parents cf4d2cf + fb2b3d4 commit 1d8691a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
`helm-adopt` is a helm plugin to adopt existing k8s resources into a new generated helm chart, the idea behind the plugin
was inspired by issue [2730](https://github.com/helm/helm/issues/2730).

the `adopt` plugin allows
you to :
`adopt` plugin allows you to :
* adopt existing k8s resources by generating a helm chart
* migrate adopted resources to be controlled by helm
* create a helm release using secret as driver
Expand All @@ -31,7 +30,7 @@ $ helm plugin update adopt
```
Install a specific version
```shell
$ helm plugin install https://github.com/HamzaZo/helm-adopt --version 0.3.0
$ helm plugin install https://github.com/HamzaZo/helm-adopt --version 0.3.1
```
You can also verify it's been installed using
```shell
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "adopt"
version: "0.3.0"
version: "0.3.1"
usage: "Adopt k8s resources into a helm chart"
description: "Adopt k8s resources into a helm chart"
command: "$HELM_PLUGIN_DIR/bin/adopt"
Expand Down

0 comments on commit 1d8691a

Please sign in to comment.