Skip to content

Commit

Permalink
fix/Form release version correctly + include in updatecli (#347)
Browse files Browse the repository at this point in the history
* Form release version correctly

* Updatecli update for prometheus exporter
  • Loading branch information
jimid27 authored Jun 10, 2024
1 parent aaaa3ea commit 18815e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/updatecli/manifest-major.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ targets:
file: charts/prefect-agent/Chart.yaml
key: dependencies[0].version
sourceid: common
prometheus_prefect_exporter_common:
name: bump chart dependencies
kind: yaml
spec:
file: charts/prometheus-prefect-exporter/Chart.yaml
key: dependencies[0].version
sourceid: common
server_common:
name: bump chart dependencies
kind: yaml
Expand Down
7 changes: 7 additions & 0 deletions .github/updatecli/manifest-minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ targets:
file: charts/prefect-agent/Chart.yaml
key: dependencies[0].version
sourceid: common
prometheus_prefect_exporter_common:
name: bump chart dependencies
kind: yaml
spec:
file: charts/prometheus-prefect-exporter/Chart.yaml
key: dependencies[0].version
sourceid: common
server_common:
name: bump chart dependencies
kind: yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-exporter-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
set -x
echo "CHART_VERSION=$(date +'%Y.%-m.%-d%H%M%S')" >> $GITHUB_OUTPUT
echo "RELEASE_VERSION=prometheus-prefect-exporter-$CHART_VERSION" >> $GITHUB_OUTPUT
echo "RELEASE_VERSION=prometheus-prefect-exporter-$(date +'%Y.%-m.%-d%H%M%S')" >> $GITHUB_OUTPUT
echo "PROMETHEUS_PREFECT_EXPORTER_VERSION=$(\
git ls-remote --tags --refs --sort="v:refname" \
https://github.com/PrefectHQ/prometheus-prefect-exporter | tail -n1 | sed 's/.*\///' \
Expand Down

0 comments on commit 18815e8

Please sign in to comment.