Answer1
If you want to see the YAML a chart might generate you can use the template command
helm template rel1 repo1/chart1 -f values.yaml
Answer2
If you want to see the manifest that helm used in the past?
helm history myrelease -n namespace1
helm get manifest myrelease --revision 5 -n namespace1
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…