Skip to content
Open
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/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: workflows
description: Data Analysis workflow orchestration
type: application

version: 0.13.32
version: 0.13.33

dependencies:
- name: argo-workflows
Expand Down
4 changes: 4 additions & 0 deletions charts/workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ argo-workflows:
bucket: k8s-workflows-test
region: unsupported
controller:
metricsConfig:
enabled: true
secure: false
scheme: http
replicas: 2
podAnnotations:
prometheus.io/scrape: "true"
Expand Down
Loading