Skip to content

Commit 95ec782

Browse files
committed
chore: sign with fork
1 parent e9c797a commit 95ec782

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,10 @@ jobs:
117117
run: |
118118
gpg --export > ~/.gnupg/pubring.gpg
119119
gpg --batch --pinentry-mode loopback --yes --passphrase '${{ secrets.GPG_PASSPHRASE }}' --export-secret-key > ~/.gnupg/secring.gpg
120-
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --dearmor > $HOME/secring.gpg
121-
base64 -w 0 $HOME/secring.gpg > $HOME/secring.b64
122-
echo "secring=$(cat $HOME/secring.b64)" >> "$GITHUB_OUTPUT"
123-
echo "${{ secrets.GPG_PASSPHRASE }}" > $HOME/passphrase.txt
124-
echo "CR_KEYRING=$HOME/secring.gpg" >> "$GITHUB_ENV"
125-
echo "CR_PASSPHRASE_FILE=$HOME/passphrase.txt" >> "$GITHUB_ENV"
126120
if: steps.tag_exists.outputs.TAG_EXISTS == 'false'
127121

128122
- name: Publish Helm chart
129-
uses: bpsoraggi/helm-gh-pages@fea1912cca505819c4757e8232b6016cd4072120
123+
uses: bpsoraggi/helm-gh-pages@ae39446ad80fcb6ec81b125f3ce3da8890751297
130124
with:
131125
token: ${{ secrets.GHCR_TOKEN }}
132126
charts_dir: .

traefik/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: traefik
3-
description: A Traefik based Kubernetes ingress controller (testing)
3+
description: A Traefik based Kubernetes ingress controller
44
type: application
5-
version: 36.3.8
5+
version: 36.3.9
66
# renovate: image=traefik
77
appVersion: v3.4.3
88
kubeVersion: ">=1.22.0-0"

0 commit comments

Comments
 (0)