From 395cd2d474678dd7ea88a0ac6c91a8fbc4a889c5 Mon Sep 17 00:00:00 2001 From: gibsondan Date: Thu, 21 Nov 2024 09:24:36 -0600 Subject: [PATCH] regenerate helm schema with pydantic 2.10.0 (#26076) Summary: 2.10.0 appears to have introduced a benign schema change when its regenerated - I guess because this field is a Literal[true] instead of a boolean in the schema. Test Plan: BK NOCHANGELOG > Insert changelog entry or delete this section. ## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section. --- helm/dagster/values.schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/dagster/values.schema.json b/helm/dagster/values.schema.json index 76879137dfeba..32adc9d3ed06d 100644 --- a/helm/dagster/values.schema.json +++ b/helm/dagster/values.schema.json @@ -3035,9 +3035,6 @@ "enabled": { "const": true, "default": true, - "enum": [ - true - ], "title": "Enabled", "type": "boolean" },