update helm for GEL 1.6.1 (#8304)

pull/8320/head helm-loki-4.4.2
Travis Patterson 3 years ago committed by GitHub
parent 855d2b74bc
commit 653b807a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/installation/helm/reference.md
  2. 4
      production/helm/loki/CHANGELOG.md
  3. 2
      production/helm/loki/Chart.yaml
  4. 2
      production/helm/loki/README.md
  5. 2
      production/helm/loki/values.yaml

@ -697,7 +697,7 @@ false
<td>string</td>
<td></td>
<td><pre lang="json">
"v1.6.0"
"v1.6.1"
</pre>
</td>
</tr>

@ -11,6 +11,10 @@ Entries should be ordered as follows:
Entries should include a reference to the pull request that introduced the change.
## 4.4.2
- [CHANGE] Bump Loki version to 2.7.2 and GEL version to 1.6.1
## 4.4.1
- [BUGFIX] Fix a few problems with the included dashboards and allow the rules to be created in a different namespace (which may be necessary based on how your Prometheus Operator is deployed).

@ -4,7 +4,7 @@ name: loki
description: Helm chart for Grafana Loki in simple, scalable mode
type: application
appVersion: 2.7.2
version: 4.4.1
version: 4.4.2
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki

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

@ -307,7 +307,7 @@ enterprise:
enabled: false
# Default verion of GEL to deploy
version: v1.6.0
version: v1.6.1
# -- Optional name of the GEL cluster, otherwise will use .Release.Name
# The cluster name must match what is in your GEL license

Loading…
Cancel
Save