Skip to content

Commit

Permalink
chore(guardian): fix guardian command (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: Lifosmin Simon <lifosmin.simon@gojek.com>
  • Loading branch information
lifosmin and Lifosmin Simon authored Sep 3, 2024
1 parent 87d7fd4 commit 38345f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/guardian/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.2.7
version: 0.2.8

# 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
3 changes: 3 additions & 0 deletions stable/guardian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ app:
restartPolicy: Never
args: []
command:
- guardian
- job
- run
- fetch_resources
Expand All @@ -50,6 +51,7 @@ app:
restartPolicy: Never
args: []
command:
- guardian
- job
- run
- appeal_expiration_reminder
Expand All @@ -58,6 +60,7 @@ app:
restartPolicy: Never
args: []
command:
- guardian
- job
- run
- appeal_expiration_revocation
Expand Down

0 comments on commit 38345f3

Please sign in to comment.