Skip to content

Commit c1c2f82

Browse files
author
github-actions
committed
Update perfectscale-autoscaler chart with new package version v1.0.6
1 parent fe039cc commit c1c2f82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/psc-autoscaler/templates/admission.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ metadata:
1919
name: {{ include "psc-autoscaler.fullname" . }}
2020
webhooks:
2121
- name: pods.perfectscale.io
22+
{{- if and (.Values.settings.excludedNamespaces) (ne (.Values.settings.excludedNamespaces | toString) "[]") }}
2223
namespaceSelector:
2324
matchExpressions:
2425
- key: kubernetes.io/metadata.name
2526
operator: NotIn
2627
values: {{ (.Values.settings).excludedNamespaces }}
28+
{{- end }}
2729
rules:
2830
- apiGroups: [ "" ]
2931
apiVersions: [ "v1" ]

charts/psc-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 3
22
image:
33
repository: public.ecr.aws/perfectscale-io/psc-autoscaler
44
pullPolicy: Always
5-
tag: "v1.0.5"
5+
tag: "v1.0.6"
66
settings:
77
port: 8443
88
env: "prod"

0 commit comments

Comments
 (0)