Skip to content

Commit

Permalink
New hotfix release to cover fix for the bitbucket API 1.0 (#688)
Browse files Browse the repository at this point in the history
With the PR #680 that resolved #678 we need to create new
patch version that contains the hotfix.

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

Signed-off-by: Michal Pryc <[email protected]>
  • Loading branch information
mpryc authored Oct 17, 2022
1 parent a31f814 commit c806369
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: 2.0.0
version: 2.0.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 "v2.0.0" }}
ref: {{ .source_ref | default "v2.0.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 v2.0.0 https://github.com/konveyor/pelorus
git clone --depth 1 --branch v2.0.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 c806369

Please sign in to comment.