This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ kubectl apply -n apim-elk -f https://raw.githubusercontent.com/Axway-API-Managem
8585
8686With 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
You can’t perform that action at this time.
0 commit comments