Skip to content
Draft
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/otel-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: otel-collector
description: Workflows otel-collector
type: application
version: 0.1.2
version: 0.1.3
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ opentelemetry-collector:
scrape_configs:
- job_name: 'kubernetes-pods'
# scheme: https
# tls_config:
# insecure_skip_verify: true
tls_config:
insecure_skip_verify: true
kubernetes_sd_configs:
- role: pod
relabel_configs:
Expand Down
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.30
version: 0.13.31

dependencies:
- name: argo-workflows
Expand Down
1 change: 1 addition & 0 deletions charts/workflows/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ argo-workflows:
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9090"
prometheus.io/scheme: "https"
pdb:
minAvailable: 1
persistence:
Expand Down