diff --git a/.releaserc b/.releaserc index 4228c5759..2209fe917 100644 --- a/.releaserc +++ b/.releaserc @@ -26,7 +26,7 @@ { "assets": [ "gradle.properties", - "charts/hedera-network-/Chart.yaml" + "charts/hedera-network/Chart.yaml" ] } ] diff --git a/charts/hedera-network/Chart.yaml b/charts/hedera-network/Chart.yaml index edc487091..abb5033fc 100644 --- a/charts/hedera-network/Chart.yaml +++ b/charts/hedera-network/Chart.yaml @@ -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" diff --git a/dev/scripts/template.env b/dev/scripts/template.env index f0a4f2d80..ef8be8b0e 100644 --- a/dev/scripts/template.env +++ b/dev/scripts/template.env @@ -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)