From f9f51377c101ed3a4f9fabfff50b0b51f27db70f Mon Sep 17 00:00:00 2001 From: JAM <272807+JessieAMorris@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:36:03 -0700 Subject: [PATCH] Add missing jar --- charts/philter/Chart.yaml | 2 +- charts/philter/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/philter/Chart.yaml b/charts/philter/Chart.yaml index 5d855c7..84c9081 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.15 +version: 0.1.16 # 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 60a1fad..10601d3 100644 --- a/charts/philter/values.yaml +++ b/charts/philter/values.yaml @@ -251,6 +251,7 @@ ui: - java - $JAVA_OPTS - -jar + - philter-ui.jar env: []