chore(deps): update docker.io/grafana/enterprise-logs docker tag to v3.5.1 (main) (#17660)

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

@ -3083,7 +3083,7 @@ null
"pullPolicy": "IfNotPresent",
"registry": "docker.io",
"repository": "grafana/enterprise-logs",
"tag": "3.4.2"
"tag": "3.5.1"
},
"license": {
"contents": "NOTAVALIDLICENSE"
@ -3257,7 +3257,7 @@ null
<td>string</td>
<td>Docker image tag</td>
<td><pre lang="json">
"3.4.2"
"3.5.1"
</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.27.1 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.28.0 |
Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm).

@ -601,7 +601,7 @@ enterprise:
# -- Docker image repository
repository: grafana/enterprise-logs
# -- Docker image tag
tag: 3.4.2
tag: 3.5.1
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy

Loading…
Cancel
Save