Skip to content

Commit

Permalink
Update perfectscale-agent chart with new package version v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 22, 2023
1 parent 7bcaeb0 commit c2c2324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/perfectscale-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ spec:
image: "public.ecr.aws/perfectscale-io/alpine:3.17"
command: [ 'sh' ]
args: [ '-c', 'curl --retry-all-errors --retry 30 --retry-delay 5 -s {{ include "helm.exporter.ksmAddress" . }}; sleep {{ .Values.settings.initSleep | default "1s" }}' ]
{{- end }}
{{- if .Values.containerSecurityContext }}
{{- if .Values.containerSecurityContext }}
securityContext:
{{ toYaml .Values.containerSecurityContext | indent 12 }}
{{- end }}
{{- toYaml .Values.containerSecurityContext | nindent 12 }}
{{- end }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/perfectscale-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/perfectscale-io/psc-exporter
pullPolicy: Always
tag: "v0.0.30"
tag: "v0.0.32"
settings:
deployKubeStateMetrics: true
serviceId: "psc-exporter"
Expand Down

0 comments on commit c2c2324

Please sign in to comment.