Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 870a21f

Browse files
author
Chris Wiechmann
committed
[skip ci] Dev-Documentation added
1 parent d172503 commit 870a21f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DEVELOPMENT.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- helm/Chart.yaml
1111
- `"version": "v3.0.0",`
1212
- `"appVersion": "v3.0.0",`
13+
- helm/README.md
14+
- Check the versions
15+
- `helm install -n apim-e .... teway-openlogging-elk/releases/download/v3.0.0/helm-chart-apim4elastic-v3.0.0.tgz`
1316
- docker-compose.yml
1417
- `image: cwiechmann/apibuilder4elastic:v2.0.0`
1518
- apibuilder4elastic/package.json

helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ kubectl apply -n apim-elk -f https://raw.githubusercontent.com/Axway-API-Managem
8585
8686
With Elasticsearch volumes and your `myvalues.yaml` file in place, you can start the installation:
8787
```
88-
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.0.0/helm-chart-apim4elastic-v3.0.0.tgz
88+
helm install -n apim-elk -f myvalues.yaml axway-elk https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v3.0.1/helm-chart-apim4elastic-v3.0.1.tgz
8989
```
9090
👉 __Please note:__ The Helm Release-Name: __axway-elk__ is mandatory. Read [here](#why-helm-release-name-axway-elk) why.
9191
@@ -467,7 +467,7 @@ apibuilder4elastic:
467467
468468
#### 5. Install or Upgrade the APIM4Elastic solution
469469
```
470-
helm upgrade -n apim-elk -f myvalues.yaml axway-elk apim4elastic-3.0.0.tgz
470+
helm upgrade -n apim-elk -f myvalues.yaml axway-elk apim4elastic-3.0.1.tgz
471471
```
472472

473473
## API-Management running in Kubernetes

0 commit comments

Comments
 (0)