Skip to content

Commit c2c2324

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v0.0.32
1 parent 7bcaeb0 commit c2c2324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}"

charts/perfectscale-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-exporter
44
pullPolicy: Always
5-
tag: "v0.0.30"
5+
tag: "v0.0.32"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"

0 commit comments

Comments
 (0)