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 | `""` |
187
-
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
188
-
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
189
-
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
190
-
| `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` |
191
192
192
193
### Common parameters
193
194
@@ -506,6 +507,10 @@ Find more information about how to deal with common errors related to Bitnami's
506
507
507
508
## Upgrading
508
509
510
+
### To 2.3.0
511
+
512
+
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).
513
+
509
514
### To 2.0.0
510
515
511
516
This major bump changes the following security defaults:
0 commit comments