From 77db9ecb28dc318b946307204088c29492c1026e Mon Sep 17 00:00:00 2001 From: Michal Pryc Date: Wed, 10 Aug 2022 15:20:10 +0200 Subject: [PATCH] Small release bump - 1.7.1 (#601) We need to bump to 1.7.1 from just released 1.7.0. This is because the Draft release was not published after that minor bump and followed by other PRs that did not create new quay images #600. Note that exporter quay images are being built not on every PR merge, just the one which is touching exporter files or _buildconfig. This is corner case where 1.7.0 tag was trying to find latest hash from the github, however quay was missing that hash due to image not being built. In the first place the publish release was supposed to be created after minor release PR was merged #599. --- charts/pelorus/Chart.yaml | 2 +- charts/pelorus/charts/exporters/templates/_buildconfig.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: