Skip to content

feat(container)!: Update ghcr.io/grafana-community/helm-charts/loki (14.2.1 → 16.0.0)#121

Open
home-infrastructure-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-ghcr.io-grafana-community-helm-charts-loki-16.x
Open

feat(container)!: Update ghcr.io/grafana-community/helm-charts/loki (14.2.1 → 16.0.0)#121
home-infrastructure-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-ghcr.io-grafana-community-helm-charts-loki-16.x

Conversation

@home-infrastructure-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/grafana-community/helm-charts/loki (source) major 14.2.116.0.0

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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

--- kubernetes/infrastructure/monitoring/loki/app Kustomization: flux-system/loki OCIRepository: monitoring/loki

+++ kubernetes/infrastructure/monitoring/loki/app Kustomization: flux-system/loki OCIRepository: monitoring/loki

@@ -11,9 +11,9 @@

 spec:
   interval: 1h
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 14.2.1
+    tag: 16.0.0
   url: oci://ghcr.io/grafana-community/helm-charts/loki
 

@github-actions
Copy link
Copy Markdown

--- HelmRelease: monitoring/loki ConfigMap: monitoring/loki

+++ HelmRelease: monitoring/loki ConfigMap: monitoring/loki

@@ -51,13 +51,12 @@

       reject_old_samples_max_age: 168h
       retention_period: 14d
       split_queries_by_interval: 15m
       volume_enabled: true
     memberlist:
       abort_if_cluster_join_fails: true
-      advertise_addr: ${HASH_RING_INSTANCE_ADDR}
       advertise_port: 7946
       bind_port: 7946
       join_members:
       - loki-memberlist.monitoring.svc.cluster.local
       max_join_backoff: 1m
       max_join_retries: 10
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki

+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki

@@ -74,12 +74,13 @@

       - name: loki
         image: docker.io/grafana/loki:3.5.1
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -config.expand-env=true
+        - -memberlist.advertise-addr=$(POD_IP)
         - -target=all
         ports:
         - name: http-metrics
           containerPort: 3100
           protocol: TCP
         - name: grpc
@@ -90,13 +91,13 @@

           protocol: TCP
         env:
         - name: GOMEMLIMIT
           value: 870MiB
         - name: GOGC
           value: '80'
-        - name: HASH_RING_INSTANCE_ADDR
+        - name: POD_IP
           valueFrom:
             fieldRef:
               fieldPath: status.podIP
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:

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