Skip to content

Commit e18d09f

Browse files
author
github-actions
committed
Update perfectscale-agent chart with new package version v1.0.29
1 parent 8c9f7e3 commit e18d09f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

charts/perfectscale-agent/templates/clusterrole.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ rules:
8282
verbs:
8383
- get
8484
- list
85+
- apiGroups:
86+
- argoproj.io
87+
resources:
88+
- rollouts
89+
- rollouts/scale
90+
- rollouts/status
91+
- replicasets
92+
verbs:
93+
- "get"
94+
- "list"
95+
- "watch"
8596
- nonResourceURLs:
8697
- "/version"
8798
verbs:

charts/perfectscale-agent/values.yaml

Lines changed: 1 addition & 1 deletion
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.28"
5+
tag: "v1.0.29"
66
settings:
77
deployKubeStateMetrics: true
88
serviceId: "psc-exporter"

0 commit comments

Comments
 (0)