Skip to content

Commit

Permalink
Merge pull request #15 from HamzaZo/bugfix/fix-helm-detector
Browse files Browse the repository at this point in the history
refactor and bump to 0.1.5
  • Loading branch information
HamzaZo authored May 5, 2020
2 parents 5cb6219 + 9bc8795 commit bde1d42
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 152 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Licence](https://img.shields.io/badge/licence-Apache%202.0-green)]()
[![Helm](https://img.shields.io/badge/plugin-helm--unit--0.1.4-brightgreen)]()
[![Helm](https://img.shields.io/badge/plugin-helm--unit--0.1.5-brightgreen)]()
[![Python](https://img.shields.io/badge/python-v3.7-green)]()

# helm-unit
Expand Down Expand Up @@ -36,7 +36,7 @@ $ helm plugin install https://github.com/HamzaZo/helm-unit
Install a specific version:

```shell
$ helm plugin install https://github.com/HamzaZo/helm-unit --version 0.1.4
$ helm plugin install https://github.com/HamzaZo/helm-unit --version 0.1.5
```

You can also verify it's been installed using:
Expand Down
1 change: 0 additions & 1 deletion example/unit-tests/test-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tests:
name: sample-front
asserts:
- name: check if we use the right number of replicas
type: equal
values:
- path: spec.replicas
value: 1
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: "unit"
version: "0.1.4"
version: "0.1.5"
usage: "Run unit test on helm chart templates"
description: |-
Run unit-test on a chart locally without deploying the release.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="unit",
version="0.1.4",
version="0.1.5",
description="Helm unit plugin",
executables=[Executable("src/helm-unit.py")]
)
Loading

0 comments on commit bde1d42

Please sign in to comment.