From 04887049552aad5ab6a7c29adec48f94867d5d9d Mon Sep 17 00:00:00 2001 From: Christopher Tineo Date: Tue, 10 Feb 2026 21:36:38 -0500 Subject: [PATCH] patch ingress and image tag --- balancer/kustomization.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/balancer/kustomization.yaml b/balancer/kustomization.yaml index 6bef7f3..6a32015 100644 --- a/balancer/kustomization.yaml +++ b/balancer/kustomization.yaml @@ -11,7 +11,7 @@ resources: images: - name: ghcr.io/codeforphilly/balancer-main/app - newTag: "1.1.3" + newTag: "0.0.0-dev.20260211012449" patches: - target: @@ -21,6 +21,9 @@ patches: - op: add path: /metadata/annotations/cert-manager.io~1cluster-issuer value: letsencrypt-prod + - op: add + path: /metadata/annotations/kubernetes.io~1ingress.class + value: nginx - op: replace path: /spec/tls/0/hosts/0 value: sandbox.balancerproject.org