Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(logging-apps): update Loki to 2.9.3 / Loki chart to 5.41.4 #1169

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 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.28.0
version: 0.29.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,7 +17,12 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: 'feat: replace loki-stack with loki and promtail'
description: 'feat: update Loki Helm chart to 5.41.4'
links:
- name: Issue
url: https://github.com/adfinis/helm-charts/issues/1058
- name: GitHub release for Loki Helm chart 5.41.4
url: https://github.com/grafana/loki/releases/tag/helm-loki-5.41.4
- kind: changed
description: 'feat: update Loki to 2.9.3'
links:
- name: GitHub release for Loki 2.9.3
url: https://github.com/grafana/loki/releases/tag/v2.9.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 @@ -25,7 +25,7 @@ loki:
# -- Chart
chart: "loki"
# -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki)
targetRevision: "5.36.3"
targetRevision: "5.41.4"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
values: {}
Expand Down