Skip to content

Commit 71f3eeb

Browse files
authored
[Bugfix] Fix Manifests (#1822)
1 parent a6402d8 commit 71f3eeb

30 files changed

+626
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- (Bugfix) Fix Condition name
1111
- (Bugfix) Add missing ArangoDeployment ExternalAccess Managed Type definition
1212
- (Feature) Agency DBServer Discovery
13+
- (Bugfix) Fix Manifests
1314

1415
## [1.2.44](https://github.com/arangodb/kube-arangodb/tree/1.2.44) (2025-02-03)
1516
- (Maintenance) Kubernetes 1.31.1 libraries

chart/kube-arangodb-arm64/crds/backups-backup.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,47 @@ spec:
5757
type: string
5858
subresources:
5959
status: {}
60+
- name: v1alpha
61+
schema:
62+
openAPIV3Schema:
63+
type: object
64+
x-kubernetes-preserve-unknown-fields: true
65+
served: false
66+
storage: false
67+
additionalPrinterColumns:
68+
- jsonPath: .spec.policyName
69+
description: Policy name
70+
name: Policy
71+
type: string
72+
- jsonPath: .spec.deployment.name
73+
description: Deployment name
74+
name: Deployment
75+
type: string
76+
- jsonPath: .status.backup.version
77+
description: Backup Version
78+
name: Version
79+
type: string
80+
- jsonPath: .status.backup.createdAt
81+
description: Backup Creation Timestamp
82+
name: Created
83+
type: string
84+
- jsonPath: .status.backup.sizeInBytes
85+
description: Backup Size in Bytes
86+
name: Size
87+
type: integer
88+
format: byte
89+
- jsonPath: .status.backup.numberOfDBServers
90+
description: Backup Number of the DB Servers
91+
name: DBServers
92+
type: integer
93+
- jsonPath: .status.state
94+
description: The actual state of the ArangoBackup
95+
name: State
96+
type: string
97+
- jsonPath: .status.message
98+
priority: 1
99+
description: Message of the ArangoBackup object
100+
name: Message
101+
type: string
102+
subresources:
103+
status: {}

chart/kube-arangodb-arm64/crds/backups-backuppolicy.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,26 @@ spec:
3737
type: string
3838
subresources:
3939
status: {}
40+
- name: v1alpha
41+
schema:
42+
openAPIV3Schema:
43+
type: object
44+
x-kubernetes-preserve-unknown-fields: true
45+
served: false
46+
storage: false
47+
additionalPrinterColumns:
48+
- jsonPath: .spec.schedule
49+
description: Schedule
50+
name: Schedule
51+
type: string
52+
- jsonPath: .status.scheduled
53+
description: Scheduled
54+
name: Scheduled
55+
type: string
56+
- jsonPath: .status.message
57+
priority: 1
58+
description: Message of the ArangoBackupPolicy object
59+
name: Message
60+
type: string
61+
subresources:
62+
status: {}

chart/kube-arangodb-arm64/crds/database-deployment.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ spec:
2121
x-kubernetes-preserve-unknown-fields: true
2222
served: true
2323
storage: true
24+
- name: v1alpha
25+
schema:
26+
openAPIV3Schema:
27+
type: object
28+
x-kubernetes-preserve-unknown-fields: true
29+
served: false
30+
storage: false
2431
- name: v2alpha1
2532
schema:
2633
openAPIV3Schema:

chart/kube-arangodb-arm64/crds/database-task.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ spec:
1818
x-kubernetes-preserve-unknown-fields: true
1919
served: true
2020
storage: true
21+
- name: v1alpha
22+
schema:
23+
openAPIV3Schema:
24+
type: object
25+
x-kubernetes-preserve-unknown-fields: true
26+
served: false
27+
storage: false
2128
- name: v2alpha1
2229
schema:
2330
openAPIV3Schema:

chart/kube-arangodb-arm64/crds/replication-deploymentreplication.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ spec:
2020
x-kubernetes-preserve-unknown-fields: true
2121
served: true
2222
storage: true
23+
- name: v1alpha
24+
schema:
25+
openAPIV3Schema:
26+
type: object
27+
x-kubernetes-preserve-unknown-fields: true
28+
served: false
29+
storage: false
2330
- name: v2alpha1
2431
schema:
2532
openAPIV3Schema:

chart/kube-arangodb-enterprise-arm64/crds/backups-backup.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,47 @@ spec:
5757
type: string
5858
subresources:
5959
status: {}
60+
- name: v1alpha
61+
schema:
62+
openAPIV3Schema:
63+
type: object
64+
x-kubernetes-preserve-unknown-fields: true
65+
served: false
66+
storage: false
67+
additionalPrinterColumns:
68+
- jsonPath: .spec.policyName
69+
description: Policy name
70+
name: Policy
71+
type: string
72+
- jsonPath: .spec.deployment.name
73+
description: Deployment name
74+
name: Deployment
75+
type: string
76+
- jsonPath: .status.backup.version
77+
description: Backup Version
78+
name: Version
79+
type: string
80+
- jsonPath: .status.backup.createdAt
81+
description: Backup Creation Timestamp
82+
name: Created
83+
type: string
84+
- jsonPath: .status.backup.sizeInBytes
85+
description: Backup Size in Bytes
86+
name: Size
87+
type: integer
88+
format: byte
89+
- jsonPath: .status.backup.numberOfDBServers
90+
description: Backup Number of the DB Servers
91+
name: DBServers
92+
type: integer
93+
- jsonPath: .status.state
94+
description: The actual state of the ArangoBackup
95+
name: State
96+
type: string
97+
- jsonPath: .status.message
98+
priority: 1
99+
description: Message of the ArangoBackup object
100+
name: Message
101+
type: string
102+
subresources:
103+
status: {}

chart/kube-arangodb-enterprise-arm64/crds/backups-backuppolicy.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,26 @@ spec:
3737
type: string
3838
subresources:
3939
status: {}
40+
- name: v1alpha
41+
schema:
42+
openAPIV3Schema:
43+
type: object
44+
x-kubernetes-preserve-unknown-fields: true
45+
served: false
46+
storage: false
47+
additionalPrinterColumns:
48+
- jsonPath: .spec.schedule
49+
description: Schedule
50+
name: Schedule
51+
type: string
52+
- jsonPath: .status.scheduled
53+
description: Scheduled
54+
name: Scheduled
55+
type: string
56+
- jsonPath: .status.message
57+
priority: 1
58+
description: Message of the ArangoBackupPolicy object
59+
name: Message
60+
type: string
61+
subresources:
62+
status: {}

chart/kube-arangodb-enterprise-arm64/crds/database-deployment.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ spec:
2121
x-kubernetes-preserve-unknown-fields: true
2222
served: true
2323
storage: true
24+
- name: v1alpha
25+
schema:
26+
openAPIV3Schema:
27+
type: object
28+
x-kubernetes-preserve-unknown-fields: true
29+
served: false
30+
storage: false
2431
- name: v2alpha1
2532
schema:
2633
openAPIV3Schema:

chart/kube-arangodb-enterprise-arm64/crds/database-task.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ spec:
1818
x-kubernetes-preserve-unknown-fields: true
1919
served: true
2020
storage: true
21+
- name: v1alpha
22+
schema:
23+
openAPIV3Schema:
24+
type: object
25+
x-kubernetes-preserve-unknown-fields: true
26+
served: false
27+
storage: false
2128
- name: v2alpha1
2229
schema:
2330
openAPIV3Schema:

0 commit comments

Comments
 (0)