trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

feat(helm): update loki ( 6.20.0 → 6.21.0 ) #366

Closed monosense-arc[bot] closed 1 week ago

monosense-arc[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change
loki (source) minor 6.20.0 -> 6.21.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.

monosense-arc[bot] commented 1 week ago
--- kubernetes/main/apps/observability/loki/app Kustomization: flux-system/loki HelmRelease: observability/loki

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

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

     spec:
       chart: loki
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 6.20.0
+      version: 6.21.0
   dependsOn:
   - name: rook-ceph-cluster
     namespace: rook-ceph
   install:
     crds: Skip
     remediation:
monosense-arc[bot] commented 1 week ago
--- HelmRelease: observability/loki StatefulSet: observability/loki

+++ HelmRelease: observability/loki StatefulSet: observability/loki

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

         - name: LOG_LEVEL
           value: INFO
         volumeMounts:
         - name: sc-rules-volume
           mountPath: /rules
       - name: loki
-        image: docker.io/grafana/loki:3.2.0
+        image: docker.io/grafana/loki:3.3.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=all
         ports:
         - name: http-metrics