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>
18 lines
309 B
YAML
18 lines
309 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: alloy
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- rbac.yaml
|
|
- daemonset.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/alloy
|
|
newTag: v1.14.0-fd0bebb-nix
|
|
|
|
configMapGenerator:
|
|
- name: alloy-config
|
|
files:
|
|
- config.alloy
|