From 3a954c337dd9e22601b389e86b7097033fa08462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Ramon=20Ma=C3=B1es?= Date: Fri, 23 Jun 2023 17:29:25 +0200 Subject: [PATCH] feat: add full-3 - update image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jose Ramon MaƱes --- .../overlays/robusta-torch-1/config/config.yaml | 11 +++++++++++ .../overlays/robusta-torch-1/kustomization.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/deployment/overlays/robusta-torch-1/config/config.yaml b/deployment/overlays/robusta-torch-1/config/config.yaml index 070edac..8eb9d94 100644 --- a/deployment/overlays/robusta-torch-1/config/config.yaml +++ b/deployment/overlays/robusta-torch-1/config/config.yaml @@ -4,4 +4,15 @@ mutualPeers: containerName: "da" - nodeName: "da-full-1-0" containerName: "da" + - peers: + - nodeName: "da-bridge-2-0" + containerName: "da" + - nodeName: "da-full-2-0" + containerName: "da" + trustedPeersPath: "/tmp/celestia-config" # SETUP_PATH + - peers: + - nodeName: "da-bridge-1-0" + containerName: "da" + - nodeName: "da-full-3-0" + containerName: "da" trustedPeersPath: "/tmp/celestia-config" # SETUP_PATH \ No newline at end of file diff --git a/deployment/overlays/robusta-torch-1/kustomization.yaml b/deployment/overlays/robusta-torch-1/kustomization.yaml index c8163b9..a2ab62d 100644 --- a/deployment/overlays/robusta-torch-1/kustomization.yaml +++ b/deployment/overlays/robusta-torch-1/kustomization.yaml @@ -8,7 +8,7 @@ resources: images: - name: ghcr.io/jrmanes/torch - newTag: 902692f + newTag: ac6e6ee configMapGenerator: - name: config