Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MM-49202] Add retention time for failed calls-offloader jobs #421

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/mattermost-calls-offloader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mattermost-calls-offloader
description: A Helm chart for Kubernetes to deploy Mattermost's Calls Offloader service
type: application
version: 0.1.2
appVersion: "0.3.3"
version: 0.1.3
appVersion: "0.4.0"
keywords:
- mattermost
- calls-offloader
Expand Down
4 changes: 3 additions & 1 deletion charts/mattermost-calls-offloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: mattermost/calls-offloader
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.3.3"
tag: "v0.4.0"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -77,6 +77,8 @@ config:
value: "kubernetes"
- name: JOBS_MAXCONCURRENTJOBS
value: "1"
- name: JOBS_FAILEDJOBSRETENTIONTIME
value: "7d"
- name: API_SECURITY_ALLOWSELFREGISTRATION # This should only be set to true if running the service inside a private network.
value: "true"
- name: LOGGER_CONSOLELEVEL
Expand Down