SetRegistryClient sets the registry client to use when fetching charts.
(client *registry.Client)
| 157 | |
| 158 | // SetRegistryClient sets the registry client to use when fetching charts. |
| 159 | func (u *Upgrade) SetRegistryClient(client *registry.Client) { |
| 160 | u.registryClient = client |
| 161 | } |
| 162 | |
| 163 | // Run executes the upgrade on the given release. |
| 164 | func (u *Upgrade) Run(name string, chart chart.Charter, vals map[string]any) (ri.Releaser, error) { |
no outgoing calls