mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/ghost] Unify seLinuxOptions default value (#30346)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 21.1.49 (2024-11-08)
|
||||
## 21.1.50 (2024-11-08)
|
||||
|
||||
* [bitnami/ghost] Release 21.1.49 ([#30313](https://github.com/bitnami/charts/pull/30313))
|
||||
* [bitnami/ghost] Unify seLinuxOptions default value ([#30346](https://github.com/bitnami/charts/pull/30346))
|
||||
|
||||
## <small>21.1.49 (2024-11-08)</small>
|
||||
|
||||
* [bitnami/ghost] Release 21.1.49 (#30313) ([a4f246e](https://github.com/bitnami/charts/commit/a4f246ec4cacd109e9eab79ba0c2cc4c491ea69e)), closes [#30313](https://github.com/bitnami/charts/issues/30313)
|
||||
|
||||
## <small>21.1.48 (2024-11-07)</small>
|
||||
|
||||
|
||||
@@ -40,4 +40,4 @@ maintainers:
|
||||
name: ghost
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/ghost
|
||||
version: 21.1.49
|
||||
version: 21.1.50
|
||||
|
||||
@@ -379,7 +379,7 @@ See the [Parameters](#parameters) section to configure the PVC or to disable per
|
||||
| `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` |
|
||||
| `volumePermissions.resourcesPreset` | Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if volumePermissions.resources is set (volumePermissions.resources is recommended for production). | `none` |
|
||||
| `volumePermissions.resources` | Set container requests and limits for different resources like CPU or memory (essential for production workloads) | `{}` |
|
||||
| `volumePermissions.securityContext.seLinuxOptions` | Set SELinux options in container | `nil` |
|
||||
| `volumePermissions.securityContext.seLinuxOptions` | Set SELinux options in container | `{}` |
|
||||
| `volumePermissions.securityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
|
||||
|
||||
### Database Parameters
|
||||
|
||||
@@ -676,7 +676,7 @@ volumePermissions:
|
||||
## "auto" is especially useful for OpenShift which has scc with dynamic user ids (and 0 is not allowed)
|
||||
##
|
||||
securityContext:
|
||||
seLinuxOptions: null
|
||||
seLinuxOptions: {}
|
||||
runAsUser: 0
|
||||
## @section Database Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user