diff --git a/grafana/.suspend b/grafana/.suspend deleted file mode 100644 index e69de29bb..000000000 diff --git a/grafana/Chart.yaml b/grafana/Chart.yaml index 2a54248a3..ca5952a8d 100644 --- a/grafana/Chart.yaml +++ b/grafana/Chart.yaml @@ -15,8 +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.16' - +version: '1.0.19' # 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 # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/grafana/OlaresManifest.yaml b/grafana/OlaresManifest.yaml index 9db711a94..a9a81d886 100644 --- a/grafana/OlaresManifest.yaml +++ b/grafana/OlaresManifest.yaml @@ -9,11 +9,13 @@ metadata: appid: grafana description: Grafana is a multi-platform open source analytics and interactive visualization web application. icon: https://app.cdn.olares.com/appstore/grafana/icon.png - version: '1.0.16' + version: '1.0.19' title: Grafana categories: - Productivity_v112 - Utilities_v112 + tags: + - monitoring permission: appData: true @@ -21,7 +23,7 @@ permission: spec: versionName: 12.1.4 upgradeDescription: | - v1.0.15: Move `GF_SECURITY_ADMIN_PASSWORD` into Kubernetes Secret (`secretKeyRef`). + fix provider missing error and add prometheusclient dependency fullDescription: | Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture: @@ -63,6 +65,9 @@ options: - name: olares type: system version: '>=1.12.6-0' + - name: prometheusclient + type: application + version: '>=1.0.21' entrances: - name: grafana port: 3000 diff --git a/grafana/i18n/en-US/OlaresManifest.yaml b/grafana/i18n/en-US/OlaresManifest.yaml index ba1f6848b..e17593f9d 100644 --- a/grafana/i18n/en-US/OlaresManifest.yaml +++ b/grafana/i18n/en-US/OlaresManifest.yaml @@ -11,3 +11,5 @@ spec: Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live. Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie. Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources. + upgradeDescription: | + fix provider missing error and add prometheusclient dependency diff --git a/grafana/i18n/zh-CN/OlaresManifest.yaml b/grafana/i18n/zh-CN/OlaresManifest.yaml index 4c1119177..c42f10076 100644 --- a/grafana/i18n/zh-CN/OlaresManifest.yaml +++ b/grafana/i18n/zh-CN/OlaresManifest.yaml @@ -11,3 +11,5 @@ spec: 探索日志:体验从指标切换到日志的便捷,并保留标签过滤器。可快速搜索所有日志,或实时流式查看日志。 报警:可视化地为最重要的指标定义报警规则。Grafana 会持续评估,并向 Slack、PagerDuty、VictorOps、OpsGenie 等系统发送通知。 混合数据源:在同一个图表中混合不同的数据源!您可以为每个查询单独指定数据源。即使自定义数据源也能很好支持。 + upgradeDescription: | + 修复 provider 缺失错误并添加 prometheusclient 依赖 \ No newline at end of file