diff --git a/charts/pelorus/Chart.yaml b/charts/pelorus/Chart.yaml index 424e046c1..fe17c9bad 100644 --- a/charts/pelorus/Chart.yaml +++ b/charts/pelorus/Chart.yaml @@ -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.7.0 +version: 1.7.1 dependencies: - name: exporters diff --git a/charts/pelorus/charts/exporters/templates/_buildconfig.yaml b/charts/pelorus/charts/exporters/templates/_buildconfig.yaml index 20c621f16..7eabd4b5c 100644 --- a/charts/pelorus/charts/exporters/templates/_buildconfig.yaml +++ b/charts/pelorus/charts/exporters/templates/_buildconfig.yaml @@ -17,7 +17,7 @@ spec: source: contextDir: {{ .source_context_dir | default "exporters/" }} git: - ref: {{ .source_ref | default "v1.7.0" }} + ref: {{ .source_ref | default "v1.7.1" }} uri: {{ .source_url | default "https://github.com/konveyor/pelorus.git"}} type: Git strategy: