File tree Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/a
6
6
sources :
7
7
- https://github.com/prometheus/alertmanager
8
8
type : application
9
- version : 1.17 .2
9
+ version : 1.18 .2
10
10
# renovate: github-releases=prometheus/alertmanager
11
11
appVersion : v0.28.1
12
12
kubeVersion : " >=1.19.0-0"
Original file line number Diff line number Diff line change
1
+ {{ range .Values.extraObjects }}
2
+ ---
3
+ {{ tpl (ternary . (toYaml .) (typeIs "string" .)) $ }}
4
+ {{ end }}
Original file line number Diff line number Diff line change 946
946
"extraPodConfigs" : {
947
947
"description" : " Object to allow users to add additional Pod configuration like dnsPolicy or hostNetwork" ,
948
948
"type" : " object"
949
+ },
950
+ "extraObjects" : {
951
+ "description" : " Object to allow users to add additional k8s objects like an extra service or targetgroupbinding" ,
952
+ "type" : " object"
949
953
}
950
954
}
951
955
}
Original file line number Diff line number Diff line change @@ -346,6 +346,17 @@ configmapReload:
346
346
extraEnv : []
347
347
# - name: FOO
348
348
# value: BAR
349
+
350
+ # -- Add extra specs dynamically to this chart
351
+ extraObjects : []
352
+ # - |
353
+ # apiVersion: v1
354
+ # kind: ConfigMap
355
+ # metadata:
356
+ # name: my-config
357
+ # namespace: default
358
+ # data:
359
+ # key: value
349
360
350
361
securityContext : {}
351
362
# capabilities:
You can’t perform that action at this time.
0 commit comments