diff --git a/stable/guardian/Chart.yaml b/stable/guardian/Chart.yaml index e64a15e7..84ddd6df 100644 --- a/stable/guardian/Chart.yaml +++ b/stable/guardian/Chart.yaml @@ -15,13 +15,13 @@ 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.0 +version: 0.2.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.3.0" +appVersion: "0.7.5-beta.2" dependencies: - name: app diff --git a/stable/guardian/values.yaml b/stable/guardian/values.yaml index 4e3faec5..23e7a6f1 100644 --- a/stable/guardian/values.yaml +++ b/stable/guardian/values.yaml @@ -43,22 +43,38 @@ app: - job - run - fetch_resources - - name: "appeal-expiration-reminder" + - name: "expiring-grant-notification" schedule: "0 9 * * *" restartPolicy: Never command: [] args: - job - run - - appeal_expiration_reminder - - name: "appeal-expiration-revocation" + - expiring_grant_notification + - name: "revoke-expired-grants" schedule: "*/20 * * * *" restartPolicy: Never command: [] args: - job - run - - appeal_expiration_revocation + - revoke_expired_grants + - name: "inactive-revocation" + schedule: "0 7 * * *" + restartPolicy: Never + command: [] + args: + - job + - run + - revoke_grants_by_user_criteria + - name: "dormancy-check" + schedule: "0 8 * * *" + restartPolicy: Never + command: [] + args: + - job + - run + - grant_dormancy_check ingress: enabled: true @@ -85,6 +101,8 @@ app: JOBS_REVOKE_EXPIRED_ACCESS_INTERVAL: "*/20 * * * *" JOBS_EXPIRING_ACCESS_NOTIFICATION_ENABLED: false JOBS_EXPIRING_ACCESS_NOTIFICATION_INTERVAL: "0 9 * * *" + JOBS_REVOKE_GRANTS_BY_USER_CRITERIA_CONFIG: '{"dry_run":true}' + JOBS_GRANT_DORMANCY_CHECK_CONFIG: '{"dry_run":true}' secretConfig: