Skip to content

Commit

Permalink
chore(guardian): cron job update (#106)
Browse files Browse the repository at this point in the history
* chore(guardian): update cron job

* chore(guardian): update cron job

* bump(guardian): cron otel sidecear resources

* bump(guardian): cron otel sidecear resources

* chore(guardian): update cron job

---------

Co-authored-by: Lifosmin Simon <lifosmin.simon@gojek.com>
  • Loading branch information
lifosmin and Lifosmin Simon authored Sep 3, 2024
1 parent 01f23c4 commit 87d7fd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.6
version: 0.2.7

# 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 All @@ -25,5 +25,5 @@ appVersion: "0.3.0"

dependencies:
- name: app
version: "0.6.8"
version: "0.6.9"
repository: "https://goto.github.io/charts/"
12 changes: 6 additions & 6 deletions stable/guardian/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,24 @@ app:
- name: "fetch-resources"
schedule: "0 */2 * * *"
restartPolicy: Never
command: []
args:
args: []
command:
- job
- run
- fetch_resources
- name: "appeal-expiration-reminder"
schedule: "0 9 * * *"
restartPolicy: Never
command: []
args:
args: []
command:
- job
- run
- appeal_expiration_reminder
- name: "appeal-expiration-revocation"
schedule: "*/20 * * * *"
restartPolicy: Never
command: []
args:
args: []
command:
- job
- run
- appeal_expiration_revocation
Expand Down

0 comments on commit 87d7fd4

Please sign in to comment.