From d0dc97822db16f7d595728a794fc6b8031c29ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20F=2E=20C=C3=A2ndido?= Date: Wed, 3 Jul 2024 20:32:47 -0300 Subject: [PATCH 1/2] Upgrading n8n app version --- addons/keda-values.yaml | 23 +++++++++++++++++++++++ addons/n8n/Chart.yaml | 4 ++-- addons/n8n/values.yaml | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 addons/keda-values.yaml diff --git a/addons/keda-values.yaml b/addons/keda-values.yaml new file mode 100644 index 000000000..ed61d9676 --- /dev/null +++ b/addons/keda-values.yaml @@ -0,0 +1,23 @@ +crds: + install: true +extraObjects: +- apiVersion: keda.sh/v1alpha1 + kind: TriggerAuthentication + metadata: + name: aws-credentials + namespace: telemetry + spec: + podIdentity: + provider: aws-eks +podIdentity: + provider: aws +serviceAccount: + metricServer: + create: false + name: porter-telemetry + operator: + create: false + name: porter-telemetry + webhooks: + create: false + name: porter-telemetry diff --git a/addons/n8n/Chart.yaml b/addons/n8n/Chart.yaml index 73186bff6..4ac2523d7 100644 --- a/addons/n8n/Chart.yaml +++ b/addons/n8n/Chart.yaml @@ -14,11 +14,11 @@ 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.7.0 +version: 0.8.0 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.174.0" +appVersion: "1.48.3" keywords: - MISC diff --git a/addons/n8n/values.yaml b/addons/n8n/values.yaml index 9598da61c..b67eb1bf7 100644 --- a/addons/n8n/values.yaml +++ b/addons/n8n/values.yaml @@ -8,7 +8,7 @@ image: repository: n8nio/n8n pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "0.174.0" + tag: "1.48.3" imagePullSecrets: [] nameOverride: "" From 6d32782631fa3f93fb0cbea805626a511fa926f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20F=2E=20C=C3=A2ndido?= Date: Fri, 26 Jul 2024 20:41:21 -0300 Subject: [PATCH 2/2] remove: keda custom values file --- addons/keda-values.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 addons/keda-values.yaml diff --git a/addons/keda-values.yaml b/addons/keda-values.yaml deleted file mode 100644 index ed61d9676..000000000 --- a/addons/keda-values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -crds: - install: true -extraObjects: -- apiVersion: keda.sh/v1alpha1 - kind: TriggerAuthentication - metadata: - name: aws-credentials - namespace: telemetry - spec: - podIdentity: - provider: aws-eks -podIdentity: - provider: aws -serviceAccount: - metricServer: - create: false - name: porter-telemetry - operator: - create: false - name: porter-telemetry - webhooks: - create: false - name: porter-telemetry