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

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake 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.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner September 26, 2024 23:06
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Sep 26, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Sep 26, 2024

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

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

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

     spec:
       chart: loki
       sourceRef:
         kind: HelmRepository
         name: grafana-charts
         namespace: flux-system
-      version: 6.12.0
+      version: 6.15.0
   install:
     crds: Skip
     remediation:
       retries: 3
   interval: 30m
   timeout: 15m

@bot-blake
Copy link
Contributor Author

bot-blake 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
@@ -123,12 +131,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-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

@buroa buroa merged commit 3e54ca4 into master Sep 26, 2024
8 checks passed
@buroa buroa deleted the renovate/loki-6.x branch September 26, 2024 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant