File tree Expand file tree Collapse file tree
deployer-image/marketplace Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
1111spec:
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.
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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments