0

我有已转换为图像的自定义 Elasticsearch 和 Longhorn 舵图,使用以下命令示例

export HELM_EXPERIMENTAL_OCI=1 
helm registry login -u <username> --password <token> https://registry.gitlab.com/ 
helm chart save <path_to_edited_longhorn_chart> registry.gitlab.com/<path>/longhorn:1.0.0 
helm chart push registry.gitlab.com/<path>/longhorn:1.0.0

图表在 gitlab 容器寄存器下的给定路径中保存为图像。

在安装之前,我一直在目标环境中使用以下命令导出图表。

helm chart pull registry.gitlab.com/<path>/longhorn:1.0.0
helm chart export registry.gitlab.com/<path>/longhorn:1.0.0 -d <path_to store_charts>

有没有一种方法可以直接将 helm chart 安装为图像,而不导出它?

4

0 回答 0