File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
charts/perfectscale-agent Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ spec:
3636 image : " public.ecr.aws/perfectscale-io/alpine:3.17"
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" }}' ]
39- {{- end }}
40- {{- if .Values.containerSecurityContext }}
39+ {{- if .Values.containerSecurityContext }}
4140 securityContext :
42- {{ toYaml .Values.containerSecurityContext | indent 12 }}
43- {{- end }}
41+ {{- toYaml .Values.containerSecurityContext | nindent 12 }}
42+ {{- end }}
43+ {{- end }}
4444 containers :
4545 - name : {{ .Chart.Name }}
4646 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : public.ecr.aws/perfectscale-io/psc-exporter
44 pullPolicy : Always
5- tag : " v0.0.30 "
5+ tag : " v0.0.32 "
66settings :
77 deployKubeStateMetrics : true
88 serviceId : " psc-exporter"
You can’t perform that action at this time.
0 commit comments