diff --git a/stable/guardian/Chart.yaml b/stable/guardian/Chart.yaml index e806ecb..81bda9c 100644 --- a/stable/guardian/Chart.yaml +++ b/stable/guardian/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.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 @@ -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/" diff --git a/stable/guardian/values.yaml b/stable/guardian/values.yaml index 08aacd5..381ca69 100644 --- a/stable/guardian/values.yaml +++ b/stable/guardian/values.yaml @@ -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