mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
Merge pull request #34 from a5r0n/fix/ci-ct-install
ci: fix ct lint tests
This commit is contained in:
@@ -43,4 +43,5 @@ jobs:
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
|
||||
|
||||
+2
-2
@@ -4,6 +4,6 @@ dependencies:
|
||||
version: 16.13.2
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.1.2
|
||||
version: 12.12.10
|
||||
digest: sha256:7d50fcc824047240c4a05fa22979c119c1ebd871bf8462b4c84136e7919669ba
|
||||
generated: "2023-12-08T14:00:01.276130441+02:00"
|
||||
generated: "2023-12-08T14:56:36.99152074+02:00"
|
||||
|
||||
+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.4
|
||||
version: 0.2.5
|
||||
|
||||
# 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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
---
|
||||
n8n:
|
||||
encryptionKey: d9d8f70c3165f6393b7df462b09f73e2
|
||||
webhookUrl: https://n8n.local/
|
||||
auth:
|
||||
enabled: true
|
||||
username: "n8n"
|
||||
password: "N8nPassW0r$"
|
||||
Reference in New Issue
Block a user