From 9769d8154115c7c0fc685ed6d2f02b741e0d1536 Mon Sep 17 00:00:00 2001 From: Sashir Estela Date: Sun, 28 Jan 2024 16:38:12 -0500 Subject: [PATCH] Update .devfile.yaml schema version --- .devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devfile.yaml b/.devfile.yaml index cfcc5cc..1592709 100644 --- a/.devfile.yaml +++ b/.devfile.yaml @@ -1,4 +1,4 @@ -schemaVersion: 2.2.2 +schemaVersion: 2.2.0 metadata: attributes: metadata-name-field: generateName @@ -23,4 +23,4 @@ components: - name: m2 volume: size: 5Gi -commands: [] \ No newline at end of file +commands: []