Skip to content

Commit cd550fa

Browse files
committed
fix: quote event config and bump release
Signed-off-by: Anthony Whalley <[email protected]>
1 parent 559d377 commit cd550fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/core-dump-handler/templates/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ spec:
5757
- name: COMP_COMPRESSION
5858
value: {{ .Values.composer.compression | quote }}
5959
- name: COMP_CORE_EVENTS
60-
value: {{ .Values.composer.coreEvents }}
60+
value: {{ .Values.composer.coreEvents | quote }}
6161
- name: COMP_CORE_EVENT_DIR
62-
value: {{ .Values.daemonset.eventDirectory }}
62+
value: {{ .Values.daemonset.eventDirectory | quote }}
6363
- name: DEPLOY_CRIO_CONFIG
6464
value: {{ .Values.daemonset.deployCrioConfig | quote }}
6565
- name: CRIO_ENDPOINT

charts/core-dump-handler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
44
registry: quay.io
55
repository: icdh/core-dump-handler
6-
tag: pre-8.9.0
6+
tag: v8.9.0
77
pullPolicy: Always
88
pullSecrets: []
99
request_mem: "64Mi"

0 commit comments

Comments
 (0)