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:
36
36
image : " public.ecr.aws/perfectscale-io/alpine:3.17"
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
- {{- end }}
40
- {{- if .Values.containerSecurityContext }}
39
+ {{- if .Values.containerSecurityContext }}
41
40
securityContext :
42
- {{ toYaml .Values.containerSecurityContext | indent 12 }}
43
- {{- end }}
41
+ {{- toYaml .Values.containerSecurityContext | nindent 12 }}
42
+ {{- end }}
43
+ {{- end }}
44
44
containers :
45
45
- name : {{ .Chart.Name }}
46
46
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
2
2
image :
3
3
repository : public.ecr.aws/perfectscale-io/psc-exporter
4
4
pullPolicy : Always
5
- tag : " v0.0.30 "
5
+ tag : " v0.0.32 "
6
6
settings :
7
7
deployKubeStateMetrics : true
8
8
serviceId : " psc-exporter"
You can’t perform that action at this time.
0 commit comments