chore(deps): update docker.io/grafana/loki docker tag to v3.5.0 (main) (#17401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Rogers <paul.rogers@grafana.com>
pull/17409/head^2
renovate[bot] 4 weeks ago committed by GitHub
parent adffe9bc96
commit fe2ae27ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/renovate.json5
  2. 2
      docs/sources/setup/install/helm/reference.md
  3. 2
      production/helm/loki/README.md
  4. 2
      production/helm/loki/values.yaml

@ -9,14 +9,14 @@
"prHourlyLimit": 4,
"baseBranches": [
"main",
"release-3.4.x", // Update when a new release is out, 2 minors, 1 major.
"release-3.3.x", // Also ensure to update the 'packageRules' section to match
"release-3.5.x", // Update when a new release is out, 2 minors, 1 major.
"release-3.4.x", // Also ensure to update the 'packageRules' section to match
"release-2.9.x"
],
"packageRules": [
{
// Disable updates for all branches - we only want security updates
"matchBaseBranches": ["release-3.4.x", "release-3.3.x", "release-2.9.x"],
"matchBaseBranches": ["release-3.5.x", "release-3.4.x", "release-2.9.x"],
"enabled": false
},
{

@ -6159,7 +6159,7 @@ null
<td>string</td>
<td>Overrides the image tag whose default is the chart's appVersion</td>
<td><pre lang="json">
"3.4.3"
"3.5.0"
</pre>
</td>
</tr>

@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 5.4.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.24.0 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.27.1 |
Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm).

@ -75,7 +75,7 @@ loki:
# -- Docker image repository
repository: grafana/loki
# -- Overrides the image tag whose default is the chart's appVersion
tag: 3.4.3
tag: 3.5.0
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy

Loading…
Cancel
Save