File tree Expand file tree Collapse file tree
charts/exporters/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1919dependencies :
2020 - name : exporters
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
2424cd pelorus
2525oc create namespace pelorus
2626helm install operators charts/operators --namespace pelorus
You can’t perform that action at this time.
0 commit comments