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
76
76
# This is the chart version. This version number should be incremented each time you make changes
77
77
# to the chart and its templates, including the app version.
78
78
# 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 21
21
- -c
22
22
- |
23
23
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 ""}}
26
26
env :
27
27
{{- if .Values.env }}
28
28
{{- toYaml .Values.env | nindent 16 }}
Original file line number Diff line number Diff line change @@ -212,3 +212,5 @@ extraEnvs:
212
212
213
213
cleanupJob :
214
214
enabled : false
215
+ clean_variable_cli_args : " "
216
+ clean_log_cli_args : " "
You can’t perform that action at this time.
0 commit comments