Skip to content

Commit b1b1568

Browse files
committed
ci: Fix unique versions count for helm chart validation
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 62cd20c commit b1b1568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/helm/validate-helm-chart-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# 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
6+
UNIQUE_VERSIONS_COUNT=22 # Change in release 0.24.0
77

88
if [ $# -ne 1 ]; then
99
echo "Please provide a single semver version (without a \"v\" prefix) to test the repository against, e.g 0.99.0"

0 commit comments

Comments
 (0)