Skip to content

Commit df8ffab

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.82
1 parent feb979b commit df8ffab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ spec:
153153
value: "{{ include "helm.exporter.remoteLogBatchSize" . }}"
154154
- name: REMOTE_LOG_BATCH_INTERVAL
155155
value: "{{ include "helm.exporter.remoteLogBatchInterval" . }}"
156+
{{- if (.Values.settings).insecureSkipVerify }}
157+
- name: INSECURE_SKIP_VERIFY
158+
value: "{{ .Values.settings.insecureSkipVerify }}"
159+
{{- end }}
156160
{{- if .Values.settings.httpProxyEnabled | default false }}
157161
- name: HTTP_PROXY
158162
value: "{{ .Values.settings.httpProxy }}"

charts/perfectscale-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ revisionHistoryLimit: 10
33
image:
44
repository: public.ecr.aws/perfectscale-io/psc-exporter
55
pullPolicy: Always
6-
tag: "v1.0.81"
6+
tag: "v1.0.82"
77
initContainer:
88
image:
99
repository: public.ecr.aws/perfectscale-io/alpine

0 commit comments

Comments
 (0)