Skip to content

Commit

Permalink
Prepare to release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Feb 10, 2022
1 parent 39d7fa8 commit 3b8f2ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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/1.0.0/helm-chart-axway-apim-prometheus-1.0.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/1.0.1/helm-chart-axway-apim-prometheus-1.0.1.tgz
```

### Docker
Expand Down
4 changes: 2 additions & 2 deletions apibuilder4prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "prometheus-exporter",
"description": "An API Builder service",
"description": "Axway API-Management Prometheus-Exporter",
"main": "app.js",
"version": "1.0.0",
"version": "1.0.1",
"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: "1.0.0"
version: "1.0.1"

appVersion: "1.0.0"
appVersion: "1.0.1"

0 comments on commit 3b8f2ec

Please sign in to comment.