From 8ce44c2ae114cfcada91eacc5002c155fcffa9d0 Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 23 Nov 2021 00:12:26 +0100 Subject: [PATCH] simplified chart release workflow the Ubuntu runner base image already includes Helm 3.7.0 --- .github/workflows/chart-release.yaml | 5 ----- .github/workflows/chart-test.yaml | 5 ----- .../hapi-fhir-jpaserver/templates/poddisruptionbudget.yaml | 1 - 3 files changed, 11 deletions(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 5d30c2f..ae2045c 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -21,11 +21,6 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - name: Install Helm - uses: azure/setup-helm@v1 - with: - version: v3.7.0 - - name: Add bitnami repo run: helm repo add bitnami https://charts.bitnami.com/bitnami diff --git a/.github/workflows/chart-test.yaml b/.github/workflows/chart-test.yaml index 90bb32a..b3eb576 100644 --- a/.github/workflows/chart-test.yaml +++ b/.github/workflows/chart-test.yaml @@ -43,11 +43,6 @@ jobs: with: fetch-depth: 0 - - name: Set up Helm - uses: azure/setup-helm@v1 - with: - version: v3.7.0 - - name: Set up chart-testing uses: helm/chart-testing-action@v2.1.0 diff --git a/charts/hapi-fhir-jpaserver/templates/poddisruptionbudget.yaml b/charts/hapi-fhir-jpaserver/templates/poddisruptionbudget.yaml index 8c35cdd..bae8dad 100644 --- a/charts/hapi-fhir-jpaserver/templates/poddisruptionbudget.yaml +++ b/charts/hapi-fhir-jpaserver/templates/poddisruptionbudget.yaml @@ -1,4 +1,3 @@ - {{- if .Values.podDisruptionBudget.enabled }} kind: PodDisruptionBudget apiVersion: policy/v1