You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/01 05:38:01 UTC

[GitHub] [dolphinscheduler-website] liqingwang commented on a diff in pull request #805: fix: k8s bitnami repo index error

liqingwang commented on code in PR #805:
URL: https://github.com/apache/dolphinscheduler-website/pull/805#discussion_r909316932


##########
docs/1.3.5/docs/en/kubernetes-deployment.md:
##########
@@ -8,6 +8,14 @@
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` and replace all `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`.
+

Review Comment:
   For new users, how about we tell them the file path about `Chart.yaml`?
   
   And we only have two places to replace. How about we tell them directly? Use `replace two places` to `replace all`. Otherwise, new users don't know do they have finished the job.



##########
docs/1.3.5/docs/zh/kubernetes-deployment.md:
##########
@@ -8,6 +8,12 @@
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果你想要了解更多详细信息,请查看:https://github.com/bitnami/charts/issues/10833。

Review Comment:
   How about changing to `如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org