Skip to content

Commit 924e7e4

Browse files
committed
added new version 3.1.2
1 parent 92ea390 commit 924e7e4

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

deployer-image/marketplace/manifests/application.yaml.template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
descriptor:
1313
type: terraform-runner
14-
version: "3.1.1"
14+
version: "3.1.2"
1515
notes: |-
1616
# This command retrieves the IP address of the proxy-ingress service in the 'stackgen' namespace.
1717
# It uses kubectl to get the load balancer ingress IP and then constructs the URL.
@@ -24,6 +24,5 @@ spec:
2424
selector:
2525
matchLabels:
2626
app.kubernetes.io/name: "$name"
27-
componentKinds:
28-
- group: batch/v1
29-
kind: Job
27+
# componentKinds removed - Application controller not required for marketplace verification
28+
# The marketplace tools will determine readiness based on the deployer Job completion

deployer-image/marketplace/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-google-marketplace:
33
partnerId: "stackgen-gcp-marketplace" # Replace with your actual Partner ID
44
solutionId: "stackgen-enterprise-platform-k8s-v2.endpoints.stackgen-gcp-marketplace.cloud.goog" # Replace with your actual Product ID
55
applicationApiVersion: v1beta1
6-
publishedVersion: "3.1.1"
6+
publishedVersion: "3.1.2"
77
publishedVersionMetadata:
88
releaseNote: "Initial release with Job support."
99
images:

0 commit comments

Comments
 (0)