66
77x-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
@@ -17,27 +14,15 @@ x-google-marketplace:
1714 #
1815 # Important: it must have the same value as the version in the
1916 # Application manifest.
20- publishedVersion : " 1.1.0-gcm.6 "
17+ publishedVersion : " 1.1.0-gcm.7 "
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