Skip to content

Commit 423508a

Browse files
Carlos Rodríguez HernándezBitnami Containers
Carlos Rodríguez Hernández
and
Bitnami Containers
authored
[bitnami/wordpress] Detect non-standard images (#30970)
* [bitnami/wordpress] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández <[email protected]> * Modify NOTES.txt Signed-off-by: Carlos Rodríguez Hernández <[email protected]> * Modify values Signed-off-by: Carlos Rodríguez Hernández <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Carlos Rodríguez Hernández <[email protected]> Signed-off-by: Bitnami Containers <[email protected]> Co-authored-by: Bitnami Containers <[email protected]>
1 parent f1ceafb commit 423508a

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
lines changed

bitnami/wordpress/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 24.0.11 (2024-12-09)
3+
## 24.1.0 (2024-12-10)
44

5-
* [bitnami/wordpress] Release 24.0.11 ([#30846](https://github.com/bitnami/charts/pull/30846))
5+
* [bitnami/wordpress] Detect non-standard images ([#30970](https://github.com/bitnami/charts/pull/30970))
6+
7+
## <small>24.0.11 (2024-12-09)</small>
8+
9+
* [bitnami/wordpress] Release 24.0.11 (#30846) ([7940dc2](https://github.com/bitnami/charts/commit/7940dc2203aedd08e40afd739b749f4732f81a16)), closes [#30846](https://github.com/bitnami/charts/issues/30846)
610

711
## <small>24.0.10 (2024-12-04)</small>
812

bitnami/wordpress/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
version: 20.1.1
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 2.27.2
11-
digest: sha256:f4020cdc987fc0cc4349b76d2f96057db1bb8ad22264b058bec60394d0954ec6
12-
generated: "2024-12-09T22:43:50.895277601Z"
10+
version: 2.28.0
11+
digest: sha256:bde86c5e6c86e85a5508a9a334843afd4b1e4e36c1cb2c41e8b5a73694540d05
12+
generated: "2024-12-10T17:34:32.034664+01:00"

bitnami/wordpress/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ maintainers:
4444
name: wordpress
4545
sources:
4646
- https://github.com/bitnami/charts/tree/main/bitnami/wordpress
47-
version: 24.0.11
47+
version: 24.1.0

bitnami/wordpress/README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,13 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
275275

276276
### Global parameters
277277

278-
| Name | Description | Value |
279-
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
280-
| `global.imageRegistry` | Global Docker image registry | `""` |
281-
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
282-
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
283-
| `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` |
278+
| Name | Description | Value |
279+
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
280+
| `global.imageRegistry` | Global Docker image registry | `""` |
281+
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
282+
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
283+
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
284+
| `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` |
284285

285286
### Common parameters
286287

@@ -668,6 +669,10 @@ To enable the new features, it is not possible to do it by upgrading an existing
668669

669670
## Upgrading
670671

672+
### To 24.1.0
673+
674+
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
675+
671676
### To 24.0.0
672677

673678
This major bump updates the MariaDB subchart to version 20.0.0. This subchart updates the StatefulSet objects `serviceName` to use a headless service, as the current non-headless service attached to it was not providing DNS entries. This will cause an upgrade issue because it changes "immutable fields". To workaround it, delete the StatefulSet objects as follows (replace the RELEASE_NAME placeholder):

bitnami/wordpress/templates/NOTES.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ You can access Apache Prometheus metrics following the steps below:
9696
{{- include "common.warnings.rollingTag" .Values.metrics.image }}
9797
{{- include "common.warnings.rollingTag" .Values.volumePermissions.image }}
9898
{{- include "common.warnings.resources" (dict "sections" (list "metrics" "" "volumePermissions") "context" $) }}
99-
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }}
99+
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }}
100+
{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.volumePermissions.image .Values.metrics.image) "context" $) }}

bitnami/wordpress/values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ global:
1919
##
2020
imagePullSecrets: []
2121
defaultStorageClass: ""
22+
## Security parameters
23+
##
24+
security:
25+
## @param global.security.allowInsecureImages Allows skipping image verification
26+
allowInsecureImages: false
2227
## Compatibility adaptations for Kubernetes platforms
2328
##
2429
compatibility:

0 commit comments

Comments
 (0)