Skip to content

feat(helm)!: Update chart loki ( 6.49.0 ➔ 7.0.0 )#312

Open
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/loki-7.x
Open

feat(helm)!: Update chart loki ( 6.49.0 ➔ 7.0.0 )#312
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/loki-7.x

Conversation

@parsec-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
loki (source) major 6.49.07.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions
Copy link
Copy Markdown

--- HelmRelease: observability/loki StatefulSet: observability/loki

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

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki
-        image: docker.io/grafana/loki:3.6.3
+        image: docker.io/grafana/loki:3.6.7
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=all
         ports:
         - name: http-metrics
@@ -88,13 +88,13 @@

         - name: storage
           mountPath: /var/loki
         - name: sc-rules-volume
           mountPath: /rules
         resources: {}
       - name: loki-sc-rules
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.30.9
+        image: ghcr.io/kiwigrid/k8s-sidecar:2.5.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: loki_rule
@@ -114,12 +114,14 @@

           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
         volumeMounts:
+        - name: tmp
+          mountPath: /tmp
         - name: sc-rules-volume
           mountPath: /rules
       affinity:
         podAntiAffinity:
           requiredDuringSchedulingIgnoredDuringExecution:
           - labelSelector:

@github-actions
Copy link
Copy Markdown

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

+++ kubernetes/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.49.0
+      version: 7.0.0
   dependsOn:
   - name: rook-ceph-cluster
     namespace: rook-ceph
   install:
     crds: Skip
     remediation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants