From 8f62a8596020333c31f1484a70d845bbfbaf76f1 Mon Sep 17 00:00:00 2001 From: JAM <272807+JessieAMorris@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:39:13 -0700 Subject: [PATCH] All one command I guess --- charts/philter/Chart.yaml | 2 +- charts/philter/values.yaml | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/charts/philter/Chart.yaml b/charts/philter/Chart.yaml index 84c9081..305656b 100644 --- a/charts/philter/Chart.yaml +++ b/charts/philter/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.1.16 +version: 0.1.17 # 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/charts/philter/values.yaml b/charts/philter/values.yaml index 10601d3..8cd98b6 100644 --- a/charts/philter/values.yaml +++ b/charts/philter/values.yaml @@ -156,10 +156,7 @@ api: - -c args: - - java - - $JAVA_OPTS - - -jar - - philter.jar + - java $JAVA_OPTS -jar philter.jar env: [] @@ -248,10 +245,7 @@ ui: - -c args: - - java - - $JAVA_OPTS - - -jar - - philter-ui.jar + - java $JAVA_OPTS -jar philter-ui.jar env: []