Build 536 finished cleanly with the strip-refs FOD + autopatchelf wrapper. The [branch] tag is fine for ArgoCD branch-revision testing; a follow-up C0 will rebuild from main and re-pin to the [main] SHA tag after merge, per docs/how-to/deployment/build-container-image.md. 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.0.0-118cbbf-nix
|