feat: add configurable backoffLimit for autoSetup job#295
Open
Mahagon wants to merge 1 commit intoapache:mainfrom
Open
feat: add configurable backoffLimit for autoSetup job#295Mahagon wants to merge 1 commit intoapache:mainfrom
Mahagon wants to merge 1 commit intoapache:mainfrom
Conversation
chore: update chart-testing version to v3.14.0 chore: update KinD version to v0.31.0 chore: update Kubernetes version for testing to v1.35.1 chore: add missing values in README.md.gotmpl fixes: apache#254 Signed-off-by: Mahagon <874007+Mahagon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: update chart-testing version to v3.14.0
chore: update KinD version to v0.31.0
chore: update Kubernetes version for testing to v1.35.1
chore: add missing values in README.md.gotmpl
fixes: #254
What this PR does / why we need it:
Wanted to test your Chart for the first time and the post install job fails, as the couchdb wasn't ready initializing, so i wanted to make backoffLimit variable.
I also saw a bunch of outdated versions in the e2e test and updated them
And the Readme.md.gotmpl did not fit the Readme.md anymore.
had to set validate-maintainers: false as the e2e test failed otherwise on my local machine, as it tried to reach localhost on port 53 and i do not run a local dns service.
Which issue this PR fixes
#254
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.
E2E test results (local)
✔︎ couchdb => (version: "4.6.4", path: "couchdb")
All charts linted and installed successfully