Skip to content

Commit

Permalink
Prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Jan 12, 2022
1 parent a4f4731 commit 5839e33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Create a new Release

1. Set the version
- in helm/Chart.yaml
- Update the README.me - Section: `helm install ` two times
2. On GitHub create a release with a tag (e.g. 0.4.0)
-
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can find an example here: [example.local.values.yaml](https://raw.githubuser
To install the Helm-Chart:
```
wget -O local.values.yaml https://raw.githubusercontent.com/Axway-API-Management-Plus/apimanager-prometheus-exporter/master/helm/examples/example.local.values.yaml
helm install -n <your-namespace> <name> -f <path-to-you-local-values> https://github.com/Axway-API-Management-Plus/apimanager-prometheus-exporter/releases/download/0.3.0/helm-chart-axway-apim-prometheus-0.4.0.tgz
helm install -n <your-namespace> <name> -f <path-to-you-local-values> https://github.com/Axway-API-Management-Plus/apimanager-prometheus-exporter/releases/download/0.5.0/helm-chart-axway-apim-prometheus-0.5.0.tgz
```

### Docker
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Prometheus exporter for Axway API-Management

type: application

version: "0.4.0"
version: "0.5.0"

appVersion: "0.4.0"
appVersion: "0.5.0"

0 comments on commit 5839e33

Please sign in to comment.