From cf8326203abd2bb4a3a59fdfced0649a40d078a0 Mon Sep 17 00:00:00 2001 From: ericlee Date: Mon, 5 Aug 2024 09:40:45 +0800 Subject: [PATCH] Bump l2geth to 0.3.2 and themis to 0.1.4 --- charts/metis-node/Chart.yaml | 4 ++-- charts/metis-node/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/metis-node/Chart.yaml b/charts/metis-node/Chart.yaml index fd611c6..d333d95 100644 --- a/charts/metis-node/Chart.yaml +++ b/charts/metis-node/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: metis-node description: A Helm chart for Metis node type: application -version: 0.0.6 -appVersion: "0.3.1" +version: 0.0.7 +appVersion: "0.3.2" diff --git a/charts/metis-node/values.yaml b/charts/metis-node/values.yaml index cb9ac4c..3d954aa 100644 --- a/charts/metis-node/values.yaml +++ b/charts/metis-node/values.yaml @@ -29,7 +29,7 @@ l2geth: image: repository: metisdao/l2geth pullPolicy: IfNotPresent - tag: "v0.3.1" + tag: "v0.3.2" ## Set ENV envs: [] @@ -232,7 +232,7 @@ consensus: image: repository: metisdao/themis pullPolicy: IfNotPresent - tag: "v0.1.2" + tag: "v0.1.4" ## Set ENV vars via secret ## Refer to docs/networks//l1dtl.env.yaml for the details