Helm v3 是否会通过手动添加已弃用的稳定存储库来继续工作?
Will Helm v3 continue to work by manually adding the deprecated stable repo?
我正在使用 stable helm repo 中图表的最新可用版本进行某些部署,我不想使用新迁移存储库的任何升级
在最终的 deprecation 稳定回购后我还能使用它们吗?
这将包括使用 helm repo add stable https://kubernetes-charts.storage.googleapis.com
将 repo 手动添加到 Helm 3
或者这会不会也不再可用,无论如何我都必须切换到新的存储库?
回购文档中提到:
November 13th 2020. At that time these chart repos will likely be garbage collected and no longer available
但是我不明白他们指的是 google 存储中的实际回购,还是 helm hub 中的回购。
谢谢!
在也发布到 Github (https://github.com/helm/charts/issues/23742) 之后,似乎实际的 Google 存储桶也将被删除。 ...
所以,迁移是必要的。
更新:稳定图表和孵化器图表的最后状态镜像将相应地移动到https://charts.helm.sh/stable and https://charts.helm.sh/incubator。
我正在使用 stable helm repo 中图表的最新可用版本进行某些部署,我不想使用新迁移存储库的任何升级
在最终的 deprecation 稳定回购后我还能使用它们吗?
这将包括使用 helm repo add stable https://kubernetes-charts.storage.googleapis.com
或者这会不会也不再可用,无论如何我都必须切换到新的存储库?
回购文档中提到:
November 13th 2020. At that time these chart repos will likely be garbage collected and no longer available
但是我不明白他们指的是 google 存储中的实际回购,还是 helm hub 中的回购。
谢谢!
在也发布到 Github (https://github.com/helm/charts/issues/23742) 之后,似乎实际的 Google 存储桶也将被删除。 ...
所以,迁移是必要的。
更新:稳定图表和孵化器图表的最后状态镜像将相应地移动到https://charts.helm.sh/stable and https://charts.helm.sh/incubator。