Right now, running the helm chart will result in this error:
Original containers have been substituted for unrecognized ones. Deploying this chart with non-standard containers is likely to cause degraded security and performance, broken chart features, and missing environment variables.
Unrecognized images:
- docker.io/bitnamilegacy/redis:8.0.2-debian-12-r3
- docker.io/bitnamilegacy/os-shell:12-debian-12-r47
- docker.io/bitnamilegacy/os-shell:12-debian-12-r47
If you are sure you want to proceed with non-standard containers, you can skip container image verification by setting the global parameter 'global.security.allowInsecureImages' to true.
Further information can be obtained at https://github.com/bitnami/charts/issues/30850
Running this would require
values:
global:
security:
allowInsecureImages: true
or switch to secure images.
Right now, running the helm chart will result in this error:
Running this would require
or switch to secure images.