We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab81780 commit 2925920Copy full SHA for 2925920
chart/jetstack-secure-gcm/templates/application.yaml
@@ -12,7 +12,7 @@ metadata:
12
spec:
13
descriptor:
14
type: Jetstack Secure Platform
15
- version: "1.1.0-gcm.1" # Must be the same as in the schema.yaml file.
+ version: "1.1.0-gcm.2" # Must be the same as in the schema.yaml file.
16
icons:
17
- src: https://platform.jetstack.io/logo_icon.png
18
size: 458x500
schema.yaml
@@ -17,7 +17,7 @@ x-google-marketplace:
#
# Important: it must have the same value as the version in the
19
# Application manifest.
20
- publishedVersion: "1.1.0-gcm.1"
+ publishedVersion: "1.1.0-gcm.2"
21
publishedVersionMetadata:
22
releaseNote: >-
23
Initial release.
0 commit comments