Skip to content

Commit bfb6722

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/npm-dependencies-4455facc3a
2 parents a3279c8 + 4f72314 commit bfb6722

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)