Skip to content

Commit

Permalink
Pre-mvr release (1.8.1) (#636)
Browse files Browse the repository at this point in the history
Small patch release before our MVR to test containers.

Signed-off-by: Michal Pryc <[email protected]>

Signed-off-by: Michal Pryc <[email protected]>
  • Loading branch information
mpryc authored Sep 15, 2022
1 parent c51d0f7 commit dc30e53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.8.0
version: 1.8.1

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 | 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:
Expand Down
2 changes: 1 addition & 1 deletion docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc30e53

Please sign in to comment.