From 4779a0ff05afede930fbd7cce46276abfcc8dc99 Mon Sep 17 00:00:00 2001 From: lhhyung Date: Mon, 17 Feb 2025 13:56:38 +0900 Subject: [PATCH] build: Add expiring_app_check_scheduler to helm chart Signed-off-by: lhhyung --- deploy/helm/Chart.yaml | 2 +- deploy/helm/values.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index cbace96e..efa6f725 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/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: 1.3.15 +version: 1.3.16 # 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/deploy/helm/values.yaml b/deploy/helm/values.yaml index 72479ab9..2d3a10d2 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -111,6 +111,11 @@ application_scheduler: queue: identity_q interval: 1 minute: ':30' + expiring_app_check_scheduler: + backend: spaceone.identity.interface.task.v1.expiring_app_check_scheduler.ExpiringAppCheckScheduler + queue: identity_q + interval: 1 + minute: ':00' # Overwrite worker config application_worker: