From 52cf310c9eb1d81d7694df2454d0f34d209137d9 Mon Sep 17 00:00:00 2001 From: "Marco Maurer (-Kilchhofer)" Date: Fri, 24 May 2024 15:47:42 +0200 Subject: [PATCH] chore: Update Promtail sidecar 1.6.0 -> 2.9.8 (latest 2.x release) (#22) --- charts/unifi/Chart.yaml | 2 +- charts/unifi/README.md | 2 +- charts/unifi/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 12b760e..845794a 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -4,7 +4,7 @@ appVersion: v8.1.113 kubeVersion: ">=1.18-0" description: Ubiquiti Network's Unifi Controller name: unifi -version: 1.10.2 +version: 1.10.3 keywords: - ubiquiti - unifi diff --git a/charts/unifi/README.md b/charts/unifi/README.md index b327037..79b4e02 100644 --- a/charts/unifi/README.md +++ b/charts/unifi/README.md @@ -173,7 +173,7 @@ ingress: | logging.promtail.enabled | bool | `false` | Enable promtail sidecar | | logging.promtail.image.pullPolicy | string | `"IfNotPresent"` | Promtail image pull policy. One of `Always`, `Never`, `IfNotPresent` | | logging.promtail.image.repository | string | `"grafana/promtail"` | Promtail container image name | -| logging.promtail.image.tag | string | `"1.6.0"` | Promtail container image tag | +| logging.promtail.image.tag | string | `"2.9.8"` | Promtail container image tag | | logging.promtail.loki.url | string | `"http://loki.logs.svc.cluster.local:3100/loki/api/v1/push"` | Loki backend for promtail sidecar | | mongodb.databaseName | string | `"unifi"` | Maps to `unifi.db.name` | | mongodb.dbUri | string | `"mongodb://mongo/unifi"` | Maps to `db.mongo.uri` | diff --git a/charts/unifi/values.yaml b/charts/unifi/values.yaml index 9b8bf58..1bb9ef2 100644 --- a/charts/unifi/values.yaml +++ b/charts/unifi/values.yaml @@ -299,7 +299,7 @@ logging: # -- Promtail container image name repository: grafana/promtail # -- Promtail container image tag - tag: 1.6.0 + tag: 2.9.8 # -- Promtail image pull policy. One of `Always`, `Never`, `IfNotPresent` pullPolicy: IfNotPresent loki: