Align release pipeline with the standard mechanism #10
Reference in New Issue
Block a user
Delete Branch "benvin/release-backend-options"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Bring this provider's release pipeline in line with
terraform-provider-litellmvaultsecretso both publish the same way. The uploadwas pointed at
artifactapi3.k8s.syd1.au.unkin.net, which doesn't resolve, andthe steps had no kubernetes resource bounds.
Changes
artifactapi.k8s.syd1.au.unkin.net(drops the
artifactapi3name).backend_options.kubernetes(serviceAccount + resource requests/limits)to the package (512Mi/1cpu → 2Gi/2cpu) and upload (128Mi/100m → 512Mi/500m)
steps.
depends_onthe package step.