We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44d9a8 commit 378a8dbCopy full SHA for 378a8db
.github/workflows/chart-releaser.yml
@@ -16,11 +16,13 @@ jobs:
16
with:
17
fetch-depth: 0
18
19
- - name: Set up Helm
20
- uses: azure/setup-helm@v3
+ - name: Configure Git
+ run: |
21
+ git config user.name "$GITHUB_ACTOR"
22
+ git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
23
24
- name: Run Helm Chart Releaser
- uses: helm/chart-releaser-action@v1.5.0
25
+ uses: helm/chart-releaser-action@v1.7.0
26
27
config: .cr.yaml
28
charts_dir: manifests
manifests/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v2
2
name: nginx-ratelimits-operator
3
description: A Helm chart for deploying the Ratelimits Operator
4
type: application
5
-version: 1.4.3
+version: 1.4.4
0 commit comments