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: release loki helm chart 6.19.0-weekly.224 #14513

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion _shared-workflows-dockerhub-login
Submodule _shared-workflows-dockerhub-login updated from 5642e8 to dfa5e5
2 changes: 1 addition & 1 deletion docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -6012,7 +6012,7 @@ null
<td>string</td>
<td>Overrides the image tag whose default is the chart's appVersion</td>
<td><pre lang="json">
"k224-10569ab"
"k224-bebe9fa"
</pre>
</td>
</tr>
Expand Down
6 changes: 6 additions & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Entries should include a reference to the pull request that introduced the chang

- [CHANGE] Changed version of Grafana Loki to k224-10569ab
- [CHANGE] Changed version of Grafana Enterprise Logs to weekly-k224-0622b0d
## 6.19.0-weekly.224

- [CHANGE] Changed version of Grafana Loki to k224-bebe9fa
- [CHANGE] Changed version of Grafana Enterprise Logs to weekly-k224-0622b0d

## 6.18.0

## 6.17.1

Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
type: application
appVersion: k224
version: 6.18.0-weekly.224
version: 6.19.0-weekly.224
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# loki

![Version: 6.18.0-weekly.224](https://img.shields.io/badge/Version-6.18.0--weekly.224-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: k224](https://img.shields.io/badge/AppVersion-k224-informational?style=flat-square)
![Version: 6.19.0-weekly.224](https://img.shields.io/badge/Version-6.19.0--weekly.224-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: k224](https://img.shields.io/badge/AppVersion-k224-informational?style=flat-square)

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

Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ loki:
# -- Docker image repository
repository: grafana/loki
# -- Overrides the image tag whose default is the chart's appVersion
tag: k224-10569ab
tag: k224-bebe9fa
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down
Loading