From 7e98ea681de5f7f2d1d79178e32aff6cfc36d637 Mon Sep 17 00:00:00 2001 From: Lifosmin Simon Date: Tue, 3 Sep 2024 15:02:47 +0700 Subject: [PATCH] chore(guardian): fix guardian command --- stable/guardian/Chart.yaml | 2 +- stable/guardian/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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