Skip to content

Commit

Permalink
Merge pull request #36 from tomtom-international/feat/helm-pdb
Browse files Browse the repository at this point in the history
feat: PPIDP-503 upgrade chart to add PDB
  • Loading branch information
semihural-tomtom authored Oct 10, 2024
2 parents 6deab2b + 7e9f1da commit 4a1f374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0

Expand All @@ -20,6 +20,6 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions charts/tomtom-base-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: tomtom-base-chart
description: A base Helm chart for all TomTom product units
description: A base Helm chart for all TomTom product units
type: application
version: 0.0.14
version: 0.0.15
appVersion: "1.0.0"

0 comments on commit 4a1f374

Please sign in to comment.