未验证 提交 7dd7e4af 编写于 作者: 旺阳 提交者: GitHub

Fix K8s deployment bitnami version error (#10569)

上级 7e3b5c23
......@@ -44,9 +44,15 @@ appVersion: 2.0.5
dependencies:
- name: postgresql
version: 10.3.18
repository: https://charts.bitnami.com/bitnami
# 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
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
- name: zookeeper
version: 6.5.3
repository: https://charts.bitnami.com/bitnami
# Same as above.
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: zookeeper.enabled
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册