jedcunningham commented on code in PR #30214:
URL: https://github.com/apache/airflow/pull/30214#discussion_r1143768910
##########
chart/values.schema.json:
##########
@@ -80,6 +80,12 @@
"default": "2.5.2",
"x-docsSection": "Common"
},
+ "defaultAirflowDigest": {
+ "description": "Default airflow digest to deploy. Overrides tag.",
+ "type": "string",
+ "default": "",
Review Comment:
```suggestion
"type": [
"string",
"null"
],
"default": null
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]