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 8d08cca commit c43be00Copy full SHA for c43be00
chart/jetstack-secure-gcm/templates/application.yaml
@@ -14,7 +14,7 @@ metadata:
14
spec:
15
descriptor:
16
type: Jetstack Secure Platform
17
- version: "1.1.0-gcm.4" # Must be the same as in the schema.yaml file.
+ version: "1.1.0-gcm.5" # Must be the same as in the schema.yaml file.
18
selector:
19
matchLabels:
20
# In order to display the components of the application (the
schema.yaml
@@ -17,7 +17,7 @@ x-google-marketplace:
#
# Important: it must have the same value as the version in the
# Application manifest.
- publishedVersion: "1.1.0-gcm.4"
+ publishedVersion: "1.1.0-gcm.5"
21
publishedVersionMetadata:
22
releaseNote: >-
23
Initial release.
0 commit comments