Skip to content

Commit b8a650a

Browse files
committed
docs: Update docs with latest APIs and versions
1 parent a8dc71b commit b8a650a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ The Engineering Platform package has the following configurable properties.
100100
|-------|-------------------|-------------|
101101
| `platform.profile` | `run` | The platform profile to install. Options: `standalone`, `build`, `run`. |
102102
| `platform.namespace` | `kadras-system` | The namespace where to install the platform. |
103+
| `platform.additional_packages` | `[]` | A list of packages to include in the installation. |
103104
| `platform.excluded_packages` | `[]` | A list of packages to exclude from being installed. |
104105
| `platform.ca_cert_data` | `""` | PEM-encoded certificate data to trust TLS connections with a custom CA. |
105106
| `platform.ingress.domain` | `""` | The base domain name the platform will use to configure the Ingress controller. It must be a valid DNS name. |
@@ -132,11 +133,12 @@ Each Kadras package included in the platform can be configured independently.
132133
| `knative.serving` | `{}` | Configuration for the Knative Serving package. |
133134
| `kyverno.core` | `{}` | Configuration for the Kyverno package. |
134135
| `metrics_server` | `{}` | Configuration for the Metrics Server package. |
136+
| `postgresql_operator` | `{}` | Configuration for the PostgreSQL Operator package. |
135137
| `rabbitmq_operator` | `{}` | Configuration for the RabbitMQ Operator package. |
136138
| `secretgen_controller` | `{}` | Configuration for the Secretgen Controller package. |
137139
| `service_binding` | `{}` | Configuration for the Service Binding package. |
138-
| `tekton.catalog` | `{}` | Configuration for the Tekton Catalog package. |
139140
| `tekton.pipelines` | `{}` | Configuration for the Tekton Pipelines package. |
141+
| `tempo_operator` | `{}` | Configuration for the Tempo Operator package. |
140142
| `workspace_provisioner` | `{}` | Configuration for the Workspace Provisioner package. |
141143

142144
</details>

docs/quick-start/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster
5050

5151
```shell
5252
kctrl package repository add -r kadras-packages \
53-
--url ghcr.io/kadras-io/kadras-packages:0.20.0 \
53+
--url ghcr.io/kadras-io/kadras-packages:0.21.0 \
5454
-n kadras-system --create-namespace
5555
```
5656

@@ -78,7 +78,7 @@ Reference the `values.yml` file you created in the previous step and install the
7878
```shell
7979
kctrl package install -i engineering-platform \
8080
-p engineering-platform.packages.kadras.io \
81-
-v 0.18.0 \
81+
-v 0.19.0 \
8282
-n kadras-system \
8383
--values-file values.yml
8484
```

0 commit comments

Comments
 (0)