Skip to content

Commit ba3a8f6

Browse files
committed
chore: test with quotes
1 parent 36d8a7d commit ba3a8f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
117117

118118
- name: Publish Helm chart
119-
uses: bpsoraggi/helm-gh-pages@144dd827bf5cd326785b15fa1385ffeb5dfd7eb7
119+
uses: bpsoraggi/helm-gh-pages@0ca81b4d5a727dec92236140eb99ebb70ad91ac3
120120
with:
121121
token: ${{ secrets.CHARTS_TOKEN }}
122122
charts_dir: .
@@ -128,10 +128,10 @@ jobs:
128128
index_dir: .
129129
commit_username: bpsoraggi
130130
commit_email: ${{ secrets.GH_EMAIL }}
131-
key: ${{ steps.gpg.outputs.email }}
131+
key: ${{ steps.gpg.outputs.name }}
132132
private_key: ${{ secrets.GPG_PRIVATE_KEY }}
133133
passphrase: ${{ secrets.GPG_PASSPHRASE }}
134-
if: steps.tag_exists.outputs.TAG_EXISTS == 'false' && steps.gpg.outputs.email != ''
134+
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
135135

136136
- name: Publish Helm chart to the ghcr.io registry
137137
uses: appany/helm-oci-chart-releaser@v0.5.0

traefik/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: traefik
33
description: A Traefik based Kubernetes ingress controller
44
type: application
5-
version: 37.1.0
5+
version: 37.2.0
66
# renovate: image=traefik
77
appVersion: v3.5.0
88
kubeVersion: ">=1.22.0-0"

0 commit comments

Comments
 (0)