Skip to content

Commit f06f8db

Browse files
Carlos Rodríguez HernándezBitnami Containers
Carlos Rodríguez Hernández
and
Bitnami Containers
authoredDec 10, 2024··
[bitnami/redis] Detect non-standard images (#30942)
* [bitnami/redis] Detect non-standard images Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Modify NOTES.txt Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent f094a30 commit f06f8db

File tree

6 files changed

+30
-15
lines changed

6 files changed

+30
-15
lines changed
 

‎bitnami/redis/CHANGELOG.md

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

3-
## 20.4.1 (2024-12-10)
3+
## 20.5.0 (2024-12-10)
44

5-
* [bitnami/redis] CA shouldn't be mandatory when TLS is enabled ([#30520](https://github.com/bitnami/charts/pull/30520))
5+
* [bitnami/redis] Detect non-standard images ([#30942](https://github.com/bitnami/charts/pull/30942))
6+
7+
## <small>20.4.1 (2024-12-10)</small>
8+
9+
* [bitnami/redis] CA shouldn't be mandatory when TLS is enabled (#30520) ([85219eb](https://github.com/bitnami/charts/commit/85219eb721efa640075325a1812d9ca8316a0a1a)), closes [#30520](https://github.com/bitnami/charts/issues/30520)
610

711
## 20.4.0 (2024-12-02)
812

‎bitnami/redis/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 2.27.0
5-
digest: sha256:b711ab5874abf868a0c64353a790f17771758cee6f802acb9819be004c8460af
6-
generated: "2024-11-11T21:28:10.611479336Z"
4+
version: 2.28.0
5+
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
6+
generated: "2024-12-10T17:25:56.439817+01:00"

‎bitnami/redis/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ maintainers:
3636
name: redis
3737
sources:
3838
- https://github.com/bitnami/charts/tree/main/bitnami/redis
39-
version: 20.4.1
39+
version: 20.5.0

‎bitnami/redis/README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,15 @@ helm install my-release --set master.persistence.existingClaim=PVC_NAME oci://RE
458458

459459
### Global parameters
460460

461-
| Name | Description | Value |
462-
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
463-
| `global.imageRegistry` | Global Docker image registry | `""` |
464-
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
465-
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
466-
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
467-
| `global.redis.password` | Global Redis&reg; password (overrides `auth.password`) | `""` |
468-
| `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` |
461+
| Name | Description | Value |
462+
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
463+
| `global.imageRegistry` | Global Docker image registry | `""` |
464+
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
465+
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
466+
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
467+
| `global.redis.password` | Global Redis&reg; password (overrides `auth.password`) | `""` |
468+
| `global.security.allowInsecureImages` | Allows skipping image verification | `false` |
469+
| `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` |
469470

470471
### Common parameters
471472

@@ -1084,6 +1085,10 @@ Find more information about how to deal with common errors related to Bitnami's
10841085

10851086
## Upgrading
10861087

1088+
### To 20.5.0
1089+
1090+
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).
1091+
10871092
A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.
10881093

10891094
### RDB compatibility

‎bitnami/redis/templates/NOTES.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,5 @@ YOU NEED TO PERFORM AN UPGRADE FOR THE SERVICES AND WORKLOAD TO BE CREATED
212212
{{- $resourceSections = append $resourceSections "master" -}}
213213
{{- end }}
214214
{{- include "common.warnings.resources" (dict "sections" $resourceSections "context" $) }}
215-
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.sentinel.image .Values.metrics.image .Values.volumePermissions.image .Values.kubectl.image .Values.sysctl.image) "context" $) }}
215+
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.sentinel.image .Values.metrics.image .Values.volumePermissions.image .Values.kubectl.image .Values.sysctl.image) "context" $) }}
216+
{{- include "common.errors.insecureImages" (dict "images" (list .Values.image .Values.sentinel.image .Values.metrics.image .Values.volumePermissions.image .Values.kubectl.image .Values.sysctl.image) "context" $) }}

‎bitnami/redis/values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ global:
2222
imagePullSecrets: []
2323
defaultStorageClass: ""
2424
storageClass: ""
25+
## Security parameters
26+
##
27+
security:
28+
## @param global.security.allowInsecureImages Allows skipping image verification
29+
allowInsecureImages: false
2530
redis:
2631
password: ""
2732
## Compatibility adaptations for Kubernetes platforms

0 commit comments

Comments
 (0)
Please sign in to comment.