Skip to content

Commit

Permalink
MANAGER_VERSION is not longer required (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Nov 28, 2023
1 parent 6bd2fb6 commit 172bec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions docs/guides/configuration-guide/configuration-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,6 @@ A configuration repository is always composed of the same basic layout.
gilt overlay
```

If a stable OSISM release is used, the version to be used is specified by `MANAGER_VERSION`.
In the example, OSISM release 6.0.0 is used. The current stable release is listed at
[release.osism.tech](https://release.osism.tech/). Always check there in advance and do not
copy the stable release used here as an example. More detail about this in
[Configuration Guide > Manager > Stable release](manager#stable-release).

```
MANAGER_VERSION=6.0.0 gilt overlay
MANAGER_VERSION=6.0.0 gilt overlay
```

## Creating a new configuration repository

The initial content for this repository is generated using the
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/configuration-guide/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ In the example, OSISM release 6.0.0 is used.
that the correct versions are available in `environments/manager/images.yml`.

```
MANAGER_VERSION=6.0.0 gilt overlay # you have to do this 2x
MANAGER_VERSION=6.0.0 gilt overlay
gilt overlay # you have to do this 2x
gilt overlay
```

Optionally, this is normally not necessary, it is possible to reference a specific tag of the
Expand Down

0 comments on commit 172bec7

Please sign in to comment.