generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/loki-6.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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
bot
force-pushed
the
renovate/loki-6.x
branch
from
October 23, 2024 17:40
28e76c1
to
f649e10
Compare
--- 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
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
bot
force-pushed
the
renovate/loki-6.x
branch
from
November 7, 2024 17:09
f649e10
to
774b0e8
Compare
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
bot
force-pushed
the
renovate/loki-6.x
branch
from
November 19, 2024 20:02
774b0e8
to
0a988e0
Compare
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
bot
force-pushed
the
renovate/loki-6.x
branch
from
November 20, 2024 21:12
0a988e0
to
d4d8602
Compare
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
bot
force-pushed
the
renovate/loki-6.x
branch
from
November 28, 2024 01:39
d4d8602
to
ced00fd
Compare
renovate
bot
force-pushed
the
renovate/loki-6.x
branch
from
December 5, 2024 23:16
ced00fd
to
6832544
Compare
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
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
bot
force-pushed
the
renovate/loki-6.x
branch
from
December 19, 2024 00:23
6832544
to
f65ff11
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR was generated by Mend Renovate. View the repository job log.