Problem statement
I would suggest to add a feature to update OCI helm charts and add them as repositories (like other helm charts).
The problems is that you need to retrieve the chart to check if it is the lastest version, instead of using helm repo update.
Proposed solution
A possibility to update OCI helm charts via helm installed and add update symbol when new version are available.
Alternatives considered
- To uninstall and install the OCI helm chart.
- To use the helm CLI commands
Additional context
Currently (1.8.1):
You cannot update them:
It is however possible to install new ones.
Problem statement
I would suggest to add a feature to update OCI helm charts and add them as repositories (like other helm charts).
The problems is that you need to retrieve the chart to check if it is the lastest version, instead of using helm repo update.
Proposed solution
A possibility to update OCI helm charts via helm installed and add update symbol when new version are available.
Alternatives considered
Additional context
Currently (1.8.1):
You cannot update them:
It is however possible to install new ones.