Skip to content

Commit

Permalink
odpi#116 remove use of --devel for dojo
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Jan 14, 2022
1 parent 0f780ff commit a4f3f43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ helm delete base

Now, install the Coco Pharma environment
```console
$ helm install lab egeria/odpi-egeria-lab --devel [15:16:18]
$ helm install lab egeria/odpi-egeria-lab [15:16:18]
NAME: lab
LAST DEPLOYED: Fri Jan 14 15:16:33 2022
NAMESPACE: base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Now we'll install the same demo again, but this time we are going to set a param
which prevents the servers being automatically configured, so that we can walk through
this in the tutorial:
```console
$ helm install base egeria/egeria-base --devel --set egeria.config=false
$ helm install base egeria/egeria-base --set egeria.config=false
LAST DEPLOYED: Fri Jan 7 16:36:20 2022
NAMESPACE: default
STATUS: deployed
Expand Down
13 changes: 6 additions & 7 deletions site/docs/education/egeria-dojo/running-egeria/simple-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,15 @@ Update Complete. ⎈Happy Helming!⎈
First we'll look at what charts are available:

!!! Info
You'll see we use `--devel` on these commands. This retrieves the very latest, unreleased, versions of our charts.
We're using this as they are still being written and updated. Very soon the charts will be published
as new versions, and this parameter will be removed from the documentation.
If you need to check out the very latest charts we are developing, you can add `--devel` on these commands. This retrieves the very latest, unreleased, versions of our charts.

```console
$ helm search repo egeria --devel
$ helm search repo egeria
NAME CHART VERSION APP VERSION DESCRIPTION
egeria/egeria-base 3.4.1-prelease.3 3.4 Egeria simple deployment (platform, react UI)
egeria/egeria-base 3.4.1 3.4 Egeria simple deployment (platform, react UI)
egeria/egeria-cts 3.4.0 3.4 Egeria Conformance Test Suite deployment to Kub...
egeria/egeria-pts 3.4.0 3.4 Egeria Performance Test Suite deployment to Kub...
egeria/odpi-egeria-lab 3.4.1-prerelease.6 3.4 Egeria lab environment
egeria/odpi-egeria-lab 3.4.1 3.4 Egeria lab environment
$
```

Expand All @@ -82,7 +81,7 @@ This list will change as the Egeria team continue to develop these charts
We'll now install a simple Egeria configuration:

```console
$ helm install base egeria/egeria-base --devel
$ helm install base egeria/egeria-base
NAME: base
LAST DEPLOYED: Tue Jan 11 18:44:18 2022
NAMESPACE: default
Expand Down

0 comments on commit a4f3f43

Please sign in to comment.