Skip to content

Commit 378a8db

Browse files
author
Omar Mohamed
committed
chore: trigger chart releaser
1 parent a44d9a8 commit 378a8db

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/chart-releaser.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Set up Helm
20-
uses: azure/setup-helm@v3
19+
- name: Configure Git
20+
run: |
21+
git config user.name "$GITHUB_ACTOR"
22+
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2123
2224
- name: Run Helm Chart Releaser
23-
uses: helm/chart-releaser-action@v1.5.0
25+
uses: helm/chart-releaser-action@v1.7.0
2426
with:
2527
config: .cr.yaml
2628
charts_dir: manifests

manifests/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: nginx-ratelimits-operator
33
description: A Helm chart for deploying the Ratelimits Operator
44
type: application
5-
version: 1.4.3
5+
version: 1.4.4

0 commit comments

Comments
 (0)