Skip to content

Commit fa02bab

Browse files
committed
major release of Pelorus project - MVR (#667)
Minimum Viable Release of the Pelorus project. Signed-off-by: Michal Pryc <mpryc@redhat.com> Signed-off-by: Michal Pryc <mpryc@redhat.com>
1 parent 0114162 commit fa02bab

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/operators/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.1
17+
version: 2.0.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

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.4
17+
version: 2.0.0
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.2" }}
20+
ref: {{ .source_ref | default "v2.0.0" }}
2121
uri: {{ .source_url | default "https://github.com/konveyor/pelorus.git"}}
2222
type: Git
2323
strategy:

charts/pelorus/charts/exporters/templates/_imagestream_from_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
name: {{ .image_name }}:{{ .image_tag | default "stable" }}
2424
{{- end }}
2525
{{- else }}
26-
name: quay.io/migtools/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "stable" }}
26+
name: quay.io/pelorus/pelorus-{{ .exporter_type }}-exporter:{{ .image_tag | default "stable" }}
2727
# .image_name
2828
{{- end }}
2929
name: {{ .image_tag | default "stable" }}

docs/Configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Each exporter can be deployed from the pre-built images or from the source code
9393

9494
If not defined specifically, exporters are using pre-built container images with the `stable` tag from the following sources:
9595

96-
* Quay repository for the [committime-exporter](https://quay.io/repository/migtools/pelorus-committime-exporter)
97-
* Quay repository for the [failure-exporter](https://quay.io/repository/migtools/pelorus-failure-exporter)
98-
* Quay repository for the [deploytime-exporter](https://quay.io/repository/migtools/pelorus-deploytime-exporter)
96+
* Quay repository for the [committime-exporter](https://quay.io/repository/pelorus/pelorus-committime-exporter)
97+
* Quay repository for the [failure-exporter](https://quay.io/repository/pelorus/pelorus-failure-exporter)
98+
* Quay repository for the [deploytime-exporter](https://quay.io/repository/pelorus/pelorus-deploytime-exporter)
9999

100100
#### Pre-built Quay images
101101

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.2 https://github.com/konveyor/pelorus
23+
git clone --depth 1 --branch v2.0.0 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)