From 7d1d7691044216b371c4ac9b6783a6f08b36c4e0 Mon Sep 17 00:00:00 2001 From: Jehoszafat Zimnowoda <17126497+j-zimnowoda@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:29:06 +0100 Subject: [PATCH] feat: set default workload reviwion to main branch instead of HEAD --- src/openapi/workload.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openapi/workload.yaml b/src/openapi/workload.yaml index 77587ed3b..86b378844 100644 --- a/src/openapi/workload.yaml +++ b/src/openapi/workload.yaml @@ -42,9 +42,9 @@ Workload: description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo. $ref: 'definitions.yaml#/wordCharacterPattern' revision: - description: In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. + description: In case of Git, this can be commit, tag, or branch. If omitted, will equal to main. In case of Helm, this is a semver tag for the Chart's version. $ref: 'definitions.yaml#/wordCharacterPattern' - default: HEAD + default: main chartMetadata: title: Chart metadata properties: @@ -194,7 +194,7 @@ AplWorkloadSpec: revision: description: In case of Git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag for the Chart's version. $ref: 'definitions.yaml#/wordCharacterPattern' - default: HEAD + default: main chartMetadata: title: Chart metadata properties: