Skip to content

Commit

Permalink
update chart-releaser-action, raise chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roukoswarf committed Jun 13, 2024
1 parent fbbcc90 commit ec14409
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -19,7 +21,12 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.16.1
version: 0.16.2
maintainers:
- name: Todd Kazakov
email: todd@tidepool.org
Expand Down
1 change: 1 addition & 0 deletions charts/tidepool/charts/data/templates/4-routetable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ spec:
single:
upstream:
name: data

options:
timeout: "60s"
- matchers:
Expand Down

0 comments on commit ec14409

Please sign in to comment.