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 ( 6.12.0 β†’ 6.15.0 ) #7232

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant bot commented Sep 26, 2024

This PR contains the following updates:

Package Update Change
loki (source) minor 6.12.0 -> 6.15.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.


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

This PR has been generated by Renovate Bot.

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | loki    | 6.12.0 | 6.15.0 |
@lab-assistant lab-assistant bot added renovate/helm type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Sep 26, 2024
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Sep 26, 2024

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

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

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

       chart: loki
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 6.12.0
+      version: 6.15.0
   interval: 30m
   timeout: 15m
   values:
     backend:
       persistence:
         size: 20Gi
@@ -140,13 +140,12 @@

     read:
       replicas: 2
     sidecar:
       image:
         repository: ghcr.io/kiwigrid/k8s-sidecar
       rules:
-        folder: /rules/fake
         searchNamespace: ALL
     test:
       enabled: false
     write:
       persistence:
         size: 20Gi

@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Sep 26, 2024

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

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

@@ -11,12 +11,20 @@

 data:
   config.yaml: |2
 
     analytics:
       reporting_enabled: false
     auth_enabled: false
+    bloom_build:
+      builder:
+        planner_address: loki-backend-headless.monitoring.svc.cluster.local:9095
+      enabled: false
+    bloom_gateway:
+      client:
+        addresses: dnssrvnoa+_grpc._tcp.loki-backend-headless.monitoring.svc.cluster.local
+      enabled: false
     chunk_store_config:
       chunk_cache_config:
         background:
           writeback_buffer: 500000
           writeback_goroutines: 1
           writeback_size_limit: 500MB
@@ -119,12 +127,14 @@

       grpc_server_max_send_msg_size: 8388608
       http_listen_port: 3100
       http_server_read_timeout: 600s
       http_server_write_timeout: 600s
       log_level: info
     storage_config:
+      bloom_shipper:
+        working_directory: /var/loki/data/bloomshipper
       boltdb_shipper:
         index_gateway_client:
           server_address: dns+loki-backend-headless.monitoring.svc.cluster.local:9095
       hedging:
         at: 250ms
         max_per_second: 20
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-backend

+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-backend

@@ -51,26 +51,26 @@

         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: loki_rule
         - name: FOLDER
-          value: /rules/fake
+          value: /rules
         - name: RESOURCE
           value: both
         - name: NAMESPACE
           value: ALL
         - name: WATCH_SERVER_TIMEOUT
           value: '60'
         - name: WATCH_CLIENT_TIMEOUT
           value: '60'
         - name: LOG_LEVEL
           value: INFO
         volumeMounts:
         - name: sc-rules-volume
-          mountPath: /rules/fake
+          mountPath: /rules
       - name: loki
         image: docker.io/grafana/loki:3.1.1
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=backend
@@ -104,13 +104,13 @@

           mountPath: /etc/loki/runtime-config
         - name: tmp
           mountPath: /tmp
         - name: data
           mountPath: /var/loki
         - name: sc-rules-volume
-          mountPath: /rules/fake
+          mountPath: /rules
         resources: {}
       affinity:
         podAntiAffinity:
           requiredDuringSchedulingIgnoredDuringExecution:
           - labelSelector:
               matchLabels:
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-chunks-cache

+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-chunks-cache

@@ -29,13 +29,17 @@

         app.kubernetes.io/instance: loki
         app.kubernetes.io/component: memcached-chunks-cache
         name: memcached-chunks-cache
       annotations: null
     spec:
       serviceAccountName: loki
-      securityContext: {}
+      securityContext:
+        fsGroup: 11211
+        runAsGroup: 11211
+        runAsNonRoot: true
+        runAsUser: 11211
       initContainers: []
       nodeSelector: {}
       affinity: {}
       topologySpreadConstraints: []
       tolerations: []
       terminationGracePeriodSeconds: 60
--- HelmRelease: monitoring/loki StatefulSet: monitoring/loki-results-cache

+++ HelmRelease: monitoring/loki StatefulSet: monitoring/loki-results-cache

@@ -29,13 +29,17 @@

         app.kubernetes.io/instance: loki
         app.kubernetes.io/component: memcached-results-cache
         name: memcached-results-cache
       annotations: null
     spec:
       serviceAccountName: loki
-      securityContext: {}
+      securityContext:
+        fsGroup: 11211
+        runAsGroup: 11211
+        runAsNonRoot: true
+        runAsUser: 11211
       initContainers: []
       nodeSelector: {}
       affinity: {}
       topologySpreadConstraints: []
       tolerations: []
       terminationGracePeriodSeconds: 60

@bjw-s bjw-s merged commit 94a82f9 into main Sep 27, 2024
15 checks passed
@bjw-s bjw-s deleted the renovate/main-loki-6.x branch September 27, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant