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

Adding support for setting imagePullPolicy: Never for local development #181

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

chrisharm
Copy link
Contributor

This adds a configuration to the Makefile to pass in a value for imagePullPolicy, so that it doesn't have to be manually modified after it's generated.

@mkmik
Copy link
Collaborator

mkmik commented Jul 16, 2019

bors r+

bors bot added a commit that referenced this pull request Jul 16, 2019
181: Adding support for setting imagePullPolicy: Never for local development r=mkmik a=chrisharm

This adds a configuration to the Makefile to pass in a value for imagePullPolicy, so that it doesn't have to be manually modified after it's generated.  

Co-authored-by: Christopher Harm <crh5255@psu.edu>
@bors
Copy link
Contributor

bors bot commented Jul 16, 2019

Build succeeded

@bors bors bot merged commit c40da4f into bitnami-labs:master Jul 16, 2019
@chrisharm chrisharm deleted the build branch July 16, 2019 13:24
mkmik pushed a commit that referenced this pull request 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.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants