blumeops/argocd/manifests/loki/kustomization.yaml
Erich Blume 51626e6630 Update Loki to v3.6.5-3dc4ed7 container image
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 13:01:49 -08:00

19 lines
352 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
resources:
- statefulset.yaml
- service.yaml
- ingress-tailscale.yaml
images:
- name: grafana/loki
newName: registry.ops.eblu.me/blumeops/loki
newTag: "v3.6.5-3dc4ed7"
configMapGenerator:
- name: loki-config
files:
- loki-config.yaml