Skip to content

Commit

Permalink
chore: Update Promtail sidecar 1.6.0 -> 2.9.8 (latest 2.x release) (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilchhofer committed May 24, 2024
1 parent 8fd65b5 commit 52cf310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/unifi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/unifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/unifi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 52cf310

Please sign in to comment.