Skip to content

Commit

Permalink
Minor release of Pelorus 1.6.0 (#483)
Browse files Browse the repository at this point in the history
* New minor release of Pelorus 1.6.0

This release is required to have "stable" tag in our images.

* Update version in docs

Co-authored-by: Kevin M Granger <[email protected]>
  • Loading branch information
mpryc and KevinMGranger authored Jun 8, 2022
1 parent 7784b97 commit 9fc4ef3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/operators/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.5.0
version: 1.6.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.
Expand Down
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.5.8
version: 1.6.0

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.5.0" }}
ref: {{ .source_ref | default "v1.6.0" }}
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 @@ -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.5.0 https://github.com/konveyor/pelorus
git clone --depth 1 --branch v1.6.0 https://github.com/konveyor/pelorus
cd pelorus
oc create namespace pelorus
helm install operators charts/operators --namespace pelorus
Expand Down

0 comments on commit 9fc4ef3

Please sign in to comment.