-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: mod path of image pull secret #505
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run helm upgrade manually (previous install with secrets enabled) to ensure it's working
70966df
to
0b4d19b
Compare
0b4d19b
to
bec7d89
Compare
bors try |
tryBuild succeeded: |
858fc85
to
cebfddf
Compare
bors try |
tryBuild succeeded: |
cebfddf
to
4ced821
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configuration lives through helm upgrade, no upgrade changes required.
12ecb02
to
48680f6
Compare
Re-requested reviews because of a change in the logic of the pull-secrets helper function. |
Signed-off-by: chriswldenyer <[email protected]>
48680f6
to
184448c
Compare
One further change - use default secret name of "login" if the legacy method is used to enable the secret and the name is not specified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment.
bors merge |
Build succeeded: |
Move the image pull secret to be under image, not base.
Description
Move the image pull secret to be under image, not base.
This is the more logical location.
Motivation and Context
Regression
NoHow Has This Been Tested?
Types of changes
Checklist: