Files
Doug Goldstein dc1de268aa feat: build charts into sub dirs
As outlined in
https://lists.opendev.org/archives/list/service-discuss@lists.opendev.org/thread/VTMDDVSPM5HRUYWAATNMZOILT5OE57VR/
the current structure of building all the charts into one directory is
causing issues on the opendev infra due too many entries in one
directory. Switch away from using a Makefile to using an Ansible role to
build each chart and then use chart-testing to identify the charts that
need to be rebuilt and lastly build them build put the output into a
subdir matching the chart name.

Change-Id: I61f11950ba381c7897eb6bfff05a508ca4db9f06
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
2025-12-16 12:16:10 -06:00

18 lines
516 B
ReStructuredText

Ensure chart-testing is installed
**Role Variables**
.. zuul:rolevar:: chart_testing_version
Version of chart-testing to install.
.. zuul:rolevar:: ensure_chart_testing_repo_name_helm_chart
:default: https://github.com/helm/chart-testing/releases/download
The root location to get the chart testing helm chart.
.. zuul:rolevar:: ensure_chart_testing_repo_name_config
:default: https://raw.githubusercontent.com/helm/chart-testing
The root location to get the chart testing configuration files.