We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cd20c commit b1b1568Copy full SHA for b1b1568
infra/scripts/helm/validate-helm-chart-versions.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
# Amount of file locations that need to be bumped in unison when versions increment
6
-UNIQUE_VERSIONS_COUNT=21 # Change in release 0.24.0
+UNIQUE_VERSIONS_COUNT=22 # Change in release 0.24.0
7
8
if [ $# -ne 1 ]; then
9
echo "Please provide a single semver version (without a \"v\" prefix) to test the repository against, e.g 0.99.0"
0 commit comments