Skip to content

Commit dc30e53

Browse files
authored
Pre-mvr release (1.8.1) (#636)
Small patch release before our MVR to test containers. Signed-off-by: Michal Pryc <mpryc@redhat.com> Signed-off-by: Michal Pryc <mpryc@redhat.com>
1 parent c51d0f7 commit dc30e53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/pelorus/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.8.0
17+
version: 1.8.1
1818

1919
dependencies:
2020
- name: exporters

charts/pelorus/charts/exporters/templates/_buildconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
source:
1818
contextDir: {{ .source_context_dir | default "exporters/" }}
1919
git:
20-
ref: {{ .source_ref | default "v1.8.0" }}
20+
ref: {{ .source_ref | default "v1.8.1" }}
2121
uri: {{ .source_url | default "https://github.com/konveyor/pelorus.git"}}
2222
type: Git
2323
strategy:

docs/Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pelorus gets installed via helm charts. The first deploys the operators on which
2020

2121
```shell
2222
# clone the repo (you can use a different release or clone from master if you wish)
23-
git clone --depth 1 --branch v1.8.0 https://github.com/konveyor/pelorus
23+
git clone --depth 1 --branch v1.8.1 https://github.com/konveyor/pelorus
2424
cd pelorus
2525
oc create namespace pelorus
2626
helm install operators charts/operators --namespace pelorus

0 commit comments

Comments
 (0)