From f3282d4111d35b2436cecf87a2e9d5bff540d8ea Mon Sep 17 00:00:00 2001 From: Akash LM Date: Sat, 19 Aug 2023 22:03:38 +0530 Subject: [PATCH] update grafana dependency version --- charts/client/Chart.yaml | 4 +- ...p-containerbridge-dockerhub-dashboard.yaml | 128 ------------------ 2 files changed, 2 insertions(+), 130 deletions(-) delete mode 100644 charts/client/templates/configmap-containerbridge-dockerhub-dashboard.yaml diff --git a/charts/client/Chart.yaml b/charts/client/Chart.yaml index 1a261d7c..616f8bbc 100644 --- a/charts/client/Chart.yaml +++ b/charts/client/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 1.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -33,5 +33,5 @@ dependencies: repository: https://intelops.github.io/kubviz/ - name: grafana condition: grafana.enabled - version: 1.0.1 + version: 1.0.2 repository: https://kube-tarian.github.io/helmrepo-supporting-tools/ diff --git a/charts/client/templates/configmap-containerbridge-dockerhub-dashboard.yaml b/charts/client/templates/configmap-containerbridge-dockerhub-dashboard.yaml deleted file mode 100644 index 388c9f4f..00000000 --- a/charts/client/templates/configmap-containerbridge-dockerhub-dashboard.yaml +++ /dev/null @@ -1,128 +0,0 @@ -{{- if .Values.dashboards.enabled }} -apiVersion: v1 -kind: ConfigMap -metadata: - name: {{ include "client.fullname" . }}-containerbridge-dockerhub-dashboard - labels: - {{ .Values.dashboards.label }}: {{ .Values.dashboards.labelValue | quote }} -data: - dockerhub.json: |- - { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 5, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "vertamedia-clickhouse-datasource", - "uid": "{{ .Values.datasources.uid }}" - }, - "description": "This panel displays all the dockerhub webhook events", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "center", - "displayMode": "color-text", - "filterable": true - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 15, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 2, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "8.4.6", - "targets": [ - { - "datasource": { - "type": "vertamedia-clickhouse-datasource", - "uid": "{{ .Values.datasources.uid }}" - }, - "dateTimeType": "DATETIME", - "extrapolate": true, - "format": "table", - "formattedQuery": "SELECT $timeSeries as t, count() FROM $table WHERE $timeFilter GROUP BY t ORDER BY t", - "intervalFactor": 1, - "query": "SELECT * FROM default.dockerhubbuild", - "rawQuery": "SELECT * FROM default.dockerhubbuild", - "refId": "A", - "round": "0s", - "skip_comments": true - } - ], - "title": "Container Dockerhub", - "transparent": true, - "type": "table" - } - ], - "schemaVersion": 35, - "style": "dark", - "tags": [], - "templating": { - "list": [] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Container Dockerhub", - "uid": "rY_9CwCVk", - "version": 1, - "weekStart": "" - } -{{- end }} \ No newline at end of file