From 3e0f97e55500bb15506ab3471be18756dbe18462 Mon Sep 17 00:00:00 2001 From: Michael Riedmann Date: Tue, 2 May 2023 17:24:54 +0200 Subject: [PATCH] ci: fix release pipeline + bump helm version --- .github/workflows/release-chart.yaml | 33 ---------------------------- .github/workflows/release.yaml | 4 ---- helm/pipecheck/Chart.yaml | 2 +- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 .github/workflows/release-chart.yaml diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml deleted file mode 100644 index 36bfff6..0000000 --- a/.github/workflows/release-chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Release Charts - -on: - push: - branches: - - main - -jobs: - release: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Configure Git - run: | - 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.4.0 - - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 - with: - charts_dir: helm - config: cr.yaml - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8cc4e76..245f7d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,12 +22,10 @@ jobs: - name: Init & Update run: | make init - source $HOME/.poetry/env make update make bump - name: Run tests run: | - source $HOME/.poetry/env make test make test_image - name: Publish to PyPi @@ -35,12 +33,10 @@ jobs: env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | - source $HOME/.poetry/env make publish - name: Publish to GHCR continue-on-error: true run: | - source $HOME/.poetry/env make publish_image release-chart: diff --git a/helm/pipecheck/Chart.yaml b/helm/pipecheck/Chart.yaml index e56ff08..011488e 100644 --- a/helm/pipecheck/Chart.yaml +++ b/helm/pipecheck/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.4 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to