diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index d2626d72..e91b642a 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -25,6 +25,4 @@ jobs: release_tag_regexp: "^v(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$" release_branch_regexp: "^release-(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$" release_branch_with_patch_regexp: "^release-(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$" - # This repository only releases from the tag reference and not from long-lived release branches. - tags_only: true website_directory: content/docs/oncall diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index cd028839..2f6a7321 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.13.10 -appVersion: v1.13.10 +version: 1.14.1 +appVersion: v1.14.1 dependencies: - name: cert-manager version: v1.8.0