Skip to content

Commit 6acb22c

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.32
1 parent 4cd961c commit 6acb22c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
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 }}

charts/perfectscale-agent/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ replicaCount: 1
22
image:
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
610
settings:
711
deployKubeStateMetrics: true
812
serviceId: "psc-exporter"

0 commit comments

Comments
 (0)