Skip to content

Commit

Permalink
ci: fix release pipeline + bump helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedmann committed May 2, 2023
1 parent dbf99e7 commit 3e0f97e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/release-chart.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,21 @@ 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
continue-on-error: true
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:
Expand Down
2 changes: 1 addition & 1 deletion helm/pipecheck/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e0f97e

Please sign in to comment.