Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akoptelov committed Nov 16, 2023
1 parent 929daac commit 21dbab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ocaml-test-node/templates/_libp2p.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ key
Libp2p secret name
*/}}
{{- define "ocaml-test-node.libp2p.secret.name" -}}
{{- default (printf "%s-libp2p" (include "ocaml-test-node.fullname" .)) .Values.libp2p.secret }}
{{- printf "%s-%s" .Release.Name .Values.libp2p.secret }}
{{- end }}


Expand Down
5 changes: 1 addition & 4 deletions peers-discovery-3-nodes/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: 0.0.2
version: 0.0.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
Expand All @@ -37,6 +37,3 @@ dependencies:
alias: rust
repository: file://../rust-test-node
version: ">=0.0.0"
# - name: openmina
# repository: file://../../openmina
# version: ">=0.0.0"
2 changes: 1 addition & 1 deletion peers-discovery-3-nodes/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodes: seed rust
nodes: seed ocaml rust

seed:
daemonJson:
Expand Down

0 comments on commit 21dbab2

Please sign in to comment.