Skip to content

Commit

Permalink
fix: typo in the semantic release config preventing the updates to Ch…
Browse files Browse the repository at this point in the history
…art.yaml from being committed (#252)

Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Lenin Mehedy <[email protected]>
Co-authored-by: Lenin Mehedy <[email protected]>
  • Loading branch information
nathanklick and leninmehedy authored Aug 5, 2023
1 parent 7d5a4e1 commit 02a576b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"assets": [
"gradle.properties",
"charts/hedera-network-/Chart.yaml"
"charts/hedera-network/Chart.yaml"
]
}
]
Expand Down
4 changes: 2 additions & 2 deletions charts/hedera-network/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.1.0
version: 0.5.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: "0.4.0"
appVersion: "0.5.0"

# This is range of versions of Kubernetes server that is supported by this chart.
kubeVersion: ">=1.25.0"
1 change: 0 additions & 1 deletion dev/scripts/template.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
NMT_VERSION=v2.0.0-alpha.0
PLATFORM_VERSION=v0.39.1
OPENJDK_VERSION=17.0.2

#NODE_NAMES=(node0 node1 node2 node3)
NODE_NAMES=(node0)

0 comments on commit 02a576b

Please sign in to comment.