Skip to content

Commit 7218cdf

Browse files
authored
Merge pull request #43 from jetstack/fix-schema-yaml-too-large
Fix schema yaml too large
2 parents acc0e2d + c96aa81 commit 7218cdf

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

docs/TESTING-DEPLOYER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ the steps taken in each release directly on the GitHub Release itself in a
303303
For example, when releasing `1.1.0-gcm.5`, the steps were:
304304
305305
1. Copy the `<details>` block from the previous release [1.1.0-gcm.4](https://github.com/jetstack/jetstack-secure-gcm/releases/tag/1.1.0-gcm.4)
306-
2. In an editor, change the references to 1.1.0-gcm.4
307-
3. Follow the steps and tick the checkboxes
306+
2. In an editor, change the references to `1.1.0-gcm.4`.
307+
3. Follow the steps and tick the checkboxes.
308308
4. After the `1.1.0-gcm.5` is pushed to GitHub, create a GitHub Release for that
309309
tag and paste the content the `<details>` block to the GitHub Release.
310310

schema.yaml

Lines changed: 2 additions & 17 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
@@ -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

Comments
 (0)