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: {}