Update helm and jsonnet for 2.8 release (#9003)

Prepare helm and jsonnet for 2.8 release.
pull/8959/head^2 helm-loki-5.0.0
Trevor Whitney 2 years ago committed by GitHub
parent e82885da50
commit 5113906c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/installation/helm/reference.md
  2. 4
      production/helm/loki/Chart.yaml
  3. 2
      production/helm/loki/README.md
  4. 4
      production/helm/loki/values.yaml
  5. 2
      production/ksonnet/loki-canary/config.libsonnet
  6. 2
      production/ksonnet/loki/images.libsonnet
  7. 2
      production/ksonnet/promtail/config.libsonnet

@ -369,9 +369,9 @@ null
<tr>
<td>enterprise.image.tag</td>
<td>string</td>
<td>Docker image tag TODO: needed for 3rd target backend functionality revert to null or latest once this behavior is relased</td>
<td>Docker image tag</td>
<td><pre lang="json">
"main-96f32b9f"
null
</pre>
</td>
</tr>

@ -2,8 +2,8 @@ apiVersion: v2
name: loki
description: Helm chart for Grafana Loki in simple, scalable mode
type: application
appVersion: 2.7.5
version: 4.10.0
appVersion: 2.8.0
version: 5.0.0
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki

@ -1,6 +1,6 @@
# loki
![Version: 4.10.0](https://img.shields.io/badge/Version-4.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.5](https://img.shields.io/badge/AppVersion-2.7.5-informational?style=flat-square)
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
Helm chart for Grafana Loki in simple, scalable mode

@ -329,9 +329,7 @@ enterprise:
# -- Docker image repository
repository: grafana/enterprise-logs
# -- Docker image tag
# TODO: needed for 3rd target backend functionality
# revert to null or latest once this behavior is relased
tag: main-96f32b9f
tag: null
# -- Docker image pull policy
pullPolicy: IfNotPresent
adminToken:

@ -1,5 +1,5 @@
{
_images+:: {
loki_canary: 'grafana/loki-canary:2.7.5',
loki_canary: 'grafana/loki-canary:2.8.0',
},
}

@ -4,7 +4,7 @@
memcached: 'memcached:1.5.17-alpine',
memcachedExporter: 'prom/memcached-exporter:v0.6.0',
loki: 'grafana/loki:2.7.5',
loki: 'grafana/loki:2.8.0',
distributor:: self.loki,
ingester:: self.loki,

@ -1,6 +1,6 @@
{
_images+:: {
promtail: 'grafana/promtail:2.7.5',
promtail: 'grafana/promtail:2.8.0',
},
_config+:: {

Loading…
Cancel
Save