diff --git a/charts/pelorus/Chart.yaml b/charts/pelorus/Chart.yaml index e049ce27f..3f915dce0 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.8.0 +version: 1.8.1 dependencies: - name: exporters diff --git a/charts/pelorus/charts/exporters/templates/_buildconfig.yaml b/charts/pelorus/charts/exporters/templates/_buildconfig.yaml index d01faf6e1..61a7c46ce 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 | default "exporters/" }} git: - ref: {{ .source_ref | default "v1.8.0" }} + ref: {{ .source_ref | default "v1.8.1" }} uri: {{ .source_url | default "https://github.com/konveyor/pelorus.git"}} type: Git strategy: diff --git a/docs/Install.md b/docs/Install.md index 4dc6ec3bb..a1bcfa3f9 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -20,7 +20,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.8.0 https://github.com/konveyor/pelorus +git clone --depth 1 --branch v1.8.1 https://github.com/konveyor/pelorus cd pelorus oc create namespace pelorus helm install operators charts/operators --namespace pelorus