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

⏫(helm): chart loki ( 6.6.4 → 6.7.1 ) #245

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

ktvbot[bot]
Copy link
Contributor

@ktvbot ktvbot bot commented Jul 3, 2024

This PR contains the following updates:

Package Update Change
loki (source) minor 6.6.4 -> 6.7.1

Release Notes

grafana/helm-charts (loki)

v6.7.1

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@b5b861c

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.7.1

v6.7.0

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@fc3904e

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.7.0

v6.6.6

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@4ca9785

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.6

v6.6.5

Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

Source commit: grafana/loki@29f1ea9

Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.5


Configuration

📅 Schedule: Branch creation - "after 8am,before 11pm" in timezone America/New_York, Automerge - "after 8am,before 11pm" in timezone America/New_York.

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

Copy link

trunk-io bot commented Jul 3, 2024

⏱️ 3m total CI duration on this PR
Job Cumulative Duration Recent Runs
Kubeconform 49s 🟩
Enforce PR labels 46s 🟩🟩🟩
Trunk Check Runner 38s 🟩
Flux Diff (kubernetes, helmrelease) 25s 🟩
Flux Diff (kubernetes, kustomization) 22s 🟩
Labeler 3s 🟩
Label Size 2s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

Copy link

github-actions bot commented Jul 3, 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.6.4
+      version: 6.7.1
   dependsOn:
   - name: openebs
     namespace: openebs-system
   - name: rook-ceph-cluster
     namespace: rook-ceph
   - name: vector-agent

Copy link

github-actions bot commented Jul 3, 2024

--- HelmRelease: observability/loki ConfigMap: observability/loki

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

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

           region: ..PLACEHOLDER..
           s3forcepathstyle: true
           secret_access_key: ..PLACEHOLDER..
     frontend:
       max_outstanding_per_tenant: 4096
       scheduler_address: ""
-      tail_proxy_url: http://loki-querier.observability.svc.cluster.local:3100
+      tail_proxy_url: ""
     frontend_worker:
       scheduler_address: ""
     index_gateway:
       mode: simple
     ingester:
       chunk_encoding: snappy
--- HelmRelease: observability/loki Deployment: observability/loki-read

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

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki
-        image: docker.io/grafana/loki:3.0.0
+        image: docker.io/grafana/loki:3.1.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=read
         - -legacy-read-mode=false
         - -common.compactor-grpc-address=loki-backend.observability.svc.cluster.local:9095
--- HelmRelease: observability/loki StatefulSet: observability/loki-backend

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

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

         - name: LOG_LEVEL
           value: INFO
         volumeMounts:
         - name: sc-rules-volume
           mountPath: /rules/fake
       - name: loki
-        image: docker.io/grafana/loki:3.0.0
+        image: docker.io/grafana/loki:3.1.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=backend
         - -legacy-read-mode=false
         ports:
--- HelmRelease: observability/loki StatefulSet: observability/loki-write

+++ HelmRelease: observability/loki StatefulSet: observability/loki-write

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 300
       containers:
       - name: loki
-        image: docker.io/grafana/loki:3.0.0
+        image: docker.io/grafana/loki:3.1.0
         imagePullPolicy: IfNotPresent
         args:
         - -config.file=/etc/loki/config/config.yaml
         - -target=write
         ports:
         - name: http-metrics

@ktvbot ktvbot bot changed the title ⬆(helm): chart loki ( 6.6.4 → 6.6.5 ) ⬆(helm): chart loki ( 6.6.4 → 6.6.6 ) Jul 11, 2024
@ktvbot ktvbot bot changed the title ⬆(helm): chart loki ( 6.6.4 → 6.6.6 ) ⏫(helm): chart loki ( 6.6.4 → 6.7.0 ) Jul 16, 2024
@ktvbot ktvbot bot changed the title ⏫(helm): chart loki ( 6.6.4 → 6.7.0 ) ⏫(helm): chart loki ( 6.6.4 → 6.7.1 ) Jul 16, 2024
@kiliantyler kiliantyler merged commit 6e5d28e into main Jul 17, 2024
9 checks passed
@kiliantyler kiliantyler deleted the renovate/loki-6.x branch July 17, 2024 03:41
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.

None yet

1 participant