-
Notifications
You must be signed in to change notification settings - Fork 70
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
[mysqldump] Updated Bitnami MariaDB chart version #110
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.
Chart Version needed to be raised.
Please use a real appversion.
Hi @monotek
|
Please follow: https://semver.org/ |
e0d2636
to
744ce03
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.
I've added some changes. Please sign your commit to get the DCO check work.
@monotek - I have tried to sign my commit. Apologies if this is incorrect. |
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.
You can follow these instructions to get it fixed: https://github.com/kokuwaio/helm-charts/pull/110/checks?check_run_id=7178731068
* Added ability to specify securityContext Signed-off-by: Nick Zolotarov <[email protected]> * Update README.md Signed-off-by: Nick Zolotarov <[email protected]> * [fluentd-elasticsearch] Added ability to specify securityContext (kokuwaio#93) - version bump Signed-off-by: Nick Zolotarov <[email protected]> Co-authored-by: André Bauer <[email protected]> Signed-off-by: Chris <[email protected]>
* Signed commit Signed-off-by: Chris <[email protected]>
Thanks @monotek - I've uploaded a second attempt to sign, based on the link you shared. Lets see if that works... |
many thanks @monotek |
Which chart
What this PR does / why we need it
Bitnami have removed version 9 of the MariaDB Helm Chart and have replaced it with version 11.
Also, setting the dependency to 11.x.x rather than a specific number ensures that the latest version 11 commit is always used.
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer
Checklist