onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

feat(helm): update promtail ( 6.15.5 → 6.16.1 ) #7816

Closed bot-ross[bot] closed 3 months ago

bot-ross[bot] commented 3 months ago

This PR contains the following updates:

Package Update Change
promtail (source) minor 6.15.5 -> 6.16.1

Release Notes

grafana/helm-charts (promtail) ### [`v6.16.1`](https://togithub.com/grafana/helm-charts/releases/tag/promtail-6.16.1) [Compare Source](https://togithub.com/grafana/helm-charts/compare/promtail-6.16.0...promtail-6.16.1) Promtail is an agent which ships the contents of local logs to a Loki instance #### What's Changed - \[promtail] Update service template to fix broken promtail. by [@​Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in [https://github.com/grafana/helm-charts/pull/3164](https://togithub.com/grafana/helm-charts/pull/3164) **Full Changelog**: https://github.com/grafana/helm-charts/compare/helm-loki-6.6.4...promtail-6.16.1 ### [`v6.16.0`](https://togithub.com/grafana/helm-charts/releases/tag/promtail-6.16.0) [Compare Source](https://togithub.com/grafana/helm-charts/compare/promtail-6.15.5...promtail-6.16.0) Promtail is an agent which ships the contents of local logs to a Loki instance #### What's Changed - \[promtail] update to 3.0.0 by [@​mjnagel](https://togithub.com/mjnagel) in [https://github.com/grafana/helm-charts/pull/3083](https://togithub.com/grafana/helm-charts/pull/3083) #### New Contributors - [@​mjnagel](https://togithub.com/mjnagel) made their first contribution in [https://github.com/grafana/helm-charts/pull/3083](https://togithub.com/grafana/helm-charts/pull/3083) **Full Changelog**: https://github.com/grafana/helm-charts/compare/grafana-agent-operator-0.4.0...promtail-6.16.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 3 months ago
--- kubernetes/main/apps/observability/promtail/app Kustomization: flux-system/promtail HelmRelease: observability/promtail

+++ kubernetes/main/apps/observability/promtail/app Kustomization: flux-system/promtail HelmRelease: observability/promtail

@@ -13,13 +13,13 @@

     spec:
       chart: promtail
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 6.15.5
+      version: 6.16.1
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true
bot-ross[bot] commented 3 months ago
--- HelmRelease: observability/promtail DaemonSet: observability/promtail

+++ HelmRelease: observability/promtail DaemonSet: observability/promtail

@@ -24,13 +24,13 @@

       enableServiceLinks: true
       securityContext:
         runAsGroup: 0
         runAsUser: 0
       containers:
       - name: promtail
-        image: docker.io/grafana/promtail:2.9.3
+        image: docker.io/grafana/promtail:3.0.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/promtail/promtail.yaml
         volumeMounts:
         - name: config
           mountPath: /etc/promtail