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 1437e40 commit 51cea62Copy full SHA for 51cea62
deployer-image/marketplace/manifests/application.yaml.template
@@ -10,7 +10,7 @@ metadata:
10
spec:
11
descriptor:
12
type: terraform-runner
13
- version: "1.0.0"
+ version: "1.0.1"
14
selector:
15
matchLabels:
16
app.kubernetes.io/name: "$name"
deployer-image/marketplace/schema.yaml
@@ -3,7 +3,7 @@ x-google-marketplace:
3
partnerId: "my-partner-id" # Replace with your actual Partner ID
4
solutionId: "my-product-id" # Replace with your actual Product ID
5
applicationApiVersion: v1beta1
6
- publishedVersion: "1.0.0"
+ publishedVersion: "1.0.1"
7
publishedVersionMetadata:
8
releaseNote: "Initial release with Job support."
9
images:
0 commit comments