Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update chart loki to 6.24.0 #313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Update Change
loki (source) minor 6.16.0 -> 6.24.0

Warning

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


Release Notes

grafana/helm-charts (loki)

v6.24.0

The leading tool for querying and visualizing time series and metrics.

v6.23.0

The leading tool for querying and visualizing time series and metrics.

v6.22.0

The leading tool for querying and visualizing time series and metrics.

v6.21.0

The leading tool for querying and visualizing time series and metrics.

v6.20.0

The leading tool for querying and visualizing time series and metrics.

v6.19.0

The leading tool for querying and visualizing time series and metrics.

v6.18.0

The leading tool for querying and visualizing time series and metrics.


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Oct 19, 2024

--- HelmRelease: observability/loki ServiceAccount: observability/loki

+++ HelmRelease: observability/loki ServiceAccount: observability/loki

@@ -4,9 +4,8 @@

 metadata:
   name: loki
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 automountServiceAccountToken: true
 
--- HelmRelease: observability/loki ConfigMap: observability/loki

+++ HelmRelease: observability/loki ConfigMap: observability/loki

@@ -4,13 +4,12 @@

 metadata:
   name: loki
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 data:
   config.yaml: |2
 
     analytics:
       reporting_enabled: false
     auth_enabled: false
@@ -54,12 +53,14 @@

       enabled: false
     query_range:
       align_queries_with_step: true
     ruler:
       storage:
         type: local
+      wal:
+        dir: /var/loki/ruler-wal
     runtime_config:
       file: /etc/loki/runtime-config/runtime-config.yaml
     schema_config:
       configs:
       - from: "2024-04-01"
         index:
--- HelmRelease: observability/loki ConfigMap: observability/loki-gateway

+++ HelmRelease: observability/loki ConfigMap: observability/loki-gateway

@@ -4,13 +4,12 @@

 metadata:
   name: loki-gateway
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: gateway
 data:
   nginx.conf: "worker_processes  5;  ## Default: 1\nerror_log  /dev/stderr;\npid \
     \       /tmp/nginx.pid;\nworker_rlimit_nofile 8192;\n\nevents {\n  worker_connections\
     \  4096;  ## Default: 1024\n}\n\nhttp {\n  client_body_temp_path /tmp/client_temp;\n\
     \  proxy_temp_path       /tmp/proxy_temp_path;\n  fastcgi_temp_path     /tmp/fastcgi_temp;\n\
--- HelmRelease: observability/loki ConfigMap: observability/loki-runtime

+++ HelmRelease: observability/loki ConfigMap: observability/loki-runtime

@@ -4,11 +4,10 @@

 metadata:
   name: loki-runtime
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 data:
   runtime-config.yaml: |
     {}
 
--- HelmRelease: observability/loki ClusterRole: observability/loki-clusterrole

+++ HelmRelease: observability/loki ClusterRole: observability/loki-clusterrole

@@ -2,13 +2,12 @@

 kind: ClusterRole
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
   name: loki-clusterrole
 rules:
 - apiGroups:
   - ''
   resources:
   - configmaps
--- HelmRelease: observability/loki ClusterRoleBinding: observability/loki-clusterrolebinding

+++ HelmRelease: observability/loki ClusterRoleBinding: observability/loki-clusterrolebinding

@@ -3,13 +3,12 @@

 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: loki-clusterrolebinding
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 subjects:
 - kind: ServiceAccount
   name: loki
   namespace: observability
 roleRef:
   kind: ClusterRole
--- HelmRelease: observability/loki Service: observability/loki-gateway

+++ HelmRelease: observability/loki Service: observability/loki-gateway

@@ -4,13 +4,12 @@

 metadata:
   name: loki-gateway
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: gateway
 spec:
   type: ClusterIP
   ports:
   - name: http-metrics
     port: 80
--- HelmRelease: observability/loki Service: observability/loki-memberlist

+++ HelmRelease: observability/loki Service: observability/loki-memberlist

@@ -4,13 +4,12 @@

 metadata:
   name: loki-memberlist
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   clusterIP: None
   ports:
   - name: tcp
     port: 7946
--- HelmRelease: observability/loki Service: observability/loki-headless

+++ HelmRelease: observability/loki Service: observability/loki-headless

@@ -4,13 +4,12 @@

 metadata:
   name: loki-headless
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     variant: headless
     prometheus.io/service-monitor: 'false'
 spec:
   clusterIP: None
   ports:
   - name: http-metrics
--- HelmRelease: observability/loki Service: observability/loki

+++ HelmRelease: observability/loki Service: observability/loki

@@ -4,13 +4,12 @@

 metadata:
   name: loki
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   ports:
   - name: http-metrics
     port: 3100
     targetPort: http-metrics
--- HelmRelease: observability/loki Deployment: observability/loki-gateway

+++ HelmRelease: observability/loki Deployment: observability/loki-gateway

@@ -4,13 +4,12 @@

 metadata:
   name: loki-gateway
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: gateway
 spec:
   replicas: 0
   strategy:
     type: RollingUpdate
   revisionHistoryLimit: 10
--- HelmRelease: observability/loki StatefulSet: observability/loki

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

@@ -4,13 +4,12 @@

 metadata:
   name: loki
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
-    app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/component: single-binary
     app.kubernetes.io/part-of: memberlist
 spec:
   replicas: 1
   podManagementPolicy: Parallel
   updateStrategy:
@@ -42,13 +41,13 @@

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki-sc-rules
-        image: kiwigrid/k8s-sidecar:1.27.5
+        image: kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: loki_rule
@@ -63,13 +62,13 @@

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

@renovate renovate bot force-pushed the renovate/loki-6.x branch from 28e76c1 to f649e10 Compare October 23, 2024 17:40
Copy link

github-actions bot commented Oct 23, 2024

--- 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.16.0
+      version: 6.24.0
   dependsOn:
   - name: openebs
     namespace: openebs-system
   install:
     crds: Skip
     remediation:

@renovate renovate bot changed the title feat(helm): update chart loki to 6.18.0 feat(helm): update chart loki to 6.19.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/loki-6.x branch from f649e10 to 774b0e8 Compare November 7, 2024 17:09
@renovate renovate bot changed the title feat(helm): update chart loki to 6.19.0 feat(helm): update chart loki to 6.20.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/loki-6.x branch from 774b0e8 to 0a988e0 Compare November 19, 2024 20:02
@renovate renovate bot changed the title feat(helm): update chart loki to 6.20.0 feat(helm): update chart loki to 6.21.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/loki-6.x branch from 0a988e0 to d4d8602 Compare November 20, 2024 21:12
@renovate renovate bot changed the title feat(helm): update chart loki to 6.21.0 feat(helm): update chart loki to 6.22.0 Nov 28, 2024
@renovate renovate bot force-pushed the renovate/loki-6.x branch from d4d8602 to ced00fd Compare November 28, 2024 01:39
@renovate renovate bot force-pushed the renovate/loki-6.x branch from ced00fd to 6832544 Compare December 5, 2024 23:16
@renovate renovate bot changed the title feat(helm): update chart loki to 6.22.0 feat(helm): update chart loki to 6.23.0 Dec 5, 2024
@renovate renovate bot changed the title feat(helm): update chart loki to 6.23.0 feat(helm): update chart loki to 6.24.0 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/loki-6.x branch from 6832544 to f65ff11 Compare December 19, 2024 00:23
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