diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 96aaf3f..8eb9f36 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -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 . \ No newline at end of file + if: steps.list-changed.outputs.changed == 'true' + run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . diff --git a/n8n/Chart.lock b/n8n/Chart.lock index 2bcde75..40fdb59 100644 --- a/n8n/Chart.lock +++ b/n8n/Chart.lock @@ -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" diff --git a/n8n/Chart.yaml b/n8n/Chart.yaml index 6c3cc4f..5a97ccf 100644 --- a/n8n/Chart.yaml +++ b/n8n/Chart.yaml @@ -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 diff --git a/n8n/charts/postgresql-12.1.2.tgz b/n8n/charts/postgresql-12.1.2.tgz deleted file mode 100644 index 2292c45..0000000 Binary files a/n8n/charts/postgresql-12.1.2.tgz and /dev/null differ diff --git a/n8n/charts/postgresql-12.12.10.tgz b/n8n/charts/postgresql-12.12.10.tgz new file mode 100644 index 0000000..89bcc97 Binary files /dev/null and b/n8n/charts/postgresql-12.12.10.tgz differ diff --git a/n8n/ci/default-values.yaml b/n8n/ci/default-values.yaml new file mode 100644 index 0000000..0c9915c --- /dev/null +++ b/n8n/ci/default-values.yaml @@ -0,0 +1,8 @@ +--- +n8n: + encryptionKey: d9d8f70c3165f6393b7df462b09f73e2 + webhookUrl: https://n8n.local/ + auth: + enabled: true + username: "n8n" + password: "N8nPassW0r$"