Skip to content

Commit 52748d1

Browse files
[docs] Update managed apps reference for v1.3.6 (#569)
Automated docs update for release `v1.3.6`.
2 parents dffd907 + 926592a commit 52748d1

25 files changed

Lines changed: 52 additions & 51 deletions

File tree

content/en/docs/v1.3/applications/clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
<!--
1212
Autogenerated content. Don't edit this file directly; edit sources instead.
1313
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/clickhouse.md
14-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/clickhouse/README.md
14+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/clickhouse/README.md
1515
-->
1616

1717

content/en/docs/v1.3/applications/foundationdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 50
66
<!--
77
Autogenerated content. Don't edit this file directly; edit sources instead.
88
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/foundationdb.md
9-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/foundationdb/README.md
9+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/foundationdb/README.md
1010
-->
1111

1212

content/en/docs/v1.3/applications/harbor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 50
77
<!--
88
Autogenerated content. Don't edit this file directly; edit sources instead.
99
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/harbor.md
10-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/harbor/README.md
10+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/harbor/README.md
1111
-->
1212

1313

content/en/docs/v1.3/applications/kafka.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
<!--
1111
Autogenerated content. Don't edit this file directly; edit sources instead.
1212
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/kafka.md
13-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/kafka/README.md
13+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/kafka/README.md
1414
-->
1515

1616

@@ -36,30 +36,30 @@ source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/kafka/R
3636

3737
### Kafka configuration
3838

39-
| Name | Description | Type | Value |
40-
| ------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | ------- |
41-
| `kafka` | Kafka configuration. | `object` | `{}` |
42-
| `kafka.replicas` | Number of Kafka replicas. | `int` | `3` |
43-
| `kafka.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` |
44-
| `kafka.resources.cpu` | CPU available to each replica. | `quantity` | `""` |
45-
| `kafka.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` |
46-
| `kafka.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `small` |
47-
| `kafka.size` | Persistent Volume size for Kafka. | `quantity` | `10Gi` |
48-
| `kafka.storageClass` | StorageClass used to store the Kafka data. | `string` | `""` |
39+
| Name | Description | Type | Value |
40+
| ------------------------ | -------------------------------------------------------------------------------------------------------- | ---------- | -------- |
41+
| `kafka` | Kafka configuration. | `object` | `{}` |
42+
| `kafka.replicas` | Number of Kafka replicas. | `int` | `3` |
43+
| `kafka.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` |
44+
| `kafka.resources.cpu` | CPU available to each replica. | `quantity` | `""` |
45+
| `kafka.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` |
46+
| `kafka.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `medium` |
47+
| `kafka.size` | Persistent Volume size for Kafka. | `quantity` | `10Gi` |
48+
| `kafka.storageClass` | StorageClass used to store the Kafka data. | `string` | `""` |
4949

5050

5151
### ZooKeeper configuration
5252

53-
| Name | Description | Type | Value |
54-
| ---------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | ------- |
55-
| `zookeeper` | ZooKeeper configuration. | `object` | `{}` |
56-
| `zookeeper.replicas` | Number of ZooKeeper replicas. | `int` | `3` |
57-
| `zookeeper.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` |
58-
| `zookeeper.resources.cpu` | CPU available to each replica. | `quantity` | `""` |
59-
| `zookeeper.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` |
60-
| `zookeeper.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `small` |
61-
| `zookeeper.size` | Persistent Volume size for ZooKeeper. | `quantity` | `5Gi` |
62-
| `zookeeper.storageClass` | StorageClass used to store the ZooKeeper data. | `string` | `""` |
53+
| Name | Description | Type | Value |
54+
| ---------------------------- | -------------------------------------------------------------------------------------------------------- | ---------- | -------- |
55+
| `zookeeper` | ZooKeeper configuration. | `object` | `{}` |
56+
| `zookeeper.replicas` | Number of ZooKeeper replicas. | `int` | `3` |
57+
| `zookeeper.resources` | Explicit CPU and memory configuration. When omitted, the preset defined in `resourcesPreset` is applied. | `object` | `{}` |
58+
| `zookeeper.resources.cpu` | CPU available to each replica. | `quantity` | `""` |
59+
| `zookeeper.resources.memory` | Memory (RAM) available to each replica. | `quantity` | `""` |
60+
| `zookeeper.resourcesPreset` | Default sizing preset used when `resources` is omitted. | `string` | `medium` |
61+
| `zookeeper.size` | Persistent Volume size for ZooKeeper. | `quantity` | `5Gi` |
62+
| `zookeeper.storageClass` | StorageClass used to store the ZooKeeper data. | `string` | `""` |
6363

6464

6565
## Parameter examples and reference

content/en/docs/v1.3/applications/mariadb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
<!--
1111
Autogenerated content. Don't edit this file directly; edit sources instead.
1212
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/mariadb.md
13-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/mariadb/README.md
13+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/mariadb/README.md
1414
-->
1515

1616

content/en/docs/v1.3/applications/mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
<!--
1111
Autogenerated content. Don't edit this file directly; edit sources instead.
1212
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/mongodb.md
13-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/mongodb/README.md
13+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/mongodb/README.md
1414
-->
1515

1616

content/en/docs/v1.3/applications/nats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
<!--
1111
Autogenerated content. Don't edit this file directly; edit sources instead.
1212
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/nats.md
13-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/nats/README.md
13+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/nats/README.md
1414
-->
1515

1616

content/en/docs/v1.3/applications/openbao.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 50
77
<!--
88
Autogenerated content. Don't edit this file directly; edit sources instead.
99
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/openbao.md
10-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/openbao/README.md
10+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/openbao/README.md
1111
-->
1212

1313

content/en/docs/v1.3/applications/postgres.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases:
1010
<!--
1111
Autogenerated content. Don't edit this file directly; edit sources instead.
1212
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/postgres.md
13-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/postgres/README.md
13+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/postgres/README.md
1414
-->
1515

1616

@@ -147,12 +147,13 @@ See:
147147

148148
### Bootstrap (recovery) parameters
149149

150-
| Name | Description | Type | Value |
151-
| ------------------------ | ------------------------------------------------------------------- | -------- | ------- |
152-
| `bootstrap` | Bootstrap configuration. | `object` | `{}` |
153-
| `bootstrap.enabled` | Whether to restore from a backup. | `bool` | `false` |
154-
| `bootstrap.recoveryTime` | Timestamp (RFC3339) for point-in-time recovery; empty means latest. | `string` | `""` |
155-
| `bootstrap.oldName` | Previous cluster name before deletion. | `string` | `""` |
150+
| Name | Description | Type | Value |
151+
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- |
152+
| `bootstrap` | Bootstrap configuration. | `object` | `{}` |
153+
| `bootstrap.enabled` | Whether to restore from a backup. | `bool` | `false` |
154+
| `bootstrap.recoveryTime` | Timestamp (RFC3339) for point-in-time recovery; empty means latest. | `string` | `""` |
155+
| `bootstrap.oldName` | Previous cluster name before deletion. | `string` | `""` |
156+
| `bootstrap.serverName` | Barman server name (S3 path prefix) used by the original cluster when writing backups. Set this only when the original cluster had an explicit barmanObjectStore.serverName that differed from its Kubernetes resource name. | `string` | `""` |
156157

157158

158159
## Parameter examples and reference

content/en/docs/v1.3/applications/qdrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 50
77
<!--
88
Autogenerated content. Don't edit this file directly; edit sources instead.
99
metadata: https://github.com/cozystack/website/blob/main/content/en/docs/v1.3/applications/_include/qdrant.md
10-
source: https://github.com/cozystack/cozystack/blob/v1.3.0/packages/apps/qdrant/README.md
10+
source: https://github.com/cozystack/cozystack/blob/release-1.3/packages/apps/qdrant/README.md
1111
-->
1212

1313

0 commit comments

Comments
 (0)