From 86539c5ffea0a27152ece8f21ee80a947b5f49ea Mon Sep 17 00:00:00 2001 From: incubator4 Date: Tue, 7 May 2024 13:45:26 +0800 Subject: [PATCH] chore(vsl-sequencer): update helm chart version --- charts/vsl-sequencer/Chart.lock | 6 +++--- charts/vsl-sequencer/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/vsl-sequencer/Chart.lock b/charts/vsl-sequencer/Chart.lock index 245a41c..bb3b56b 100644 --- a/charts/vsl-sequencer/Chart.lock +++ b/charts/vsl-sequencer/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: vsl-rpc repository: file://../vsl-rpc - version: 0.1.15 + version: 0.2.0 - name: op-batcher repository: file://../op-batcher version: 0.1.0 - name: op-proposer repository: file://../op-proposer version: 0.1.0 -digest: sha256:8681dc431bd11a21051f40e59f41e3e8daddf1d282799b97e02b84a598216208 -generated: "2024-04-28T12:47:19.688246+08:00" +digest: sha256:af18a0542005b0ebcc31de78dedf19fa5cc4865f76ee2cc9f8f9e7970c2d2de3 +generated: "2024-05-07T13:44:25.912371+08:00" diff --git a/charts/vsl-sequencer/Chart.yaml b/charts/vsl-sequencer/Chart.yaml index 5683754..50502c1 100644 --- a/charts/vsl-sequencer/Chart.yaml +++ b/charts/vsl-sequencer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.16 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -25,7 +25,7 @@ appVersion: "1.16.0" dependencies: - name: vsl-rpc - version: 0.1.15 + version: 0.2.0 repository: "file://../vsl-rpc" alias: vsl-sequencer - name: op-batcher