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 3333 {{- if .Values.settings.deployKubeStateMetrics }}
3434 initContainers :
3535 - name : depends-on
36- image : " public.ecr.aws/perfectscale-io/alpine:3.19-init "
36+ image : " {{ .Values.initContainer.image.repository }}:{{ .Values.initContainer.image.tag }} "
3737 command : [ 'sh' ]
3838 args : [ '-c', 'curl --retry-all-errors --retry 30 --retry-delay 5 -s {{ include "helm.exporter.ksmAddress" . }}; sleep {{ .Values.settings.initSleep | default "1s" }}' ]
3939 {{- if .Values.containerSecurityContext }}
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ replicaCount: 1
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-exporter
44 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
610settings :
711 deployKubeStateMetrics : true
812 serviceId : " psc-exporter"
You can’t perform that action at this time.
0 commit comments