diff --git a/frontend/build.sh b/frontend/build.sh index ecb2fe845..074ad8488 100644 --- a/frontend/build.sh +++ b/frontend/build.sh @@ -17,6 +17,7 @@ check_prereq() { } } +chart=frontend [[ $1 == ee ]] && ee=true [[ $PATCH -eq 1 ]] && { image_tag="$(grep -ER ^.ppVersion ../scripts/helmcharts/openreplay/charts/$chart | xargs | awk '{print $2}' | awk -F. -v OFS=. '{$NF += 1 ; print}')" @@ -25,7 +26,6 @@ check_prereq() { } } update_helm_release() { - chart=$1 HELM_TAG="$(grep -iER ^version ../scripts/helmcharts/openreplay/charts/$chart | awk '{print $2}' | awk -F. -v OFS=. '{$NF += 1 ; print}')" # Update the chart version sed -i "s#^version.*#version: $HELM_TAG# g" ../scripts/helmcharts/openreplay/charts/$chart/Chart.yaml @@ -52,4 +52,4 @@ function build(){ check_prereq build $1 -[[ $PATCH -eq 1 ]] && update_helm_release frontend +[[ $PATCH -eq 1 ]] && update_helm_release diff --git a/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml b/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml index 2575ae91c..1a9ec79f6 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/Chart.yaml @@ -15,10 +15,10 @@ 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 (frontends://semver.org/) -version: 0.1.3 +version: 0.1.4 # 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: "v1.11.2" +AppVersion: "v1.11.3"