Skip to content

Commit

Permalink
All one command I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieAMorris committed Dec 9, 2024
1 parent f9f5137 commit 8f62a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/philter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 2 additions & 8 deletions charts/philter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,7 @@ api:
- -c

args:
- java
- $JAVA_OPTS
- -jar
- philter.jar
- java $JAVA_OPTS -jar philter.jar

env: []

Expand Down Expand Up @@ -248,10 +245,7 @@ ui:
- -c

args:
- java
- $JAVA_OPTS
- -jar
- philter-ui.jar
- java $JAVA_OPTS -jar philter-ui.jar

env: []

Expand Down

0 comments on commit 8f62a85

Please sign in to comment.