Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
194: Ensure image pull policy is not Never r=mkmik a=mkmik In #181 we made sure the CI was always testing the rigth code during integration tests, but that involved materializing yaml deployment templates that are not suitable for distribution. This PR rebuilds the yaml files from jsonnet, without the image policy = Never override. This is what would happen if we released without this PR: ``` NAME READY STATUS RESTARTS AGE sealed-secrets-controller-b85b85fd5-27f82 0/1 ErrImageNeverPull 0 21m ``` Co-authored-by: Marko Mikulicic <mkm@bitnami.com>
- Loading branch information