mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
[bitnami/whereabouts] Unify seLinuxOptions default value (#30318)
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.15 (2024-11-07)
|
||||
## 1.1.16 (2024-11-08)
|
||||
|
||||
* [bitnami/whereabouts] Release 1.1.15 ([#30296](https://github.com/bitnami/charts/pull/30296))
|
||||
* [bitnami/whereabouts] Unify seLinuxOptions default value ([#30318](https://github.com/bitnami/charts/pull/30318))
|
||||
|
||||
## <small>1.1.15 (2024-11-07)</small>
|
||||
|
||||
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
|
||||
* [bitnami/whereabouts] Release 1.1.15 (#30296) ([61ae225](https://github.com/bitnami/charts/commit/61ae2253fe142864212fb920a4efe971f501c755)), closes [#30296](https://github.com/bitnami/charts/issues/30296)
|
||||
* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931)
|
||||
|
||||
## <small>1.1.14 (2024-10-02)</small>
|
||||
|
||||
|
||||
@@ -29,4 +29,4 @@ maintainers:
|
||||
name: whereabouts
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/whereabouts
|
||||
version: 1.1.15
|
||||
version: 1.1.16
|
||||
|
||||
@@ -160,7 +160,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po
|
||||
| `podSecurityContext.supplementalGroups` | Set filesystem extra groups | `[]` |
|
||||
| `podSecurityContext.fsGroup` | Whereabouts pods' group ID | `0` |
|
||||
| `containerSecurityContext.enabled` | Enable Whereabouts containers' Security Context | `true` |
|
||||
| `containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `nil` |
|
||||
| `containerSecurityContext.seLinuxOptions` | Set SELinux options in container | `{}` |
|
||||
| `containerSecurityContext.runAsUser` | Whereabouts containers' Security Context | `0` |
|
||||
| `containerSecurityContext.runAsGroup` | Whereabouts containers' Security Context | `0` |
|
||||
| `containerSecurityContext.runAsNonRoot` | Set Whereabouts container's Security Context runAsNonRoot | `false` |
|
||||
|
||||
@@ -254,7 +254,7 @@ podSecurityContext:
|
||||
##
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
seLinuxOptions: null
|
||||
seLinuxOptions: {}
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user