Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiezieziula authored Oct 8, 2024
2 parents 516ee95 + 1650d31 commit 3114a20
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 3114a20

Please sign in to comment.