PR #358 was squash-merged so the branch commitb8c7783baked into the prior image tag isn't reachable from main's history. Rebuild from main HEAD (a33fa47) and retag. Image content is byte-identical (FOD is content-addressed, inputs unchanged); only the SHA in the tag changes so future provenance tracing stays on main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
319 B
YAML
17 lines
319 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: shower
|
|
|
|
resources:
|
|
- configmap.yaml
|
|
- external-secret.yaml
|
|
- pv-nfs.yaml
|
|
- pvc.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
- deployment.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/shower
|
|
newTag: v1.1.2-a33fa47-nix
|