diff --git a/charts/logging-apps/Chart.yaml b/charts/logging-apps/Chart.yaml index 71a33c01f..8fbd89d42 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.32.0 +version: 0.33.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps sources: - https://github.com/adfinis/helm-charts @@ -18,7 +18,28 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "Update fluentBit chart from 0.39.0 to 0.46.7" + description: "Update loki chart from 6.5.2 to 6.6.3" links: - - name: "fluentBit Release 0.46.7" - url: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.46.7 + - name: "Loki 6.6.3" + url: https://github.com/grafana/loki/commit/9823f2030a294e6dc9c50d6f956a7691df5d53df + - name: "Loki 6.6.2" + url: https://github.com/grafana/loki/commit/1ab9d271c354caf0ba589691e6477fb9a19039f0 + - name: "Loki 6.6.1" + url: https://github.com/grafana/loki/commit/8101e21f9973b8261de0ee3eb34fa4d7b88ddaac + - name: "Loki 6.6.0" + url: https://github.com/grafana/loki/commit/efdae3df14c47d627eb99e91466e0451db6e16f6 + - kind: changed + description: "Update promtail chart from 6.15.5 to 6.16.0" + links: + - name: "promtail Release 6.16.0" + url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.0 + - kind: changed + description: "Update fluentd chart from 5.5.* to 6.5.*" + links: + - name: "fluentd changelog" + url: https://github.com/bitnami/charts/blob/main/bitnami/fluentd/CHANGELOG.md + - kind: changed + description: "Update fluentBit chart from 0.46.7 to 0.46.11" + links: + - name: "fluentBit Release 0.46.11" + url: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.46.11 diff --git a/charts/logging-apps/README.md b/charts/logging-apps/README.md index cab3c35a6..911b22c38 100644 --- a/charts/logging-apps/README.md +++ b/charts/logging-apps/README.md @@ -1,6 +1,6 @@ # logging-apps -![Version: 0.32.0](https://img.shields.io/badge/Version-0.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.33.0](https://img.shields.io/badge/Version-0.33.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 @@ -35,21 +35,21 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | fluentBit.destination.namespace | string | `"infra-logging"` | Namespace | | fluentBit.enabled | bool | `false` | Enable fluentBit | | fluentBit.repoURL | string | [repo](https://fluent.github.io/helm-charts) | Repo URL | -| fluentBit.targetRevision | string | `"0.46.7"` | [fluent-bit Helm chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit) version | +| fluentBit.targetRevision | string | `"0.46.11"` | [fluent-bit Helm chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit) version | | fluentBit.values | object | [upstream values](https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml) | Helm values | | fluentd | object | - | [fluentd](https://github.com/fluent/fluentd) ([example](./examples/fluentd.yaml)) | | fluentd.chart | string | `"fluentd"` | Chart | | fluentd.destination.namespace | string | `"infra-logging"` | Namespace | | fluentd.enabled | bool | `false` | Enable fluentd | | fluentd.repoURL | string | [repo](https://charts.bitnami.com/bitnami) | Repo URL | -| fluentd.targetRevision | string | `"5.5.*"` | [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version | +| fluentd.targetRevision | string | `"6.5.*"` | [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version | | fluentd.values | object | [upstream values](https://github.com/bitnami/charts/tree/master/bitnami/fluentd/values.yaml) | Helm values | | loki | object | - | [Grafana Loki](https://grafana.com/oss/loki/) ([example](./examples/loki.yaml)) | | loki.chart | string | `"loki"` | Chart | | loki.destination.namespace | string | `"infra-logging"` | Namespace | | loki.enabled | bool | `false` | Enable loki | | loki.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| loki.targetRevision | string | `"6.5.2"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | +| loki.targetRevision | string | `"6.6.3"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | | loki.values | object | [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) | Helm values | | lokiStack | object | DEPRECATED | [loki-stack](https://github.com/grafana/loki) is DEPREACTED use `loki` and `promtail` individually | | promtail | object | - | [Grafana Loki promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) ([example](./examples/promtail.yaml)) | @@ -57,7 +57,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | promtail.destination.namespace | string | `"infra-logging"` | Namespace | | promtail.enabled | bool | `false` | Enable promtail | | promtail.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| promtail.targetRevision | string | `"6.15.5"` | [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail) | +| promtail.targetRevision | string | `"6.16.0"` | [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail) | | promtail.values | object | [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml) | Helm values | ## About this chart diff --git a/charts/logging-apps/values.yaml b/charts/logging-apps/values.yaml index e8ec89e40..ce046fed4 100644 --- a/charts/logging-apps/values.yaml +++ b/charts/logging-apps/values.yaml @@ -25,7 +25,7 @@ loki: # -- Chart chart: "loki" # -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) - targetRevision: "6.5.2" + targetRevision: "6.6.3" # -- Helm values # @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) values: {} @@ -45,7 +45,7 @@ promtail: # -- Chart chart: "promtail" # -- [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail) - targetRevision: "6.15.5" + targetRevision: "6.16.0" # -- Helm values # @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml) values: {} @@ -85,7 +85,7 @@ fluentd: # -- Chart chart: "fluentd" # -- [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version - targetRevision: "5.5.*" + targetRevision: "6.5.*" # -- Helm values # @default -- [upstream values](https://github.com/bitnami/charts/tree/master/bitnami/fluentd/values.yaml) values: {} @@ -105,7 +105,7 @@ fluentBit: # -- Chart chart: "fluent-bit" # -- [fluent-bit Helm chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit) version - targetRevision: "0.46.7" + targetRevision: "0.46.11" # -- Helm values # @default -- [upstream values](https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml) values: {}