Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure image pull policy is not Never #194

Merged
merged 1 commit into from
Jul 22, 2019
Merged

Ensure image pull policy is not Never #194

merged 1 commit into from
Jul 22, 2019

Conversation

mkmik
Copy link
Collaborator

@mkmik mkmik commented Jul 22, 2019

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

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.
@mkmik mkmik added the bug label Jul 22, 2019
@mkmik mkmik added this to the v0.8.0 milestone Jul 22, 2019
@mkmik mkmik requested a review from atomatt July 22, 2019 08:56
@mkmik
Copy link
Collaborator Author

mkmik commented Jul 22, 2019

bors r+

bors bot added a commit that referenced this pull request Jul 22, 2019
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>
@bors
Copy link
Contributor

bors bot commented Jul 22, 2019

Build succeeded

@bors bors bot merged commit 37afe82 into master Jul 22, 2019
@bors bors bot deleted the ifnotpresent branch July 22, 2019 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants