mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
ci: fix typo in push chart action
This commit is contained in:
@@ -30,5 +30,5 @@ jobs:
|
|||||||
git config --global user.name "${{ github.actor }}"
|
git config --global user.name "${{ github.actor }}"
|
||||||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||||
git add README.md
|
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
|
git push
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ so install is simple:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
export HELM_EXPERIMENTAL_OCI=1
|
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:
|
example values:
|
||||||
|
|||||||
Reference in New Issue
Block a user