-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/kafka] IpFamilies and IpFamilyPolicy configurables #31456
base: main
Are you sure you want to change the base?
[bitnami/kafka] IpFamilies and IpFamilyPolicy configurables #31456
Conversation
Thank you for initiating this pull request. We appreciate your effort. This is just a friendly reminder that signing your commits is important. Your signature certifies that you either authored the patch or have the necessary rights to contribute to the changes. You can find detailed information on how to do this in the “Sign your work” section of our contributing guidelines. Feel free to reach out if you have any questions or need assistance with the signing process. |
* [bitnami/mongodb-sharded] Release 9.1.1 updating components versions Signed-off-by: Bitnami Containers <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Bitnami Containers <[email protected]> Signed-off-by: Yasmina Menendez <[email protected]>
* [bitnami/multus-cni] Release 2.2.1 updating components versions Signed-off-by: Bitnami Containers <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Bitnami Containers <[email protected]> Signed-off-by: Yasmina Menendez <[email protected]>
…e via ruler.ruleFile parameter (bitnami#31377) Signed-off-by: Yasmina Menendez <[email protected]>
* [bitnami/grafana-operator] Release 4.9.2 updating components versions Signed-off-by: Bitnami Containers <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> * Update CRDs automatically Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Bitnami Containers <[email protected]> Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
5c17158
to
073f623
Compare
Signed-off-by: Yasmina Menendez <[email protected]>
For @bitnami-bot to update the branch with the README, CHANGELOG, and CRDs, permission is needed for https://github.com/AllotSecure/bitnami-charts. Could you please grant the required access by inviting @bitnami-bot as a collaborator in the fork? Thanks! |
Signed-off-by: Yasmina Menendez <[email protected]>
@carrodher I've added @bitnami-bot as a contributor with write permissions https://github.com/AllotSecure/bitnami-charts/invitations |
Signed-off-by: Bitnami Containers <[email protected]>
Thanks, @bitnami-bot was able to update the branch, see 8dfa101. It seems there are some conflicts that you need to solve before going ahead. Could you please rebase from |
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
…github.com:AllotSecure/bitnami-charts into feature/yhasmina-allow-configure-ipFamily-services
Signed-off-by: Bitnami Containers <[email protected]>
…rvices Signed-off-by: Yhasmina <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
@carrodher Conflicts solved. thanks |
…rvices Signed-off-by: Yhasmina <[email protected]>
Signed-off-by: Yasmina Menendez <[email protected]>
Sorry @carrodher , i don't understand why now is failing the Thanks |
The error is
If there was a new release (#31624) and you rebased the changes from Taking a look at the modified files (https://github.com/bitnami/charts/pull/31456/files), there are no changes in the Chart.yaml |
Description of the change
Add the ability to configure the ipFamilyPolicy and ipFamilies in services. This is something that is needed in some environments where exists dual stack but we want to prefer just ipv6 ips, for example.
Benefits
It's possible to modify the ipFamilies and ipFamilyPolicy of all of the services of kafka deployment.
Additional information
By default the values are:
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm