Automated Manifest Update (#4730)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #4730
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4730.
This commit is contained in:
2026-03-14 23:03:58 +00:00
committed by Alex Lebens
parent 082d612285
commit 8a58404bf7
33 changed files with 657 additions and 72 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: