diff --git a/charts/logging-apps/Chart.yaml b/charts/logging-apps/Chart.yaml index 123defc42..8f59508a8 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.28.0 +version: 0.29.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,12 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: 'feat: replace loki-stack with loki and promtail' + description: 'feat: update Loki Helm chart to 5.41.4' links: - - name: Issue - url: https://github.com/adfinis/helm-charts/issues/1058 + - name: GitHub release for Loki Helm chart 5.41.4 + url: https://github.com/grafana/loki/releases/tag/helm-loki-5.41.4 + - kind: changed + description: 'feat: update Loki to 2.9.3' + links: + - name: GitHub release for Loki 2.9.3 + url: https://github.com/grafana/loki/releases/tag/v2.9.3 diff --git a/charts/logging-apps/README.md b/charts/logging-apps/README.md index 0d969f845..2884d74d2 100644 --- a/charts/logging-apps/README.md +++ b/charts/logging-apps/README.md @@ -1,6 +1,6 @@ # logging-apps -![Version: 0.28.0](https://img.shields.io/badge/Version-0.28.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.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 @@ -49,7 +49,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | 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 | `"5.36.3"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | +| loki.targetRevision | string | `"5.41.4"` | [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)) | diff --git a/charts/logging-apps/values.yaml b/charts/logging-apps/values.yaml index e227cd9ca..c49bfcad1 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: "5.36.3" + targetRevision: "5.41.4" # -- Helm values # @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) values: {}