From 494bebd547733b7c82758432f0d1cc1de1074353 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Tue, 28 May 2024 13:19:07 -0700 Subject: [PATCH] fix(charts): relayer valid service label (#1117) ## Summary Fixes the labels of sequencer relayer service monitor which referenced a nonexistant helper. --- charts/sequencer-relayer/Chart.yaml | 2 +- charts/sequencer-relayer/templates/servicemonitor.yaml | 2 +- charts/sequencer/Chart.lock | 6 +++--- charts/sequencer/Chart.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/sequencer-relayer/Chart.yaml b/charts/sequencer-relayer/Chart.yaml index 54e64acd71..5c393fef1e 100644 --- a/charts/sequencer-relayer/Chart.yaml +++ b/charts/sequencer-relayer/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.8.2 +version: 0.8.3 # 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 diff --git a/charts/sequencer-relayer/templates/servicemonitor.yaml b/charts/sequencer-relayer/templates/servicemonitor.yaml index d3f688e7ff..63b0635a37 100644 --- a/charts/sequencer-relayer/templates/servicemonitor.yaml +++ b/charts/sequencer-relayer/templates/servicemonitor.yaml @@ -4,7 +4,7 @@ kind: ServiceMonitor metadata: name: sequencer-relayer-metrics labels: - {{- include "sequencer.labels" . | nindent 4 }} + app: sequencer-relayer {{- with .Values.serviceMonitor.additionalLabels }} {{- toYaml . | nindent 4 }} {{- end }} diff --git a/charts/sequencer/Chart.lock b/charts/sequencer/Chart.lock index c01a8a194b..b70c65215a 100644 --- a/charts/sequencer/Chart.lock +++ b/charts/sequencer/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: sequencer-relayer repository: file://../sequencer-relayer - version: 0.8.2 -digest: sha256:8747b2720dd71b6421d898712d28932d63e50d413eb25aa021ca5c84d409f24b -generated: "2024-05-28T09:14:40.91836-07:00" + version: 0.8.3 +digest: sha256:5299fcd71b8cac0aa3929a00830fa682d04d239700664a644b3010980704e867 +generated: "2024-05-28T13:16:38.413956-07:00" diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index 6f224c8b0c..203e1fdaf7 100644 --- a/charts/sequencer/Chart.yaml +++ b/charts/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.15.2 +version: 0.15.3 # 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: "0.13.0" dependencies: - name: sequencer-relayer - version: "0.8.2" + version: "0.8.3" repository: "file://../sequencer-relayer" condition: sequencer-relayer.enabled