Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/openinwoner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.0 (2025-07-18)

- Pinning the ElasticSearch image as well as upgrading the Bitnami Helm chart deploying it.

## 1.7.4 (2025-06-11)

- Add extra volumes and volumemounts for nginx so it can be deployed with readOnlyRootFilesystem: true
Expand Down
5 changes: 2 additions & 3 deletions charts/openinwoner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Platform voor gemeenten en overheden om producten inzichtelijker en toegankelijk
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.27.0 |
| https://charts.bitnami.com/bitnami | elasticsearch | 19.5.11 |
| https://charts.bitnami.com/bitnami | elasticsearch | 21.4.9 |
| https://charts.bitnami.com/bitnami | redis | 17.3.14 |

## Values
Expand Down Expand Up @@ -49,6 +49,7 @@ Platform voor gemeenten en overheden om producten inzichtelijker en toegankelijk
| elasticsearch.data.resources.limits | object | `{}` | |
| elasticsearch.data.resources.requests.cpu | string | `"100m"` | |
| elasticsearch.data.resources.requests.memory | string | `"512Mi"` | |
| elasticsearch.image.tag | string | `"9.0.3-debian-12-r1"` | |
| elasticsearch.ingest.enabled | bool | `false` | |
| elasticsearch.master.masterOnly | bool | `true` | |
| elasticsearch.master.persistence.enabled | bool | `true` | |
Expand Down Expand Up @@ -217,5 +218,3 @@ Platform voor gemeenten en overheden om producten inzichtelijker en toegankelijk
| worker.replicaCount | int | `2` | |
| worker.resources | object | `{}` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
2 changes: 2 additions & 0 deletions charts/openinwoner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ redis:
##########################

elasticsearch:
image:
tag: 9.0.3-debian-12-r1
master:
masterOnly: true
replicaCount: 1
Expand Down