Skip to content

Commit

Permalink
update noop helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kw1knode committed Jul 29, 2024
1 parent 2cdd8f9 commit e343b79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/substreams-sink-noop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 4.2.0
version: 4.3.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.2.1"
appVersion: "v1.3.1"
2 changes: 1 addition & 1 deletion charts/substreams-sink-noop/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ app.kubernetes.io/component: {{ . }}
Generate a unique name for resources based on network name.
*/}}
{{- define "noop.uniqueName" -}}
{{- printf "substreams-sink-noop-%s-%s" (default "ethereum" .Values.noop.networkName) .Values.noop.blocksVersion | trunc 63 | trimSuffix "-" }}
{{- printf "%s-substreams-sink-noop-%s" (default "eth" .Values.noop.networkName) .Values.noop.blocksVersion | trunc 63 | trimSuffix "-" }}
{{- end }}


2 changes: 1 addition & 1 deletion charts/substreams-sink-noop/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
scrapeTimeout: {{ .Values.noop.serviceMonitor.scrapeTimeout | default "10s" }}
port: metrics
path: /metrics
relabelings:
metricRelabelings:
- action: replace
sourceLabels: [__meta_kubernetes_pod_label_app]
targetLabel: app
Expand Down

0 comments on commit e343b79

Please sign in to comment.