Skip to content

Commit

Permalink
fix: templating (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu authored Sep 27, 2024
1 parent c3d2595 commit 623f5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/celestia-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ maintainers:
name: celestia-node
sources:
- https://github.com/celestiaorg/celestia-node
version: 0.3.4
version: 0.3.5
4 changes: 2 additions & 2 deletions charts/celestia-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ spec:
{{- end }}
containers:
- name: node
{{- if or (eq .Values.node.settings.network "mocha") (eq .Values.node.settings.network "arabica") -}}
{{- if or (eq .Values.node.settings.network "mocha") (eq .Values.node.settings.network "arabica") }}
image: {{ template "node.image" . }}-{{ .Values.node.settings.network }}
{{- else -}}
{{- else }}
image: {{ template "node.image" . }}
{{- end }}
imagePullPolicy: {{ .Values.node.image.pullPolicy }}
Expand Down

0 comments on commit 623f5fa

Please sign in to comment.