From f5c9442faaeef6ea90c12d2111278cbf335ed21b Mon Sep 17 00:00:00 2001 From: Iago Santos Date: Thu, 28 Apr 2022 11:15:35 +0200 Subject: [PATCH] feat(logging-apps): Bump filebeat to 7.17 Changes: - https://github.com/elastic/helm-charts/commit/33a2829a181889a740e5afde46d1cba10124f89a - https://github.com/elastic/helm-charts/pull/1632 - https://github.com/elastic/helm-charts/pull/1622 FFI: https://github.com/elastic/helm-charts/blob/main/CHANGELOG.md Issues: https://github.com/elastic/helm-charts/blob/main/BREAKING_CHANGES.md#7171 `Unfortunately helm upgrade --force is also failing. The workaround is to uninstall the previous chart version and reinstall it.` --- charts/logging-apps/Chart.yaml | 2 +- charts/logging-apps/README.md | 4 ++-- charts/logging-apps/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/logging-apps/Chart.yaml b/charts/logging-apps/Chart.yaml index 5cbe5c15d..df621226b 100644 --- a/charts/logging-apps/Chart.yaml +++ b/charts/logging-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: logging-apps description: Argo CD app-of-apps config for logging applications type: application -version: 0.17.2 +version: 0.18.0 home: https://github.com/adfinis-sygroup/helm-charts/tree/main/charts/logging-apps sources: - https://github.com/adfinis-sygroup/helm-charts diff --git a/charts/logging-apps/README.md b/charts/logging-apps/README.md index 0cdcb2789..fcd024cd5 100644 --- a/charts/logging-apps/README.md +++ b/charts/logging-apps/README.md @@ -1,6 +1,6 @@ # logging-apps -![Version: 0.17.2](https://img.shields.io/badge/Version-0.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for logging applications @@ -28,7 +28,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | filebeat.destination.namespace | string | `"infra-logging"` | Namespace | | filebeat.enabled | bool | `false` | Enable loki | | filebeat.repoURL | string | [repo](https://helm.elastic.co) | Repo URL | -| filebeat.targetRevision | string | `"7.16.*"` | [filebeat Helm chart](https://github.com/elastic/helm-charts/tree/master/filebeat) version | +| filebeat.targetRevision | string | `"7.17.*"` | [filebeat Helm chart](https://github.com/elastic/helm-charts/tree/master/filebeat) version | | filebeat.values | object | [upstream values](https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml) | Helm values | | fluentBit | object | - | [fluentBit](https://github.com/fluent/fluent-bit) ([example](./examples/fluentBit.yaml)) | | fluentBit.chart | string | `"fluent-bit"` | Chart | diff --git a/charts/logging-apps/values.yaml b/charts/logging-apps/values.yaml index 7606325b2..54790a88e 100644 --- a/charts/logging-apps/values.yaml +++ b/charts/logging-apps/values.yaml @@ -33,7 +33,7 @@ filebeat: # -- Chart chart: "filebeat" # -- [filebeat Helm chart](https://github.com/elastic/helm-charts/tree/master/filebeat) version - targetRevision: "7.16.*" + targetRevision: "7.17.*" # -- Helm values # @default -- [upstream values](https://github.com/elastic/helm-charts/tree/master/filebeat/values.yaml) values: {}