Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(filebeat): update to 8.5.1 #856

Merged
merged 10 commits into from
Nov 23, 2022
14 changes: 13 additions & 1 deletion charts/logging-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: logging-apps
description: Argo CD app-of-apps config for logging applications
type: application
version: 0.23.0
version: 0.24.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -14,3 +14,15 @@ dependencies:
- name: argoconfig
version: 0.7.6
repository: https://charts.adfinis.com
annotations:
artifacthub.io/changes: |
- kind: changed
description: 'use new elasticsearch credentials'
links:
- name: GitHub PR
url: https://github.com/elastic/helm-charts/pull/1400
- kind: changed
description: 'using https to connect to elasticsearch'
links:
- name: GitHub PR
url: https://github.com/elastic/helm-charts/pull/1627
4 changes: 2 additions & 2 deletions charts/logging-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/logging-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ filebeat:
# -- Chart
chart: "filebeat"
# -- [filebeat Helm chart](https://github.com/elastic/helm-charts/tree/master/filebeat) version
targetRevision: "7.17.*"
targetRevision: "8.5.1"
# -- Helm values
# @default -- [upstream values](https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml)
values: {}
Expand Down