diff --git a/README.md b/README.md index e1107d3457..1152aa060e 100644 --- a/README.md +++ b/README.md @@ -227,4 +227,4 @@ Thanks goes to these incredible people: - + \ No newline at end of file diff --git a/infra/scripts/helm/validate-helm-chart-versions.sh b/infra/scripts/helm/validate-helm-chart-versions.sh index cd8317222b..8a088a006d 100755 --- a/infra/scripts/helm/validate-helm-chart-versions.sh +++ b/infra/scripts/helm/validate-helm-chart-versions.sh @@ -3,7 +3,7 @@ set -e # Amount of file locations that need to be bumped in unison when versions increment -UNIQUE_VERSIONS_COUNT=22 # Change in release 0.24.0 +UNIQUE_VERSIONS_COUNT=20 # Change in release 0.27.0 if [ $# -ne 1 ]; then echo "Please provide a single semver version (without a \"v\" prefix) to test the repository against, e.g 0.99.0"