diff --git a/chart/values.yaml b/chart/values.yaml index 75b26f208ff99fc4d4d63de8ccaedfa5956424fc..75eb58e6983df9657d296bb20d5bdbfeefb55bfc 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -389,7 +389,7 @@ monitoring: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git path: "./chart" - tag: "14.0.0-bb.10" + tag: "14.0.0-bb.11" # -- Flux reconciliation overrides specifically for the Monitoring Package flux: diff --git a/tests/ci/k3d/values.yaml b/tests/ci/k3d/values.yaml index 3fd75aa39f0d823b2b3a1da9685017c5c60583e2..8695cdaa670bed10b25250d5c9fc62a0ecb3075a 100644 --- a/tests/ci/k3d/values.yaml +++ b/tests/ci/k3d/values.yaml @@ -142,6 +142,32 @@ monitoring: grafana: testFramework: enabled: false + dashboards: + default: + k8s-deployment: + gnetId: 741 + revision: 1 + datasource: Prometheus + downloadDashboards: + resources: + limits: + cpu: 20m + memory: 20Mi + requests: + cpu: 20m + memory: 20Mi + dashboardProviders: + dashboardproviders.yaml: + apiVersion: 1 + providers: + - name: 'default' + orgId: 1 + folder: '' + type: file + disableDeletion: false + editable: true + options: + path: /var/lib/grafana/dashboards bbtests: enabled: true cypress: