We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cbd6f commit c415b48Copy full SHA for c415b48
1 file changed
chart/values.schema.json
@@ -11,8 +11,8 @@
11
"properties": {
12
"version": {
13
"type": "string",
14
- "description": "Immutable version tag for app and engine images",
15
- "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.-]+)?$"
+ "description": "Immutable version tag for app and engine images (semver or 8-char git hash)",
+ "pattern": "^([0-9]+\\.[0-9]+\\.[0-9]+(-[a-zA-Z0-9.-]+)?|[0-9a-fA-F]{8})$"
16
}
17
18
},
0 commit comments