Skip to content

Commit

Permalink
Prepare to release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Dec 22, 2021
1 parent 893a082 commit 711be03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.3.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.3.0/helm-chart-axway-apim-prometheus-0.4.0.tgz
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion apibuilder4prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prometheus-exporter",
"description": "An API Builder service",
"main": "app.js",
"version": "0.2.0",
"version": "0.4.0",
"license": "",
"keywords": [
"api-builder",
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.3.0"
version: "0.4.0"

appVersion: "0.3.0"
appVersion: "0.4.0"

0 comments on commit 711be03

Please sign in to comment.