From 4ebcf312191e49c16154e05ad7c77b911f664e46 Mon Sep 17 00:00:00 2001 From: hairmare <116588+hairmare@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:52:11 +0200 Subject: [PATCH] fix(logging-apps): Update promtail chart from 6.16.0 to 6.16.3 (#1286) --- charts/logging-apps/Chart.yaml | 37 +++++++++------------------------ charts/logging-apps/README.md | 4 ++-- charts/logging-apps/values.yaml | 2 +- 3 files changed, 13 insertions(+), 30 deletions(-) diff --git a/charts/logging-apps/Chart.yaml b/charts/logging-apps/Chart.yaml index 8fbd89d4..0ca10889 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.33.0 +version: 0.33.1 home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps sources: - https://github.com/adfinis/helm-charts @@ -15,31 +15,14 @@ dependencies: version: 0.9.1 repository: https://charts.adfinis.com annotations: - artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - kind: changed - description: "Update loki chart from 6.5.2 to 6.6.3" + - kind: fixed + description: "Update promtail chart from 6.16.0 to 6.16.3" links: - - 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 + - name: "promtail Release 6.16.1" + url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.1 + - name: "promtail Release 6.16.2" + url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.2 + - name: "promtail Release 6.16.2" + url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.3 diff --git a/charts/logging-apps/README.md b/charts/logging-apps/README.md index 911b22c3..ac2713ce 100644 --- a/charts/logging-apps/README.md +++ b/charts/logging-apps/README.md @@ -1,6 +1,6 @@ # logging-apps -![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) +![Version: 0.33.1](https://img.shields.io/badge/Version-0.33.1-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 @@ -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.16.0"` | [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail) | +| promtail.targetRevision | string | `"6.16.3"` | [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 ce046fed..3a3fc8a1 100644 --- a/charts/logging-apps/values.yaml +++ b/charts/logging-apps/values.yaml @@ -45,7 +45,7 @@ promtail: # -- Chart chart: "promtail" # -- [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail) - targetRevision: "6.16.0" + targetRevision: "6.16.3" # -- Helm values # @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml) values: {}