Skip to content

charts/console v3.0.0

Choose a tag to compare

@chrisseto chrisseto released this 07 Apr 19:44
· 313 commits to main since this release

Added

  • Updated and automated generation of values.schema.json

Changed

  • console has been removed and config has been moved to top level.
  • console.roles and console.roleBindings have been removed.
  • secret.kafka.schemaRegistryPassword has been moved to secret.schemaRegistry.password.
  • secret.kafka.schemaRegistryTlsCa has been moved to secret.schemaRegistry.tlsCa.
  • secret.kafka.schemaRegistryTlsCert has been moved to secret.schemaRegistry.tlsCert.
  • secret.kafka.schemaRegistryTlsKey has been moved to secret.schemaRegistry.tlsKey.
  • secret.kafka.protobufGitBasicAuthPassword has been moved to secret.serde.protobufGitBasicAuthPassword.
  • secret.login has been removed.
  • secret.login.jwtSecret has been moved to secret.authentication.jwtSigningKey.
  • secret.login.google has been removed.
  • secret.login.github has been removed.
  • secret.login.okta has been removed.
  • secret.login.oidc has been moved to secret.authentication.oidc.
  • secret.enterprise has been removed.
  • secret.enterprise.license has been moved to secret.license.
  • enterprise has been removed.
  • enterprise.licenseSecretRef has been moved to licenseSecretRef.
  • values.schema.json is now "closed" (additionalProperties: false)

    Any unexpected values will result in a validation error,previously they would
    have been ignored.