Skip to content

Commit ab86620

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.23
1 parent 69d9936 commit ab86620

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ spec:
4646
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4747
imagePullPolicy: {{ .Values.image.pullPolicy }}
4848
env:
49+
{{- if eq .Values.settings.env "dev" }}
50+
- name: GOMEMLIMIT
51+
value: "{{ .Values.resources.requests.memory }}B"
52+
{{- end }}
4953
- name: SERVICE_ID
5054
value: "{{ .Values.settings.serviceId }}"
5155
- name: ENV

charts/perfectscale-agent/values.yaml

Lines changed: 2 additions & 2 deletions
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: "v1.0.22"
5+
tag: "v1.0.23"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"
@@ -50,7 +50,7 @@ service:
5050
resources:
5151
requests:
5252
cpu: 200m
53-
memory: 300M
53+
memory: 300Mi
5454
## Annotations to add to the deployment
5555
annotations: {}
5656
## Pods Service Account

0 commit comments

Comments
 (0)