Skip to content

Commit 51b011c

Browse files
authored
chore(logging-apps): Updated promtail to 6.17.1 and marking it as deprecated (#1587)
1 parent 98725f0 commit 51b011c

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

charts/logging-apps/Chart.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: logging-apps
33
description: Argo CD app-of-apps config for logging applications
44
type: application
5-
version: 0.41.0
5+
version: 0.42.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -19,4 +19,14 @@ annotations:
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
22-
Added support for annotations to argocd applications generated by this chart
22+
Updating promtail Chart form 6.16.5 to 6.17.1
23+
* Mark promtail chart as deprecated
24+
* update appVersion to 3.5.1
25+
* allow to inject templates
26+
links:
27+
- name: promtail-6.16.6 Relese Notes
28+
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.6
29+
- name: promtail-6.17.0 Release notes
30+
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.17.0
31+
- name: promtail-6.17.1 Release notes
32+
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.17.1

charts/logging-apps/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/logging-apps/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ loki:
2525
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
2626
values: {}
2727

28-
# -- [Grafana Loki promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) ([example](./examples/promtail.yaml))
29-
# @default -- -
28+
# -- [Grafana Loki promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) is DEPRECATED, use "fluentBit" instead
29+
# @default -- DEPRECATED
3030
promtail:
3131
# -- Enable promtail
3232
enabled: false
@@ -42,7 +42,7 @@ promtail:
4242
# -- Chart
4343
chart: "promtail"
4444
# -- [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail)
45-
targetRevision: "6.16.5"
45+
targetRevision: "6.17.1"
4646
# -- Helm values
4747
# @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml)
4848
values: {}

0 commit comments

Comments
 (0)