From 46c4f54ef72f9cb96ee0c9038f0adcee31df0d77 Mon Sep 17 00:00:00 2001 From: Lukasz Zimnoch Date: Wed, 12 Jun 2024 15:28:48 +0200 Subject: [PATCH] Use `keepnetwork/keep-client:v2.1.0` for `keep-maintainer` on production Here we point the production instance of `keep-maintainer` to the latest public Docker image, i.e. `keepnetwork/keep-client:v2.1.0` which introduces support of SPV proofs for moving funds and moved funds sweep transactions. --- infrastructure/kube/keep-prd/keep-maintainer/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/kube/keep-prd/keep-maintainer/kustomization.yaml b/infrastructure/kube/keep-prd/keep-maintainer/kustomization.yaml index 755b9fbb7b..33424f8422 100644 --- a/infrastructure/kube/keep-prd/keep-maintainer/kustomization.yaml +++ b/infrastructure/kube/keep-prd/keep-maintainer/kustomization.yaml @@ -11,7 +11,7 @@ commonLabels: images: - name: keep-maintainer newName: keepnetwork/keep-client - newTag: v2.0.0 + newTag: v2.1.0 configMapGenerator: - name: keep-maintainer-config