Skip to content

Commit

Permalink
fix(elasticsearch): upgrade ES to 8.15.3, upgrade kibana suchart to f…
Browse files Browse the repository at this point in the history
…ix pre-install job (#558)
  • Loading branch information
desaintmartin authored Nov 4, 2024
1 parent 586edde commit bae89a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/elasticsearch-cluster/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies:
version: 8.15.1
- name: kibana
repository: https://wiremind.github.io/wiremind-helm-charts
version: 8.5.4
version: 8.5.5
- name: prometheus-elasticsearch-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 6.5.0
- name: cerebro
repository: https://wiremind.github.io/wiremind-helm-charts
version: 2.1.0
digest: sha256:7faa7ffde845404708fae53c20b8e6a8fc2ee5d945fb5d9ac92ff295dffcc4d6
generated: "2024-11-04T13:53:34.202129367+01:00"
digest: sha256:bf5f46bbbe13a3ad111dffda96d87bd71bd9ed16847e9eab2a58995627bdfca5
generated: "2024-11-04T17:48:07.324611+01:00"
4 changes: 2 additions & 2 deletions charts/elasticsearch-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: Elasticsearch cluster - a hat chart for several elasticsearch charts
home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster
name: elasticsearch-cluster
version: 4.2.1
appVersion: 8.15.0
version: 4.2.2
appVersion: 8.15.3
dependencies:
- name: elasticsearch
repository: "https://wiremind.github.io/wiremind-helm-charts"
Expand Down
5 changes: 4 additions & 1 deletion charts/elasticsearch-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ backup:

kibana:
enabled: false
imageTag: 8.15.0
imageTag: 8.15.3
## Change me
elasticsearchHosts: http://my-elasticsearch-cluster-data-hot:9200
elasticsearchCredentialSecret: my-elasticsearch-cluster-data-hot-credentials
Expand All @@ -275,6 +275,9 @@ kibana:
password: "kibana_user"
basic.basic1:
order: 1
install:
annotations:
"helm.sh/hook": "post-install,post-upgrade"
ingress:
enabled: false
# hosts:
Expand Down

0 comments on commit bae89a8

Please sign in to comment.