Skip to content

Commit 9e5360b

Browse files
authored
Update README.md
1 parent 7aa0b33 commit 9e5360b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44
This repo contains the source configuration built for a TAP OSS stack installation.
5-
This Package repository has been tested on TCE 0.9.1 and TKGm 1.4 and works with the installed versions of Kapp Controller and doesnt require upgrading of Kapp Controller nor does it require secretgen inorder to work.
5+
This Package repository has been tested on TCE 0.10.0 and TKGm 1.4 and works with the installed versions of Kapp Controller and doesnt require upgrading of Kapp Controller nor does it require secretgen inorder to work.
66
## Why
77
Tanzu Application Platform is an amazing platform and is vastly built on open source projects. This repo brings together the Open source tools that are part of TAP into an easy installation method similar to TAP for the OSS community.
88
As not everyone has licensing for the TAP, this is meant as a way to play with the underlying technologies and understand at least in part what TAP "feels like".
@@ -35,7 +35,7 @@ If you are not running on a TKGm 1.4+ or TCE 0.9.1+ cluster, you must install th
3535
```bash
3636
curl -H "Accept: application/vnd.github.v3.raw" \
3737
-L https://api.github.com/repos/vmware-tanzu/community-edition/contents/hack/get-tce-release.sh | \
38-
bash -s v0.9.1 linux
38+
bash -s v0.10.0 linux
3939
```
4040
* Mac
4141
```bash
@@ -57,7 +57,7 @@ kubectl create namespace tap-oss
5757
```
5858
2. Install the Package repository
5959
```bash
60-
tanzu package repository add tap-oss -n tap-oss --url ghcr.io/vrabbi/tap-oss-repo:0.2.3
60+
tanzu package repository add tap-oss -n tap-oss --url ghcr.io/vrabbi/tap-oss-repo:0.2.4
6161
```
6262
3. Create a values file for installing the platform
6363
```bash
@@ -129,7 +129,7 @@ EOF
129129
    Check out the [INSTALL_VALUES_EXPLANATION.md](INSTALL_VALUES_EXPLANATION.md) file for more info on the configuration parameters
130130
5. Install the Platform
131131
```bash
132-
tanzu package install tap -n tap-oss -p tap-install.tap.oss -v 0.2.3 -f tap-oss-values.yaml
132+
tanzu package install tap -n tap-oss -p tap-install.tap.oss -v 0.2.4 -f tap-oss-values.yaml
133133
```
134134
5. Wait for all package installs to reconcile
135135
```bash

0 commit comments

Comments
 (0)