diff --git a/charts/system/volsync/Chart.yaml b/charts/system/volsync/Chart.yaml index b4e4aaf09fe..29ee5017300 100644 --- a/charts/system/volsync/Chart.yaml +++ b/charts/system/volsync/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://quay.io/brancz/kube-rbac-proxy - https://volsync.readthedocs.io/ type: application -version: 2.11.0 +version: 2.11.1 diff --git a/charts/system/volsync/dashboard_volsync.json b/charts/system/volsync/dashboard_volsync.json index 4f51fc699a6..cc2aff607a7 100644 --- a/charts/system/volsync/dashboard_volsync.json +++ b/charts/system/volsync/dashboard_volsync.json @@ -804,6 +804,24 @@ ], "templating": { "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "Prometheus" + }, + "hide": 0, + "includeAll": false, + "multi": false, + "name": "DS_PROMETHEUS", + "label": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, { "allValue": ".*", "current": {}, @@ -857,7 +875,7 @@ "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(volsync_sync_duration_seconds,namespace)", - "hide": 2, + "hide": 0, "includeAll": false, "multi": false, "name": "volsyncNamespace", @@ -880,8 +898,8 @@ "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(volsync_sync_duration_seconds,pod)", - "hide": 2, - "includeAll": false, + "hide": 0, + "includeAll": true, "multi": false, "name": "volsyncPod", "options": [], @@ -905,7 +923,7 @@ "timepicker": {}, "timezone": "browser", "title": "VolSync Dashboard", - "uid": "cdp5agkgn4yrkc", + "uid": "cdp5agkgn4yrkc-truecharts", "version": 1, "weekStart": "" } diff --git a/charts/system/volsync/values.yaml b/charts/system/volsync/values.yaml index d9022d99c28..356cb06d0ad 100644 --- a/charts/system/volsync/values.yaml +++ b/charts/system/volsync/values.yaml @@ -45,6 +45,7 @@ workload: - --logtostderr=true - "--tls-min-version=VersionTLS12" - --v=0 + - --ignore-paths=/metrics resources: limits: cpu: 500m @@ -75,6 +76,9 @@ metrics: endpoints: - port: metrics path: /metrics + scheme: https + tlsConfig: + insecureSkipVerify: true targetSelector: metrics # -- Options for the main traefik service, where the entrypoints traffic comes from