Skip to content

Commit

Permalink
bump to v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kw1knode committed Jul 15, 2024
1 parent 8542f7c commit 44da847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/substreams-tier-1/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: 3.6.0
version: 3.7.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
Expand Down
6 changes: 3 additions & 3 deletions charts/substreams-tier-1/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "substreams.uniqueName" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app: substreams-tier-1
app.kubernetes.io/name: "{{ include "substreams.uniqueName" . }}"
app.kubernetes.io/instance: "{{ .Release.Name }}"
app: "substreams-tier-1"
network: "{{ $.Values.blockChain.network }}"
block_version: "{{ $.Values.blockChain.blocksVersion }}"
sf_type: "{{ $.Values.blockChain.type }}"
Expand Down

0 comments on commit 44da847

Please sign in to comment.