You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `global.imageRegistry` | Global Docker image registry | `""` |
324
-
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
325
-
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
326
-
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
327
-
| `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` |
| `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` |
328
329
329
330
### Common parameters
330
331
@@ -1345,6 +1346,10 @@ Find more information about how to deal with common errors related to Bitnami's
1345
1346
1346
1347
## Upgrading
1347
1348
1349
+
### To 7.1.0
1350
+
1351
+
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).
1352
+
1348
1353
### To 7.0.0
1349
1354
1350
1355
This major updates the Redis® subchart to its newest major, 20.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-2000) you can find more information about the changes introduced in that version.
0 commit comments