From b441928b43fa8359b7f69269cac4b17c2ec63cec Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 3 Jul 2026 21:34:08 +1000 Subject: [PATCH] Bump bind-operator image to v0.1.2 Picks up the zone-seed / IP-primaries fix (bind-operator #3) so the authoritative and external-dns clusters can provision their zones. - apps/base/bind-system/deployment.yaml: v0.1.1 -> v0.1.2 --- 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