Skip to content

Commit

Permalink
chore(deps): update bitnami/elasticsearch docker tag to v8.16.1 (#2605)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent e53ceaf commit 92a6493
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `elasticsearch` | | |
| `elasticsearch.enabled` | | `true` |
| `elasticsearch.image.repository` | | `bitnami/elasticsearch` |
| `elasticsearch.image.tag` | | `8.8.2` |
| `elasticsearch.image.tag` | | `8.16.1` |
| `elasticsearch.extraVolumes[0].name` | | `tmp` |
| `elasticsearch.extraVolumes[0].emptyDir` | | `{}` |
| `elasticsearch.extraVolumes[1].name` | | `logs` |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.8.2
tag: 8.16.1
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.8.2
tag: 8.16.1
## @param elasticsearch.extraVolumes[0].name
## @param elasticsearch.extraVolumes[0].emptyDir
## @param elasticsearch.extraVolumes[1].name
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ Please see the corresponding [release guide](../../RELEASE.md) to find out how t
| `elasticsearch` | | |
| `elasticsearch.enabled` | | `true` |
| `elasticsearch.image.repository` | | `bitnami/elasticsearch` |
| `elasticsearch.image.tag` | | `8.9.2` |
| `elasticsearch.image.tag` | | `8.16.1` |
| `elasticsearch.extraVolumes[0].name` | | `tmp` |
| `elasticsearch.extraVolumes[0].emptyDir` | | `{}` |
| `elasticsearch.extraVolumes[1].name` | | `logs` |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.9.2
tag: 8.16.1
2 changes: 1 addition & 1 deletion charts/camunda-platform-8.4/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3153,7 +3153,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.9.2
tag: 8.16.1
## @param elasticsearch.extraVolumes[0].name
## @param elasticsearch.extraVolumes[0].emptyDir
## @param elasticsearch.extraVolumes[1].name
Expand Down

0 comments on commit 92a6493

Please sign in to comment.