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>
19 lines
517 B
YAML
19 lines
517 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: authentik
|
|
resources:
|
|
- external-secret.yaml
|
|
- configmap-blueprint.yaml
|
|
- deployment-server.yaml
|
|
- deployment-worker.yaml
|
|
- deployment-redis.yaml
|
|
- service.yaml
|
|
- service-redis.yaml
|
|
- ingress-tailscale.yaml
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/authentik
|
|
newTag: v2026.2.0-fd0bebb-nix
|
|
- name: docker.io/library/redis
|
|
newName: registry.ops.eblu.me/blumeops/authentik-redis
|
|
newTag: v8.2.3-fd0bebb-nix
|