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.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.
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.4
17+ version : 2.0.0
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.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 :
Original file line number Diff line number Diff line change 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" }}
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ Each exporter can be deployed from the pre-built images or from the source code
9393
9494If 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
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.2 https://github.com/konveyor/pelorus
23+ git clone --depth 1 --branch v2.0.0 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