oc-k8s/opencloud/charts/loki
2024-12-16 14:55:43 +01:00
..
charts Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
docs/examples Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
scenarios Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
src Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
templates Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
test Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
.helmignore Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
Chart.lock Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
Chart.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
distributed-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
Makefile Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
README.md Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
reference.md.gotmpl Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
simple-scalable-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
single-binary-values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00
values.yaml Adding dependencies, binary autostart 2024-12-16 14:55:43 +01:00

loki

Version: 6.23.0 Type: application AppVersion: 3.3.1

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source Code

Requirements

Repository Name Version
https://charts.min.io/ minio(minio) 5.3.0
https://grafana.github.io/helm-charts grafana-agent-operator(grafana-agent-operator) 0.5.0
https://grafana.github.io/helm-charts rollout_operator(rollout-operator) 0.20.0

Find more information in the Loki Helm Chart documentation.

Contributing and releasing

If you made any changes to the Chart.yaml or values.yaml run make helm-docs from the root of the repository to update the documentation and commit the changed files.

Futhermore, please add an entry to the CHANGELOG.md file about what you changed. This file has a header that looks like this:

[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)

Place your changes as a bulleted list below this header. The helm chart is automatically released once a week, at which point the CHANGELOG.md file will be updated to reflect the release of all changes between this header the the header of the previous version as the changes for that weeks release. For example, if the weekly release will be 1.21.0, and the CHANGELOG.md file has the following entries:

[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)

- [CHANGE] Changed the thing
- [FEATURE] Cool new feature

## 1.20.0

- [BUGFIX] Fixed the bug

Then the weekly release will create a CHANGELOG.md with the following content:

[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)

## 1.21.0

- [CHANGE] Changed the thing
- [FEATURE] Cool new feature

## 1.20.0

- [BUGFIX] Fixed the bug

Versioning

Normally contributors need not bump the version nor update the CHANGELOG.md. A new version of the Chart will follow this cadence:

  • Automatic weekly releases
  • Releases that coincide with Loki/GEL releases
  • Manual releases when necessary (ie. to address a CVE or critical bug)