diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index e2a83c6..a00cee6 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/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.18.1 +version: 0.18.2 # 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/Chart.yaml b/charts/sequencer-relayer/Chart.yaml index d30597a..1cd7ade 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.0 +version: 0.8.1 # 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 45d12e1..329b301 100644 --- a/charts/sequencer-relayer/templates/servicemonitor.yaml +++ b/charts/sequencer-relayer/templates/servicemonitor.yaml @@ -16,7 +16,6 @@ spec: selector: matchLabels: app: sequencer-relayer - name: sequencer-relayer-metrics endpoints: - port: metric path: / diff --git a/charts/sequencer/Chart.lock b/charts/sequencer/Chart.lock index 5aeb9b2..34528ed 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.0 -digest: sha256:7ba5131675eb9bc1cb6f73a20fb8a4187658873397183b48aa6d281e4494e3bb -generated: "2024-05-20T15:16:02.948351-07:00" + version: 0.8.1 +digest: sha256:aea57e7ee44fd5bf1c851792b6a540a222d76a91518948f2b609966a65f694c4 +generated: "2024-05-24T10:23:31.097578-07:00" diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index f56f2d1..5ac7ee8 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.0 +version: 0.15.1 # 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.0" + version: "0.8.1" repository: "file://../sequencer-relayer" condition: sequencer-relayer.enabled diff --git a/charts/sequencer/templates/servicemonitor.yaml b/charts/sequencer/templates/servicemonitor.yaml index 50426c7..914406e 100644 --- a/charts/sequencer/templates/servicemonitor.yaml +++ b/charts/sequencer/templates/servicemonitor.yaml @@ -15,7 +15,7 @@ spec: - {{ include "sequencer.namespace" . }} selector: matchLabels: - {{- include "sequencer.selectorLabels" . | nindent 6 }} + app: {{ .Values.config.moniker }}-sequencer endpoints: - port: cometbft-metric path: /metrics @@ -25,26 +25,7 @@ spec: {{- with .Values.serviceMonitor.scrapeTimeout }} scrapeTimeout: {{ . }} {{- end }} ---- -{{- if .Values.config.sequencer.metrics.enabled }} -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - name: sequencer-metrics - labels: - {{- include "sequencer.labels" . | nindent 4 }} - {{- with .Values.serviceMonitor.additionalLabels }} - {{- toYaml . | nindent 4 }} - {{- end }} -spec: - jobLabel: sequencer-metric - namespaceSelector: - matchNames: - - {{ include "sequencer.namespace" . }} - selector: - matchLabels: - {{- include "sequencer.selectorLabels" . | nindent 6 }} - endpoints: + {{- if .Values.config.sequencer.metrics.enabled }} - port: seq-metric path: / {{- with .Values.serviceMonitor.interval }} @@ -53,5 +34,6 @@ spec: {{- with .Values.serviceMonitor.scrapeTimeout }} scrapeTimeout: {{ . }} {{- end }} -{{- end }} + {{- end }} +--- {{- end }}