diff --git a/charts/otel-collector/Chart.yaml b/charts/otel-collector/Chart.yaml index f6f863c5e..e980c4397 100644 --- a/charts/otel-collector/Chart.yaml +++ b/charts/otel-collector/Chart.yaml @@ -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 diff --git a/charts/otel-collector/values.yaml b/charts/otel-collector/values.yaml index 51bc953d8..7efbae7ad 100644 --- a/charts/otel-collector/values.yaml +++ b/charts/otel-collector/values.yaml @@ -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: diff --git a/charts/workflows/Chart.yaml b/charts/workflows/Chart.yaml index 38862dc51..249a42baa 100644 --- a/charts/workflows/Chart.yaml +++ b/charts/workflows/Chart.yaml @@ -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 diff --git a/charts/workflows/values.yaml b/charts/workflows/values.yaml index b355cd44c..9f0ef5b60 100644 --- a/charts/workflows/values.yaml +++ b/charts/workflows/values.yaml @@ -17,6 +17,7 @@ argo-workflows: podAnnotations: prometheus.io/scrape: "true" prometheus.io/port: "9090" + prometheus.io/scheme: "https" pdb: minAvailable: 1 persistence: