ci: fix typo in push chart action

This commit is contained in:
a5r0n
2023-12-09 19:34:31 +02:00
parent 8680e2ab2d
commit 7d784e343f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,5 +30,5 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add README.md
git commit -m "relase: Update Helm chart version to $(grep -oP '^version: \K.*' n8n/Chart.yaml)"
git commit -m "relase: Update Helm chart version to $(grep -oP '^version \K.*' n8n/Chart.yaml)"
git push
+1 -1
View File
@@ -12,7 +12,7 @@ so install is simple:
```bash
export HELM_EXPERIMENTAL_OCI=1
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version: 0.2.6
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.2.6
```
example values: