We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d3e68 commit a194a63Copy full SHA for a194a63
CHANGELOG.md
@@ -8,3 +8,13 @@
8
9
不兼容变更:
10
* `DedicatedCLBListener` 中的 `backendPod` 字段改为 `targetPod`。
11
+
12
+修复:
13
+* chart修复:将crd使用template渲染,避免升级时无法更新crd
14
+ > 参考helm官方说明:https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations
15
+ > There is no support at this time for upgrading or deleting CRDs using
16
+ > Helm. This was an explicit decision after much community discussion due
17
+ > to the danger for unintentional data loss. Furthermore, there is
18
+ > currently no community consensus around how to handle CRDs and their
19
+ > lifecycle. As this evolves, Helm will add support for those use cases.
20
0 commit comments