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