-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
added support for kaniko pushretry #6211
Conversation
@elnoro skaffold team just did a release. Can you please submit a PR for freezing the earlier config and create a new one. |
Hello @tejal29 Thank you! Sure, I can do that - but I thought v20 is the new version? It says "Safe to modify" on L28 in config.go |
Codecov Report
@@ Coverage Diff @@
## master #6211 +/- ##
==========================================
- Coverage 70.81% 70.80% -0.01%
==========================================
Files 482 482
Lines 21874 21876 +2
==========================================
Hits 15490 15490
- Misses 5392 5393 +1
- Partials 992 993 +1
Continue to review full report at Codecov.
|
yep! I think someone made a PR to freeze config after. |
Fixes: #5967
Related: none
Merge before/after: none
Description
Added support for --push-retry flag in Kaniko. Nothing major, just filled in a new constant, a new unit test and changed the api docs.
User facing changes (remove if N/A)
New configuration option pushRetry in the kaniko section.