We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68307fb commit 73428dcCopy full SHA for 73428dc
.github/workflows/pr-checks.yaml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
- name: Install Helm
17
- uses: azure/setup-helm@v4.3.0
+ uses: azure/setup-helm@v4.3.1
18
env:
19
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
20
- name: Install Python
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
git config user.name "${GITHUB_ACTOR}"
23
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
24
25
26
27
28
- name: Publish charts
0 commit comments