Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1855177

Browse files
thrthr
authored andcommitted
information for 2.0.0 added
1 parent a603d69 commit 1855177

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

apigateway/helm/README.md.gotmpl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,5 +171,24 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
171171
| `1.2.7` | Added possibility to rename roleBinding for API Gateway, Kibana and Elasticsearch. This allows for multiple deployments into the same namespace. Also, CRD ServiceMonitor selector corrected. Support of ES storage PVC annotations. |
172172
| `1.2.8` | `tpl` function support in `affinity` value added. `affinity` support added for Kibana and Elasticsearch. `topologySpreadConstraints` support added for APIGW, Elasticsearch and Kibana. |
173173
| `1.2.9` | `priorityClassName` support added for APIGW, Elasticsearch and Kibana. |
174+
| `2.0.0` | Prometheus Elasticsearch Exporter version `6.5.0` is used. Value `revisionHistoryLimit` is added and documented. |
175+
176+
## Chart Version `2.0.0`
177+
178+
The Chart version `2.0.0` uses the [Prometheus Elasticsearch Exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter) version `6.5.0`.
179+
180+
### Migrate from `1.x.x` to `2.0.0`
181+
182+
If you want to migrate the Elasticsearch Exporter version `5.0.0`, you must delete the existing deployment. Over install is not working. You see the error ...
183+
184+
```
185+
Error: UPGRADE FAILED: cannot patch "apigw-prometheus-elasticsearch-exporter" ...
186+
```
187+
188+
To delete the Elasticsearch Exporter deployment ...
189+
190+
```
191+
kubectl delete deployment <Helm-release-name>-prometheus-elasticsearch-exporter -n <namespace>
192+
```
174193

175194
{{ template "chart.valuesSection" . }}

0 commit comments

Comments
 (0)