diff --git a/charts/operators/Chart.yaml b/charts/operators/Chart.yaml index bd2fe464c..d1bb95b35 100644 --- a/charts/operators/Chart.yaml +++ b/charts/operators/Chart.yaml @@ -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. diff --git a/charts/pelorus/Chart.yaml b/charts/pelorus/Chart.yaml index 3b18c23fd..b414a9673 100644 --- a/charts/pelorus/Chart.yaml +++ b/charts/pelorus/Chart.yaml @@ -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 diff --git a/charts/pelorus/charts/exporters/templates/_buildconfig.yaml b/charts/pelorus/charts/exporters/templates/_buildconfig.yaml index 6d19c9c2e..5157eceb9 100644 --- a/charts/pelorus/charts/exporters/templates/_buildconfig.yaml +++ b/charts/pelorus/charts/exporters/templates/_buildconfig.yaml @@ -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: diff --git a/docs/Install.md b/docs/Install.md index 20de1388c..79910dc4a 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -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) @@ -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