Skip to content

Commit

Permalink
fix(logging-apps): Update promtail chart from 6.16.0 to 6.16.3 (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jul 10, 2024
1 parent 52cca50 commit 4ebcf31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 30 deletions.
37 changes: 10 additions & 27 deletions charts/logging-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/logging-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/logging-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 4ebcf31

Please sign in to comment.