Current pr-close.yaml action was using latest to deploy to prod. When the helm chart runs because the image tag hasn't changed, no deployment is taking place.
As a quick fix going to use the event-number associated with the PR as the image tag. The PR image tag will get added to the GHCR image, and then the deployment to prod on pr-close will deploy an image using the pr image tag number.
Current pr-close.yaml action was using latest to deploy to prod. When the helm chart runs because the image tag hasn't changed, no deployment is taking place.
As a quick fix going to use the event-number associated with the PR as the image tag. The PR image tag will get added to the GHCR image, and then the deployment to prod on pr-close will deploy an image using the pr image tag number.