You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there're many components/ dependent charts under that helm chart, Then it will very troublesome to write an image hint for each component one by one .
How about adding * to match all components ?
If the 3rd level depth, just add .*.*.image.registry
More over , we can use this magical image.hint file to apply to/reuse for many many community helm charts without writing hint file for each helm chart !!!
By this way, I believe this tool will earn thousands of stars :-) Woo~
The text was updated successfully, but these errors were encountered:
Most helm charts have many components / dependent charts.
just like mariaDB helm chart example :
https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes/blob/main/examples/simple-chart/image-hints.yaml
If there're many components/ dependent charts under that helm chart, Then it will very troublesome to write an image hint for each component one by one .
How about adding
*
to match all components ?the original image hint:
the proposed image hint will only have 2 lines : one line for 1 level depth pattern , and another for 2 level depth pattern.
If the 3rd level depth, just add
.*.*.image.registry
More over , we can use this magical image.hint file to apply to/reuse for many many community helm charts without writing hint file for each helm chart !!!
By this way, I believe this tool will earn thousands of stars :-) Woo~
The text was updated successfully, but these errors were encountered: