Skip to content

helm: allow additionalProperties in values.schema.json #7334

@ksrt12

Description

@ksrt12

📢 cert-manager v1.16.1 has the fix for this bug.

Is your feature request related to a problem? Please describe.

We used ArgoCD multisource applications, so our values.yaml includes chart values body and custom block for application generation, i.e.

chart:
  url: https://charts.jetstack.io
  name: cert-manager
  version: 1.15.3

installCRDs: true

replicaCount: 2
...

Since cert-manager chart version 1.16.0 was released our schema doesn't work anymore, and we and we are forced to stay on version 1.15.x

Describe the solution you'd like

Allow additionalProperties in values validation schema

Environment details (remove if not applicable):

  • cert-manager version: v1.16.0
  • Install method: helm via argocd (helm+git)

/kind feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions