From 432a51ea3dcaca6d6e83c6cc04257f447936fbb7 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 1 Apr 2022 11:34:46 +0200 Subject: [PATCH] fix(ci): use bash for gen-docs shell --- .github/workflows/charts-release.yaml | 1 + charts/dependency/mongodb/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index c73fdfc5603..93403bc3fab 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -40,6 +40,7 @@ jobs: uses: ./.github/actions/collect-changes - name: Generate README for changed charts + shell: bash if: | steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 99557f60bad..5f08f199500 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 0.0.15 +version: 0.0.16 annotations: truecharts.org/catagories: | - database