diff --git a/stable/guardian/Chart.yaml b/stable/guardian/Chart.yaml index 81bda9ce..5e9bfc27 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.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 diff --git a/stable/guardian/values.yaml b/stable/guardian/values.yaml index 381ca699..911df156 100644 --- a/stable/guardian/values.yaml +++ b/stable/guardian/values.yaml @@ -42,6 +42,7 @@ app: restartPolicy: Never args: [] command: + - guardian - job - run - fetch_resources @@ -50,6 +51,7 @@ app: restartPolicy: Never args: [] command: + - guardian - job - run - appeal_expiration_reminder @@ -58,6 +60,7 @@ app: restartPolicy: Never args: [] command: + - guardian - job - run - appeal_expiration_revocation