Skip to content

Replace quintush/helm-unittest with helm-unittest/helm-unittest. #8821

@naemono

Description

@naemono

https://github.com/quintush/helm-unittest is deprecated. https://github.com/helm-unittest/helm-unittest has new releases now which means it's now preferred to use. Unfortunately there are some changes outside of just replacing the plugin, such as:

  1. equal to null now fails

The following:

equal:
  path: webhooks[0].clientConfig.caBundle
  value: null

needs to be replaced with

notExists:
  path: webhooks[0].clientConfig.caBundle
  1. Many failures exist in eck-stack helm charts after replacement that will also need to be addressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions