File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : traefik
33description : A Traefik based Kubernetes ingress controller
44type : application
5- version : 37.1 .0
5+ version : 37.2 .0
66# renovate: image=traefik
77appVersion : v3.5.0
88kubeVersion : " >=1.22.0-0"
You can’t perform that action at this time.
0 commit comments