Commit 46a85a8
authored
Propagate chart version to regcache dependency in ace-installer (#1299)
The contents-% target bumps a subchart's version and updates the matching
dependency constraint in ace, acaas, and platform-opscenter. But regcache is
a dependency only of ace-installer and ace-installer-certified, which were
missing from the list. As a result, bumping regcache (via make update-charts)
left ace-installer's dependency pinned to the previous version, so
'helm dependency update charts/ace-installer' failed with:
can't get a valid version for 1 subchart(s): "regcache"
(repository "file://../regcache", version "v2026.6.19")
Add ace-installer and ace-installer-certified to the propagation list.
Signed-off-by: Tamal Saha <tamal@appscode.com>1 parent 8028dd4 commit 46a85a8
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
249 | 251 | | |
250 | 252 | | |
251 | 253 | | |
| |||
0 commit comments