mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
bump: bump Chart version to 0.2.4
This commit is contained in:
@@ -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.0
|
||||
helm install n8n oci://ghcr.io/a5r0n/charts/n8n --version 0.2.4
|
||||
```
|
||||
|
||||
example values:
|
||||
@@ -22,13 +22,26 @@ example values:
|
||||
replicaCount: 5
|
||||
|
||||
n8n:
|
||||
encryptionKey: d9d8f70c3165f6393b7df462b09f73e2
|
||||
webhookUrl: https://n8n.local/
|
||||
auth:
|
||||
enabled: true
|
||||
username: "n8n"
|
||||
password: "N8nPassW0r$"
|
||||
|
||||
postgresql:
|
||||
postgresqlPassword: "N8nPassW0r$"
|
||||
enabled: true
|
||||
auth:
|
||||
database: "n8n"
|
||||
username: "n8n"
|
||||
password: "N8nPassW0r$"
|
||||
persistence:
|
||||
size: 1Gi
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
host: n8n.local
|
||||
className: nginx
|
||||
```
|
||||
|
||||
see [values.yaml](./n8n/values.yaml)
|
||||
|
||||
+1
-1
@@ -16,7 +16,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.2.3
|
||||
version: 0.2.4
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
||||
Reference in New Issue
Block a user