diff --git a/.github/linters/prometheus-prefect-exporter-ct.yaml b/.github/linters/prometheus-prefect-exporter-ct.yaml index 88847912..f48bceee 100644 --- a/.github/linters/prometheus-prefect-exporter-ct.yaml +++ b/.github/linters/prometheus-prefect-exporter-ct.yaml @@ -4,5 +4,4 @@ charts: chart-repos: - bitnami=https://charts.bitnami.com/bitnami helm-extra-args: --timeout 600s -namespace: prefect release-label: prefect diff --git a/.github/linters/server-ct.yaml b/.github/linters/server-ct.yaml index 54cc9211..3cf4c837 100644 --- a/.github/linters/server-ct.yaml +++ b/.github/linters/server-ct.yaml @@ -4,5 +4,4 @@ charts: chart-repos: - bitnami=https://charts.bitnami.com/bitnami helm-extra-args: --timeout 90s -namespace: prefect release-label: prefect diff --git a/.github/updatecli/manifest-major.yaml b/.github/updatecli/manifest-major.yaml index 0730f521..a2562825 100644 --- a/.github/updatecli/manifest-major.yaml +++ b/.github/updatecli/manifest-major.yaml @@ -7,7 +7,6 @@ sources: name: common versionFilter: kind: semver - pattern: 2.x.x sourceid: common postgresql: kind: helmchart @@ -16,7 +15,6 @@ sources: name: postgresql versionFilter: kind: semver - pattern: 11.x.x sourceid: postgresql conditions: {} targets: diff --git a/.github/workflows/updatecli-major-versions.yaml b/.github/workflows/updatecli-major-versions.yaml index ec0aba8e..3767bbe2 100644 --- a/.github/workflows/updatecli-major-versions.yaml +++ b/.github/workflows/updatecli-major-versions.yaml @@ -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 diff --git a/.github/workflows/updatecli-minor-versions.yaml b/.github/workflows/updatecli-minor-versions.yaml index e532f7d8..a387c355 100644 --- a/.github/workflows/updatecli-minor-versions.yaml +++ b/.github/workflows/updatecli-minor-versions.yaml @@ -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