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

fix(helm): update chart loki ( 6.25.0 → 6.25.1 ) #5100

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Feb 5, 2025

This PR contains the following updates:

Package Update Change
loki (source) patch 6.25.0 -> 6.25.1

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | loki    | 6.25.0 | 6.25.1 |
@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Feb 5, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 5, 2025

--- kubernetes/main/apps/observability/loki/app Kustomization: observability/loki HelmRelease: observability/loki

+++ kubernetes/main/apps/observability/loki/app Kustomization: observability/loki HelmRelease: observability/loki

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

       chart: loki
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: grafana-charts
         namespace: flux-system
-      version: 6.25.0
+      version: 6.25.1
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 3

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 5, 2025

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

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

@@ -5,12 +5,13 @@

   name: loki-gateway
   namespace: observability
   labels:
     app.kubernetes.io/name: loki
     app.kubernetes.io/instance: loki
     app.kubernetes.io/component: gateway
+    prometheus.io/service-monitor: 'false'
 spec:
   type: ClusterIP
   ports:
   - name: http-metrics
     port: 80
     targetPort: http-metrics
--- HelmRelease: observability/loki StatefulSet: observability/loki

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

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

         runAsGroup: 10001
         runAsNonRoot: true
         runAsUser: 10001
       terminationGracePeriodSeconds: 30
       containers:
       - name: loki-sc-rules
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.29.0
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.29.1
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: loki_rule

@szinn szinn merged commit b976581 into main Feb 5, 2025
22 checks passed
@szinn szinn deleted the renovate/main-loki-6.x branch February 5, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant