From 894553a691bb491d1bbe525563c8fd175dfd2426 Mon Sep 17 00:00:00 2001 From: Michal Pryc Date: Tue, 20 Sep 2022 20:46:08 +0200 Subject: [PATCH] Pre-mvr release (1.8.2) (#655) Small patch release before our MVR to test containers. Signed-off-by: Michal Pryc Signed-off-by: Michal Pryc --- charts/pelorus/Chart.yaml | 2 +- charts/pelorus/charts/exporters/templates/_buildconfig.yaml | 2 +- docs/Install.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pelorus/Chart.yaml b/charts/pelorus/Chart.yaml index 8c18fb6c5..4b021bb19 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.3 +version: 1.8.4 dependencies: - name: exporters diff --git a/charts/pelorus/charts/exporters/templates/_buildconfig.yaml b/charts/pelorus/charts/exporters/templates/_buildconfig.yaml index 61a7c46ce..ad717a6ca 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.1" }} + ref: {{ .source_ref | default "v1.8.2" }} uri: {{ .source_url | default "https://github.com/konveyor/pelorus.git"}} type: Git strategy: diff --git a/docs/Install.md b/docs/Install.md index 16530d75b..e053298eb 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.1 https://github.com/konveyor/pelorus +git clone --depth 1 --branch v1.8.2 https://github.com/konveyor/pelorus cd pelorus oc create namespace pelorus helm install operators charts/operators --namespace pelorus