From de123af1b1fa5f60cd9a16937ef5762a786ee6fb Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 23:03:37 +1000 Subject: [PATCH] Bump bind-operator image to v0.1.2 (#224) **HOLD until v0.1.2 is tagged/built** (bind-operator #3 merged + tagged). Picks up the zone-provisioning fix (seed glue A record + IP-based primaries + Pod watch) so the clusters stop failing to load their zones. - `apps/base/bind-system/deployment.yaml`: image v0.1.1 -> v0.1.2 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/224 Co-authored-by: Ben Vincent Co-committed-by: Ben Vincent --- apps/base/bind-system/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/bind-system/deployment.yaml b/apps/base/bind-system/deployment.yaml index 0dd8c11..7c13a23 100644 --- a/apps/base/bind-system/deployment.yaml +++ b/apps/base/bind-system/deployment.yaml @@ -21,7 +21,7 @@ spec: runAsNonRoot: true containers: - name: operator - image: git.unkin.net/unkin/bind-operator:v0.1.1 + image: git.unkin.net/unkin/bind-operator:v0.1.2 args: - --metrics-bind-address=:8080 - --health-probe-bind-address=:8081