Skip to content

Commit cd40d8b

Browse files
Carlos Rodríguez HernándezBitnami Containers
Carlos Rodríguez Hernández
and
Bitnami Containers
authored
[bitnami/parse] Detect non-standard images (#30962)
* [bitnami/parse] 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 a4d9265 commit cd40d8b

File tree

6 files changed

+30
-14
lines changed

6 files changed

+30
-14
lines changed

bitnami/parse/CHANGELOG.md

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

3-
## 24.0.2 (2024-12-01)
3+
## 24.1.0 (2024-12-10)
44

5-
* [bitnami/parse] Release 24.0.2 ([#30701](https://github.com/bitnami/charts/pull/30701))
5+
* [bitnami/parse] Detect non-standard images ([#30962](https://github.com/bitnami/charts/pull/30962))
6+
7+
## <small>24.0.2 (2024-12-01)</small>
8+
9+
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
10+
* [bitnami/parse] Release 24.0.2 (#30701) ([b8c4d9f](https://github.com/bitnami/charts/commit/b8c4d9ff01fe35a6a8e373d53c47889e93a63f94)), closes [#30701](https://github.com/bitnami/charts/issues/30701)
611

712
## <small>24.0.1 (2024-10-22)</small>
813

bitnami/parse/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mongodb
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 16.3.1
4+
version: 16.3.3
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 2.27.2
8-
digest: sha256:454b854701eca8dcf36bc449c206c9141862e8be804d9f798923b0d96e721dcc
9-
generated: "2024-12-01T17:13:55.570387041Z"
7+
version: 2.28.0
8+
digest: sha256:8f5aef7b829d6ff37ad14b11bee2225a124582eb2e83f8243f20148fa8df8828
9+
generated: "2024-12-10T17:22:07.090174+01:00"

bitnami/parse/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ maintainers:
3838
name: parse
3939
sources:
4040
- https://github.com/bitnami/charts/tree/main/bitnami/parse
41-
version: 24.0.2
41+
version: 24.1.0

bitnami/parse/README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,13 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
142142

143143
### Global parameters
144144

145-
| Name | Description | Value |
146-
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
147-
| `global.imageRegistry` | Global Docker image registry | `""` |
148-
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
149-
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
150-
| `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` |
145+
| Name | Description | Value |
146+
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
147+
| `global.imageRegistry` | Global Docker image registry | `""` |
148+
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
149+
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
150+
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
151+
| `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` |
151152

152153
### Common Parameters
153154

@@ -488,6 +489,10 @@ Find more information about how to deal with common errors related to Bitnami's
488489

489490
## Upgrading
490491

492+
### To 24.1.0
493+
494+
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).
495+
491496
### To 24.0.0
492497

493498
This major updates the MongoDB&reg; subchart to its newest major, [16.0.0](https://github.com/bitnami/charts/tree/main/bitnami/mongodb#to-1600). To upgrade to MongoDB `8.0` from a `7.0` deployment, the `7.0` deployment must have `featureCompatibilityVersion` set to `7.0`. Please refer to the [official documentation](https://www.mongodb.com/docs/manual/release-notes/8.0/#upgrade-procedures).

bitnami/parse/templates/NOTES.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ service:
124124
{{ include "parse.validateValues" . }}
125125
{{ include "parse.checkRollingTags" . }}
126126
{{- include "common.warnings.resources" (dict "sections" (list "dashboard" "server" "volumePermissions") "context" $) }}
127-
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.server.image .Values.dashboard.image .Values.volumePermissions.image) "context" $) }}
127+
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.server.image .Values.dashboard.image .Values.volumePermissions.image) "context" $) }}
128+
{{- include "common.errors.insecureImages" (dict "images" (list .Values.server.image .Values.dashboard.image .Values.volumePermissions.image) "context" $) }}

bitnami/parse/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)