File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
33
{{- if .Values.settings.deployKubeStateMetrics }}
34
34
initContainers :
35
35
- name : depends-on
36
- image : " public.ecr.aws/perfectscale-io/alpine:3.19-init "
36
+ image : " {{ .Values.initContainer.image.repository }}:{{ .Values.initContainer.image.tag }} "
37
37
command : [ 'sh' ]
38
38
args : [ '-c', 'curl --retry-all-errors --retry 30 --retry-delay 5 -s {{ include "helm.exporter.ksmAddress" . }}; sleep {{ .Values.settings.initSleep | default "1s" }}' ]
39
39
{{- if .Values.containerSecurityContext }}
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ replicaCount: 1
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-exporter
4
4
pullPolicy : Always
5
- tag : " v1.0.31"
5
+ tag : " v1.0.32"
6
+ initContainer :
7
+ image :
8
+ repository : public.ecr.aws/perfectscale-io/alpine
9
+ tag : 3.19-init
6
10
settings :
7
11
deployKubeStateMetrics : true
8
12
serviceId : " psc-exporter"
You can’t perform that action at this time.
0 commit comments