chore: Update manifests after change

This commit is contained in:
2026-03-14 18:23:05 +00:00
parent c0caa488d6
commit 8527962c0c
20 changed files with 45 additions and 43 deletions

View File

@@ -4,10 +4,10 @@ metadata:
name: loki
namespace: loki
labels:
helm.sh/chart: loki-6.53.0
helm.sh/chart: loki-6.55.0
app.kubernetes.io/name: loki
app.kubernetes.io/instance: loki
app.kubernetes.io/version: "3.6.5"
app.kubernetes.io/version: "3.6.7"
app.kubernetes.io/component: single-binary
app.kubernetes.io/part-of: memberlist
spec:
@@ -50,7 +50,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: loki
image: docker.io/grafana/loki:3.6.5
image: docker.io/grafana/loki:3.6.7
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
@@ -93,7 +93,7 @@ spec:
mountPath: "/rules"
resources: {}
- name: loki-sc-rules
image: docker.io/kiwigrid/k8s-sidecar:1.30.9
image: docker.io/kiwigrid/k8s-sidecar:2.5.0
imagePullPolicy: IfNotPresent
env:
- name: METHOD
@@ -117,6 +117,8 @@ spec:
- ALL
readOnlyRootFilesystem: true
volumeMounts:
- name: tmp
mountPath: /tmp
- name: sc-rules-volume
mountPath: "/rules"
affinity: