File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.1.2
18
+ version : 1.1.3
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -60,21 +60,21 @@ spec:
60
60
- name : NATS_ADDRESS
61
61
value : {{ .Values.nats.host }}
62
62
- name : SCHEDULING_INTERVAL
63
- value : {{ .Values.schedule.schedulingInterval }}
63
+ value : " {{ .Values.schedule.schedulingInterval }}"
64
64
- name : SCHEDULER_ENABLE
65
- value : {{ .Values.schedule.enabled }}
65
+ value : " {{ .Values.schedule.enabled }}"
66
66
- name : OUTDATED_INTERVAL
67
- value : {{ .Values.schedule.outdatedInterval }}
67
+ value : " {{ .Values.schedule.outdatedInterval }}"
68
68
- name : GETALL_INTERVAL
69
- value : {{ .Values.schedule.getallInterval }}
69
+ value : " {{ .Values.schedule.getallInterval }}"
70
70
- name : KUBESCORE_INTERVAL
71
- value : {{ .Values.schedule.kubescoreInterval }}
71
+ value : " {{ .Values.schedule.kubescoreInterval }}"
72
72
- name : RAKKESS_INTERVAL
73
- value : {{ .Values.schedule.rakkessInterval }}
73
+ value : " {{ .Values.schedule.rakkessInterval }}"
74
74
- name : KUBEPREUPGRADE_INTERVAL
75
- value : {{ .Values.schedule.kubepreupgradeInterval }}
75
+ value : " {{ .Values.schedule.kubepreupgradeInterval }}"
76
76
- name : TRIVY_INTERVAL
77
- value : {{ .Values.TrivyInterval }}
77
+ value : " {{ .Values.schedule.trivyInterval }}"
78
78
resources :
79
79
{{- toYaml .Values.resources | nindent 12 }}
80
80
{{- if .Values.git_bridge.enabled }}
You can’t perform that action at this time.
0 commit comments