Skip to content

Commit

Permalink
Add run-helm-docs flag to updatecli action (#396)
Browse files Browse the repository at this point in the history
* remove pattern from major

* add helm docs & remove version filter

* remove ns dumby

---------

Co-authored-by: jamie zieziula <[email protected]>
  • Loading branch information
jamiezieziula and jamie zieziula authored Oct 8, 2024
1 parent 16957fc commit 1650d31
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/linters/prometheus-prefect-exporter-ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ charts:
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 600s
namespace: prefect
release-label: prefect
1 change: 0 additions & 1 deletion .github/linters/server-ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ charts:
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
helm-extra-args: --timeout 90s
namespace: prefect
release-label: prefect
2 changes: 0 additions & 2 deletions .github/updatecli/manifest-major.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ sources:
name: common
versionFilter:
kind: semver
pattern: 2.x.x
sourceid: common
postgresql:
kind: helmchart
Expand All @@ -16,7 +15,6 @@ sources:
name: postgresql
versionFilter:
kind: semver
pattern: 11.x.x
sourceid: postgresql
conditions: {}
targets:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/updatecli-major-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
uses: prefecthq/actions-updatecli-apply@main
with:
manifest-path: .github/updatecli/manifest-major.yaml
run-helm-docs: true
run-type: major
1 change: 1 addition & 0 deletions .github/workflows/updatecli-minor-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
uses: prefecthq/actions-updatecli-apply@main
with:
manifest-path: .github/updatecli/manifest-minor.yaml
run-helm-docs: true
run-type: minor

0 comments on commit 1650d31

Please sign in to comment.