diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index 738afe9..42ddf26 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.9.2 +version: 0.9.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/templates/service.yaml b/charts/sequencer/templates/service.yaml index 8842a92..cc9458e 100644 --- a/charts/sequencer/templates/service.yaml +++ b/charts/sequencer/templates/service.yaml @@ -46,5 +46,5 @@ spec: ports: - name: cometbft-metrics port: {{ .Values.ports.cometBFTMETRICS }} - targetPort: cometbft-metrics + targetPort: cometbft-metric {{- end }} diff --git a/charts/sequencer/templates/statefulsets.yaml b/charts/sequencer/templates/statefulsets.yaml index 0e981ee..2b2c35d 100644 --- a/charts/sequencer/templates/statefulsets.yaml +++ b/charts/sequencer/templates/statefulsets.yaml @@ -68,7 +68,7 @@ spec: name: cometbft-rpc {{- if .Values.serviceMonitor.enabled }} - containerPort: {{ .Values.ports.cometBFTMETRICS }} - name: cometbft-metrics + name: cometbft-metric {{- end }} volumes: - name: cometbft-config-volume