C0 follow-up: update tag from branch-built image to main-SHA image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
382 B
YAML
20 lines
382 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
- statefulset.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
- ingress-tailscale-otlp.yaml
|
|
|
|
images:
|
|
- name: grafana/tempo
|
|
newName: registry.ops.eblu.me/blumeops/tempo
|
|
newTag: "v2.10.3-75f9ba4"
|
|
|
|
configMapGenerator:
|
|
- name: tempo-config
|
|
files:
|
|
- tempo.yaml
|