Skip to content

Commit c415b48

Browse files
Allow commit SHA for the version
1 parent 74cbd6f commit c415b48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chart/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"properties": {
1212
"version": {
1313
"type": "string",
14-
"description": "Immutable version tag for app and engine images",
15-
"pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.-]+)?$"
14+
"description": "Immutable version tag for app and engine images (semver or 8-char git hash)",
15+
"pattern": "^([0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.-]+)?|[0-9a-fA-F]{8})$"
1616
}
1717
}
1818
},

0 commit comments

Comments
 (0)