File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
description : Apache Druid is a high performance real-time analytics database.
3
3
name : druid
4
4
type : application
5
- version : 1.21 .0
5
+ version : 1.22 .0
6
6
appVersion : 29.0.1
7
7
home : https://druid.apache.org/
8
8
icon : https://druid.apache.org/img/favicon.png
Original file line number Diff line number Diff line change @@ -237,3 +237,15 @@ Create the name of the router service account
237
237
{ {- default " default" .Values.router.serviceAccount.name } }
238
238
{ {- end } }
239
239
{ {- end } }
240
+
241
+
242
+ { {/*
243
+ Create the name of the router service account
244
+ */} }
245
+ { {- define " druid.postgresql-s3-backup.image" -} }
246
+ { {- if .Values.postgresql.image.registry } }
247
+ { { .Values.postgresql.image.registry } }/{ { .Values.postgresql.image.repository } }:{ { .Values.postgresql.image.tag } }
248
+ { {- else } }
249
+ { { .Values.postgresql.image.repository } }:{ { .Values.postgresql.image.tag } }
250
+ { {- end } }
251
+ { {- end -} }
Original file line number Diff line number Diff line change 41
41
{{- end }}
42
42
containers :
43
43
- name : job
44
- image : {{ .Values. postgresql.image.repository }}:{{ .Values.postgresql.image.tag }}
44
+ image : {{ include "druid. postgresql-s3-backup .image" . }}
45
45
command : [ "/bin/bash" ]
46
46
args : [ "/backup.sh" ]
47
47
envFrom :
You can’t perform that action at this time.
0 commit comments