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

feat(logging-apps): Update loki chart from 5.41.4 to 5.41.8 #1189

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
14 changes: 10 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.29.1
version: 0.30.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,13 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "update argoconfig dependency"
description: "Update loki chart from 5.41.4 to 5.41.8"
links:
- name: Github PR
url: https://github.com/adfinis/helm-charts/pull/1172
- name: "fix(gateway): fix crash on ipv4 only systems"
url: https://github.com/grafana/loki/pull/11722
- name: "feat: Add capability to disable specific alert rules Loki"
url: https://github.com/grafana/loki/pull/11241
- name: "fix: added missing namespace to query-scheduler-discovery service"
url: https://github.com/grafana/loki/pull/11648
- name: "fix: Added 'swift' type object storage to resolve"
url: https://github.com/grafana/loki/pull/11621
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.41.4"
targetRevision: "5.41.8"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
values: {}
Expand Down
Loading