From af646b91313ad4ae57bfd9b96c5f96c357a73787 Mon Sep 17 00:00:00 2001 From: Sean Collings Date: Tue, 29 Oct 2024 12:32:28 -0600 Subject: [PATCH] Change location of index.js file --- aa-datatable-engine/Chart.yaml | 2 +- aa-datatable-engine/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aa-datatable-engine/Chart.yaml b/aa-datatable-engine/Chart.yaml index 4c5e65b..52f5349 100644 --- a/aa-datatable-engine/Chart.yaml +++ b/aa-datatable-engine/Chart.yaml @@ -15,7 +15,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.0 +version: 0.3.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 diff --git a/aa-datatable-engine/templates/deployment.yaml b/aa-datatable-engine/templates/deployment.yaml index 3c17a78..04f6c3e 100644 --- a/aa-datatable-engine/templates/deployment.yaml +++ b/aa-datatable-engine/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: command: - pm2-runtime - start - - index.js + - "src/index.js" {{- range .Values.extraArgs }} - "{{ . }}" {{- end }}