Skip to content
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

Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8e66b9a
[bitnami/mongodb-sharded] Release 9.1.1 (#31389)
bitnami-bot Jan 15, 2025
913df40
[bitnami/multus-cni] Release 2.2.1 (#31391)
bitnami-bot Jan 15, 2025
4778574
[bitnami/thanos] feature: allow configuring the Thanos ruler rule-fil…
jessebot Jan 16, 2025
8bf0be4
[bitnami/grafana-operator] Release 4.9.2 (#31393)
bitnami-bot Jan 16, 2025
78c83cb
Modify services to allow to configure ipFamilies and ipFamilyPolicy
Jan 17, 2025
2c1e57b
Add default values
Jan 17, 2025
5f972f9
Add new parameters to Readme
Jan 17, 2025
073f623
Chart version bumped
Jan 17, 2025
ff6f78c
Merge branch 'main' into feature/yhasmina-allow-configure-ipFamily-se…
Jan 20, 2025
f61047d
Generate Readme with readme-generator-for-helm
Jan 20, 2025
d08e16c
Update Chart.yaml version
Jan 23, 2025
8dfa101
Update CHANGELOG.md
bitnami-bot Jan 23, 2025
9819898
Modify services to allow to configure ipFamilies and ipFamilyPolicy
Jan 17, 2025
c69a585
Add default values
Jan 17, 2025
8b1c446
Add new parameters to Readme
Jan 17, 2025
302794d
Chart version bumped
Jan 17, 2025
7a4e22e
Generate Readme with readme-generator-for-helm
Jan 20, 2025
fc23213
Update Chart.yaml version
Jan 23, 2025
82ab5bb
Update CHANGELOG.md
bitnami-bot Jan 23, 2025
cd103b8
Merge branch 'feature/yhasmina-allow-configure-ipFamily-services' of …
Jan 27, 2025
b1e4dff
Update CHANGELOG.md
bitnami-bot Jan 27, 2025
786cf2e
Merge branch 'main' into feature/yhasmina-allow-configure-ipFamily-se…
Yhasmina Jan 27, 2025
d6bdcae
Update CHANGELOG.md
bitnami-bot Jan 27, 2025
d50ffd1
Merge branch 'main' into feature/yhasmina-allow-configure-ipFamily-se…
Yhasmina Jan 29, 2025
65c0f94
Modify Changelog
Jan 29, 2025
587706a
Set Chart.yaml version to 31.3.2
Feb 5, 2025
c0eb70f
Update CHANGELOG.md
bitnami-bot Feb 5, 2025
bb796e6
Update CHANGELOG.md
bitnami-bot Feb 18, 2025
c441983
Confgure ipFamilies and ipFamilyPolicy in each service side
Mar 4, 2025
04d63f7
Fix Chart version conflict
Mar 4, 2025
ebb247d
Update CHANGELOG.md
bitnami-bot Mar 4, 2025
098de89
Merge branch 'main' into feature/yhasmina-allow-configure-ipFamily-se…
Yhasmina Mar 4, 2025
c0e06ea
Update CHANGELOG.md
bitnami-bot Mar 4, 2025
0fd6519
Remove default values for ipFamilies and ipFamilyPolicy
Mar 5, 2025
0db90eb
Update CHANGELOG.md
bitnami-bot Mar 5, 2025
422bcf8
Update CHANGELOG.md
bitnami-bot Mar 6, 2025
be7d090
Bump minor version
Mar 6, 2025
86ec4fe
Update CHANGELOG.md
bitnami-bot Mar 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add new parameters to Readme
Signed-off-by: Yasmina Menendez <ymenendez@allot.com>
  • Loading branch information
Yasmina Menendez committed Jan 20, 2025
commit 5f972f9c9e74369bde7623de33eb87188d7a79bb
18 changes: 10 additions & 8 deletions bitnami/kafka/README.md
Original file line number Diff line number Diff line change
@@ -439,14 +439,16 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru

### Global parameters

| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
| Name | Description | Value |
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.ipFamilies` | Global IpFamilies Services | `["IPv4"]` |
| `global.ipFamilyPolicy` | Global IpFamilyPolicy Services registry | `SingleStack` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |

### Common parameters