Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/event-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: EcoVadis Helm chart for K8s Event driven Deployment
name: charts-event-worker
type: application
version: 1.5.1
version: 1.5.2
dependencies:
- name: charts-core
version: 2.7.0
Expand Down
2 changes: 2 additions & 0 deletions charts/event-worker/templates/scaled-object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
annotations:
autoscaling.keda.sh/paused: "true"
{{- end }}
labels:
{{- include "charts-event-worker.labels" . | nindent 4 }}
spec:
scaleTargetRef:
name: {{ include "charts-event-worker.fullname" . }}
Expand Down
Loading