Skip to content

Commit

Permalink
New minor release of Pelorus - requires OpenShift >= 4.7 (#399)
Browse files Browse the repository at this point in the history
* New minor release of Pelorus - requires OpenShift >= 4.7

New release of Pelorus, that makes it compatible with OpenShift 4.9
This release works only on the currently supported OpenShift versions
that is >=4.7.

* Document version support in install.md

* Change default version in docs

Co-authored-by: Kevin M Granger <[email protected]>
  • Loading branch information
mpryc and KevinMGranger authored Mar 22, 2022
1 parent 83efcfc commit 03f20c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/operators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.2.4
version: 1.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/pelorus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.4.10
version: 1.5.0

dependencies:
- name: exporters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
source:
contextDir: {{ .source_context_dir }}
git:
ref: {{ .source_ref | default "v1.4.6" }}
ref: {{ .source_ref | default "v1.5.0" }}
uri: {{ .source_url }}
type: Git
strategy:
Expand Down
4 changes: 2 additions & 2 deletions docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following will walk through the deployment of Pelorus.

Before deploying the tooling, you must have the following prepared

* An OpenShift 3.11 or higher Environment
* An OpenShift 4.7 or higher Environment
* A machine from which to run the install (usually your laptop)
* The OpenShift Command Line Tool (oc)
* [Helm3](https://github.com/helm/helm/releases)
Expand All @@ -25,7 +25,7 @@ Pelorus gets installed via helm charts. The first deploys the operators on which

```shell
# clone the repo (you can use a different release or clone from master if you wish)
git clone --depth 1 --branch v1.4.1 https://github.com/konveyor/pelorus
git clone --depth 1 --branch v1.5.0 https://github.com/konveyor/pelorus
cd pelorus
oc create namespace pelorus
helm install operators charts/operators --namespace pelorus
Expand Down

0 comments on commit 03f20c9

Please sign in to comment.