Skip to content

Commit cbbf365

Browse files
authored
chore(logging-apps): updated loki version (#1588)
* chore(logging-apps): updated loki version * fix(logging-apps): fixed typo
1 parent c2b5a54 commit cbbf365

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

charts/logging-apps/Chart.yaml

Lines changed: 9 additions & 11 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.42.0
5+
version: 0.43.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -19,14 +19,12 @@ annotations:
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
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
22+
Updating loki Chart form 6.41.1 to 6.46.0
23+
* nameOverride is now templated, and topologySpreadConstraints are configurable for single binary
24+
* Removed storageClass field from compactor persistence (move it to claims)
25+
* MinIO is deprecated as an object store and will be removed in the future
26+
* The experimental Loki UI was removed (moved to the loki-operational-ui plugin)
27+
* Added support for auto-resizing volumes by recreating the StatefulSet
2628
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
29+
- name: Grafana loki changelog
30+
url: https://github.com/grafana/loki/blob/main/production/helm/loki/CHANGELOG.md

charts/logging-apps/README.md

Lines changed: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ loki:
2020
# -- Chart
2121
chart: "loki"
2222
# -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki)
23-
targetRevision: "6.41.1"
23+
targetRevision: "6.46.0"
2424
# -- Helm values
2525
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
2626
values: {}

0 commit comments

Comments
 (0)