Skip to content

Commit 12ef3fa

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.70
1 parent d757b8a commit 12ef3fa

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

charts/perfectscale-agent/templates/coroot.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ apiVersion: apps/v1
33
kind: DaemonSet
44
metadata:
55
labels:
6-
app: {{ .Release.Name }}-coroot
6+
app: psc-coroot-node-agent
7+
part-of: {{ .Release.Name }}-psc-coroot-node-agent
78
{{- if .Values.coroot.additionalLabels }}
89
{{- toYaml .Values.coroot.additionalLabels | nindent 4 }}
910
{{- end }}
10-
name: {{ .Release.Name }}-coroot
11+
name: {{ .Release.Name }}-psc-coroot-node-agent
1112
namespace: {{ .Release.Namespace }}
1213
{{- with .Values.coroot.annotations }}
1314
annotations:
@@ -16,11 +17,13 @@ metadata:
1617
spec:
1718
selector:
1819
matchLabels:
19-
app: {{ .Release.Name }}-coroot
20+
app: psc-coroot-node-agent
21+
part-of: {{ .Release.Name }}-psc-coroot-node-agent
2022
template:
2123
metadata:
2224
labels:
23-
app: {{ .Release.Name }}-coroot
25+
app: psc-coroot-node-agent
26+
part-of: {{ .Release.Name }}-psc-coroot-node-agent
2427
{{- if .Values.coroot.podLabels }}
2528
{{- toYaml .Values.coroot.podLabels | nindent 8 }}
2629
{{- end }}

charts/perfectscale-agent/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
- name: COROOT_NODE_AGENT_ENABLED
195195
value: "{{ .Values.settings.corootNodeAgent.enabled | default false }}"
196196
- name: COROOT_NODE_AGENT_LABEL_SELECTOR
197-
value: "{{ .Values.settings.corootNodeAgent.labelSelector | default "app=psc-coroot-node-agent " }}"
197+
value: "part-of={{ .Release.Name }}-psc-coroot-node-agent"
198198
- name: COROOT_NODE_AGENT_PORT
199199
value: "{{ .Values.settings.corootNodeAgent.port | default 80 }}"
200200
- name: COROOT_NODE_AGENT_NUM_WORKERS

charts/perfectscale-agent/values.yaml

Lines changed: 3 additions & 4 deletions
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.69"
6+
tag: "v1.0.70"
77
initContainer:
88
image:
99
repository: public.ecr.aws/perfectscale-io/alpine
@@ -54,7 +54,6 @@ settings:
5454
windowsExporterEnabled: false
5555
corootNodeAgent:
5656
enabled: false
57-
labelSelector: ""
5857
numWorkers: "30"
5958
deployWindowsExporter: false
6059
# windowsExporterNamespace: "perfectscale"
@@ -242,9 +241,9 @@ prometheus-windows-exporter:
242241
kubernetes.io/os: windows
243242
coroot:
244243
image:
245-
repository: public.ecr.aws/perfectscale-io/debug-gha
244+
repository: public.ecr.aws/perfectscale-io/coroot-node-agent
246245
pullPolicy: Always
247-
tag: "coroot-01"
246+
tag: "v0.0.2"
248247
resources:
249248
requests:
250249
cpu: 10m

0 commit comments

Comments
 (0)