C0 follow-up to #309: update kustomization newTag for all containers rebuilt by the merge (authentik, authentik-redis, ntfy, alloy). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
298 B
YAML
17 lines
298 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: alloy
|
|
|
|
resources:
|
|
- rbac.yaml
|
|
- daemonset.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/alloy
|
|
newTag: v1.14.0-fd0bebb-nix
|
|
|
|
configMapGenerator:
|
|
- name: alloy-tracing-config
|
|
files:
|
|
- config.alloy
|