Skip to content

Commit 112251f

Browse files
committed
Improve docs
Signed-off-by: Thomas Vitale <[email protected]>
1 parent d5ba2f2 commit 112251f

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ e2e-standalone: package
2020
kubectl config set-context --current --namespace=tests
2121
cd package && ytt -f ../test/e2e/standalone -f package-resources.yml | kctrl dev -f- --local -y
2222

23-
# Install e2e with 'dev' profile
24-
e2e-dev: package
25-
kubectl config set-context --current --namespace=tests
26-
cd package && ytt -f ../test/e2e/dev -f package-resources.yml | kctrl dev -f- --local -y
27-
2823
# Install e2e with 'build' profile
2924
e2e-build: package
3025
kubectl config set-context --current --namespace=tests

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.17.2 \
53+
--url ghcr.io/kadras-io/kadras-packages:0.18.0 \
5454
-n kadras-system --create-namespace
5555
```
5656

@@ -75,7 +75,7 @@ Reference the `values.yml` file you created in the previous step and install the
7575
```shell
7676
kctrl package install -i engineering-platform \
7777
-p engineering-platform.packages.kadras.io \
78-
-v 0.15.2 \
78+
-v 0.16.0 \
7979
-n kadras-system \
8080
--values-file values.yml
8181
```

package/package-resources.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ spec:
3535
- internal developer platform
3636
- application platform
3737
displayName: engineering-platform
38-
longDescription: A cloud native platform aimed at supporting application developers with paved paths to production on Kubernetes and shipped as a Carvel package.
38+
longDescription: A cloud native platform aimed at supporting application developers
39+
with paved paths to production on Kubernetes and shipped as a Carvel package.
3940
maintainers:
4041
- name: Thomas Vitale
4142
providerName: Kadras

0 commit comments

Comments
 (0)