diff --git a/charts/loki-distributed/Chart.yaml b/charts/loki-distributed/Chart.yaml index cafe985e8a..2bbb8d7bc0 100644 --- a/charts/loki-distributed/Chart.yaml +++ b/charts/loki-distributed/Chart.yaml @@ -3,7 +3,7 @@ name: loki-distributed description: Helm chart for Grafana Loki in microservices mode type: application appVersion: 2.9.10 -version: 0.80.0 +version: 0.80.1 home: https://grafana.github.io/helm-charts sources: - https://github.com/grafana/loki diff --git a/charts/loki-distributed/README.md b/charts/loki-distributed/README.md index 8ca6f9552f..0c1956d69e 100644 --- a/charts/loki-distributed/README.md +++ b/charts/loki-distributed/README.md @@ -1,6 +1,6 @@ # loki-distributed -![Version: 0.80.0](https://img.shields.io/badge/Version-0.80.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.10](https://img.shields.io/badge/AppVersion-2.9.10-informational?style=flat-square) +![Version: 0.80.1](https://img.shields.io/badge/Version-0.80.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.10](https://img.shields.io/badge/AppVersion-2.9.10-informational?style=flat-square) Helm chart for Grafana Loki in microservices mode @@ -199,7 +199,7 @@ kubectl delete statefulset RELEASE_NAME-loki-distributed-querier -n LOKI_NAMESPA | gateway.image.pullPolicy | string | `"IfNotPresent"` | The gateway image pull policy | | gateway.image.registry | string | `"docker.io"` | The Docker registry for the gateway image | | gateway.image.repository | string | `"nginxinc/nginx-unprivileged"` | The gateway image repository | -| gateway.image.tag | string | `"1.20.2-alpine"` | The gateway image tag | +| gateway.image.tag | string | `"1.27.3-alpine"` | The gateway image tag | | gateway.ingress.annotations | object | `{}` | Annotations for the gateway ingress | | gateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the gateway should be created | | gateway.ingress.hosts | list | `[{"host":"gateway.loki.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the gateway ingress | diff --git a/charts/loki-distributed/values.yaml b/charts/loki-distributed/values.yaml index 701878dbee..457f912689 100644 --- a/charts/loki-distributed/values.yaml +++ b/charts/loki-distributed/values.yaml @@ -1061,7 +1061,7 @@ gateway: # -- The gateway image repository repository: nginxinc/nginx-unprivileged # -- The gateway image tag - tag: 1.20.2-alpine + tag: 1.27.3-alpine # -- The gateway image pull policy pullPolicy: IfNotPresent # -- The name of the PriorityClass for gateway pods