Skip to content

Commit

Permalink
fix(charts): relayer valid service label (astriaorg#1117)
Browse files Browse the repository at this point in the history
## Summary
Fixes the labels of sequencer relayer service monitor which referenced a
nonexistant helper.
  • Loading branch information
joroshiba authored May 28, 2024
1 parent f7f96c5 commit 494bebd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/sequencer-relayer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sequencer-relayer/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions charts/sequencer/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 494bebd

Please sign in to comment.