From 5783026f6cdef0f988b456f0ec38a36d958f7a8c Mon Sep 17 00:00:00 2001 From: RoboDexo2000 <150604236+RoboDexo2000[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 01:21:39 +0000 Subject: [PATCH] feat: update schemas --- upgrade.cattle.io/plan_v1.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/upgrade.cattle.io/plan_v1.json b/upgrade.cattle.io/plan_v1.json index 8318aa4..af3a8c7 100644 --- a/upgrade.cattle.io/plan_v1.json +++ b/upgrade.cattle.io/plan_v1.json @@ -321,6 +321,21 @@ "nullable": true, "type": "boolean" }, + "appArmorProfile": { + "nullable": true, + "properties": { + "localhostProfile": { + "nullable": true, + "type": "string" + }, + "type": { + "nullable": true, + "type": "string" + } + }, + "type": "object", + "additionalProperties": false + }, "capabilities": { "nullable": true, "properties": { @@ -685,6 +700,21 @@ "nullable": true, "type": "boolean" }, + "appArmorProfile": { + "nullable": true, + "properties": { + "localhostProfile": { + "nullable": true, + "type": "string" + }, + "type": { + "nullable": true, + "type": "string" + } + }, + "type": "object", + "additionalProperties": false + }, "capabilities": { "nullable": true, "properties": {