File tree Expand file tree Collapse file tree 3 files changed +18
-8
lines changed
Expand file tree Collapse file tree 3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : logging-apps
33description : Argo CD app-of-apps config for logging applications
44type : application
5- version : 0.41 .0
5+ version : 0.42 .0
66home : https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
77sources :
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
Original file line number Diff line number Diff line change 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
3030promtail :
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 : {}
You can’t perform that action at this time.
0 commit comments