Skip to content

Commit 24a78c3

Browse files
committed
schema.yaml: rm comments, now is 16273 bytes (limit: 16384)
From Google: > Your schema.yaml is too large -- can you please clear comments > from schema.yaml file repo, build the new deployer image and > resubmit the draft for review. This should get the file below > the 16384 size limit. Signed-off-by: Maël Valais <[email protected]>
1 parent acc0e2d commit 24a78c3

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

schema.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
x-google-marketplace:
88
schemaVersion: v2
9-
10-
# MUST match the version of the Application custom resource object.
11-
# This is the same as the top level applicationApiVersion field in v1.beta1
129
applicationApiVersion: v1beta1
1310

1411
# We are not "truely" following semver.org since we use a "-" for a final
@@ -21,23 +18,11 @@ x-google-marketplace:
2118
publishedVersionMetadata:
2219
releaseNote: >-
2320
Initial release.
24-
# releaseTypes list is optional.
25-
# "Security" should only be used if this is an important update to patch
26-
# an existing vulnerability, as such updates will display more prominently for users.
27-
releaseTypes:
28-
- Feature
29-
- BugFix
30-
- Security
31-
# If "recommended" is "true", users using older releases are encouraged
32-
# to update as soon as possible. This is useful if, for example, this release
33-
# fixes a critical issue.
21+
# Means that this upgrade is very much encouraged (e.g. security reasons)
3422
recommended: true
3523

3624
# Image declaration is required here. Refer to the Images section below.
3725
images:
38-
# The Marketplace requires us to use a "primary image". In our case,
39-
# this is cert-manager-controller. See "primary image" in
40-
# https://github.com/GoogleCloudPlatform/marketplace-k8s-app-tools/blob/d9d3a6/docs/schema.md
4126
"": # This is cert-manager-controller.
4227
properties:
4328
cert-manager.image.repository:

0 commit comments

Comments
 (0)