Skip to content

Bitnamy legacy images require allowInsecureImages: true #9

@jjkrone

Description

@jjkrone

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions