[zh-cn]sync stateful-set-auto-delete-pvc watch-list

Signed-off-by: xin.li <xin.li@daocloud.io>
pull/49184/head
xin.li 2024-12-20 21:06:02 +08:00
parent c8ecc085d0
commit 61945b5a70
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.27"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
<!--
Allows the use of the optional `.spec.persistentVolumeClaimRetentionPolicy` field,

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.27"
toVersion: "1.31"
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
<!--