File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ type: application
7676# This is the chart version. This version number should be incremented each time you make changes
7777# to the chart and its templates, including the app version.
7878# Versions are expected to follow Semantic Versioning (https://semver.org/)
79- version : 0.2.8
79+ version : 0.2.9
Original file line number Diff line number Diff line change 2121 - -c
2222 - |
2323 repo_name="${USER_CODE_PATH:-default_repo}" &&
24- mage clean-cached-variables "$repo_name" &&
25- mage clean-old-logs "$repo_name"
24+ mage clean-cached-variables "$repo_name" {{.Values.cleanupJob.clean_variable_cli_args | default ""}} &&
25+ mage clean-old-logs "$repo_name" {{.Values.cleanupJob.clean_log_cli_args | default ""}}
2626 env :
2727 {{- if .Values.env }}
2828 {{- toYaml .Values.env | nindent 16 }}
Original file line number Diff line number Diff line change @@ -212,3 +212,5 @@ extraEnvs:
212212
213213cleanupJob :
214214 enabled : false
215+ clean_variable_cli_args : " "
216+ clean_log_cli_args : " "
You can’t perform that action at this time.
0 commit comments