Skip to content

Commit

Permalink
chore(logging-apps): update helm-charts (#1281)
Browse files Browse the repository at this point in the history
* chore(logging-apps): update helm-charts

* Update charts/logging-apps/Chart.yaml
  • Loading branch information
maxthier authored Jun 26, 2024
1 parent cf45b01 commit 52cca50
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
29 changes: 25 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.32.0
version: 0.33.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,7 +18,28 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "Update fluentBit chart from 0.39.0 to 0.46.7"
description: "Update loki chart from 6.5.2 to 6.6.3"
links:
- name: "fluentBit Release 0.46.7"
url: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.46.7
- name: "Loki 6.6.3"
url: https://github.com/grafana/loki/commit/9823f2030a294e6dc9c50d6f956a7691df5d53df
- name: "Loki 6.6.2"
url: https://github.com/grafana/loki/commit/1ab9d271c354caf0ba589691e6477fb9a19039f0
- name: "Loki 6.6.1"
url: https://github.com/grafana/loki/commit/8101e21f9973b8261de0ee3eb34fa4d7b88ddaac
- name: "Loki 6.6.0"
url: https://github.com/grafana/loki/commit/efdae3df14c47d627eb99e91466e0451db6e16f6
- kind: changed
description: "Update promtail chart from 6.15.5 to 6.16.0"
links:
- name: "promtail Release 6.16.0"
url: https://github.com/grafana/helm-charts/releases/tag/promtail-6.16.0
- kind: changed
description: "Update fluentd chart from 5.5.* to 6.5.*"
links:
- name: "fluentd changelog"
url: https://github.com/bitnami/charts/blob/main/bitnami/fluentd/CHANGELOG.md
- kind: changed
description: "Update fluentBit chart from 0.46.7 to 0.46.11"
links:
- name: "fluentBit Release 0.46.11"
url: https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.46.11
10 changes: 5 additions & 5 deletions charts/logging-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 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: "6.5.2"
targetRevision: "6.6.3"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml)
values: {}
Expand All @@ -45,7 +45,7 @@ promtail:
# -- Chart
chart: "promtail"
# -- [promtail Helm chart](https://github.com/grafana/helm-charts/tree/main/charts/promtail)
targetRevision: "6.15.5"
targetRevision: "6.16.0"
# -- Helm values
# @default -- [upstream values](https://github.com/grafana/helm-charts/blob/main/charts/promtail/values.yaml)
values: {}
Expand Down Expand Up @@ -85,7 +85,7 @@ fluentd:
# -- Chart
chart: "fluentd"
# -- [fluentd Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/fluentd) version
targetRevision: "5.5.*"
targetRevision: "6.5.*"
# -- Helm values
# @default -- [upstream values](https://github.com/bitnami/charts/tree/master/bitnami/fluentd/values.yaml)
values: {}
Expand All @@ -105,7 +105,7 @@ fluentBit:
# -- Chart
chart: "fluent-bit"
# -- [fluent-bit Helm chart](https://github.com/fluent/helm-charts/tree/main/charts/fluent-bit) version
targetRevision: "0.46.7"
targetRevision: "0.46.11"
# -- Helm values
# @default -- [upstream values](https://github.com/fluent/helm-charts/blob/main/charts/fluent-bit/values.yaml)
values: {}

0 comments on commit 52cca50

Please sign in to comment.