Skip to content

Commit 8406a21

Browse files
authored
fix: add generation field to ClowdApp status in deploy templates (#1758)
Add the missing generation field to the ClowdApp status schema in deploy.yml and deploy-mutate.yml. Without this, the API server silently prunes the field during status updates, making the generation tracking from PR #1742 ineffective.
1 parent 67b488c commit 8406a21

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

deploy-mutate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10120,6 +10120,9 @@ objects:
1012010120
- managedDeployments
1012110121
- readyDeployments
1012210122
type: object
10123+
generation:
10124+
format: int64
10125+
type: integer
1012310126
ready:
1012410127
type: boolean
1012510128
required:

deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10120,6 +10120,9 @@ objects:
1012010120
- managedDeployments
1012110121
- readyDeployments
1012210122
type: object
10123+
generation:
10124+
format: int64
10125+
type: integer
1012310126
ready:
1012410127
type: boolean
1012510128
required:

0 commit comments

Comments
 (0)