Skip to content

Commit 4f72314

Browse files
authored
feat: set default workload reviwion to main branch instead of HEAD (#906)
1 parent ba3999c commit 4f72314

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/openapi/workload.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Workload:
4242
description: Chart is a Helm chart name, and must be specified for applications sourced from a Helm repo.
4343
$ref: 'definitions.yaml#/wordCharacterPattern'
4444
revision:
45-
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.
45+
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.
4646
$ref: 'definitions.yaml#/wordCharacterPattern'
47-
default: HEAD
47+
default: main
4848
chartMetadata:
4949
title: Chart metadata
5050
properties:
@@ -194,7 +194,7 @@ AplWorkloadSpec:
194194
revision:
195195
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.
196196
$ref: 'definitions.yaml#/wordCharacterPattern'
197-
default: HEAD
197+
default: main
198198
chartMetadata:
199199
title: Chart metadata
200200
properties:

0 commit comments

Comments
 (0)