From 150ee89d6d743ad7abbb6badc801acc8cdbe6b29 Mon Sep 17 00:00:00 2001 From: Yigit Emre Sahinoglu Date: Thu, 20 Aug 2020 19:07:38 +0300 Subject: [PATCH] Add missing switches for Grafana manifests. --- manifests/GrafanaLabs/GrafanaEnterprise/7.0.0.yaml | 5 ++++- manifests/GrafanaLabs/GrafanaEnterprise/7.0.3.yaml | 5 ++++- manifests/GrafanaLabs/GrafanaOSS/7.0.0.yaml | 3 +++ manifests/GrafanaLabs/GrafanaOSS/7.0.3.yaml | 3 +++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/manifests/GrafanaLabs/GrafanaEnterprise/7.0.0.yaml b/manifests/GrafanaLabs/GrafanaEnterprise/7.0.0.yaml index 4803bd39ec13c..2bc5d1e43b8b8 100644 --- a/manifests/GrafanaLabs/GrafanaEnterprise/7.0.0.yaml +++ b/manifests/GrafanaLabs/GrafanaEnterprise/7.0.0.yaml @@ -6,10 +6,13 @@ License: Grafana Labs License LicenseUrl: https://grafana.com/terms/grafana-labs-license/ AppMoniker: grafana-e Tags: grafana, dashboard, prometheus, graph, metrics, visualization, data, query -Description: "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. The Enterprise Edition has the same features as the Open Source Edition and can be used free of charge. It also has the benefit of allowing an upgrade to the full Enterprise feature set, including support for Enterprise plugins." +Description: "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. The Enterprise Edition has the same features as the Open Source Edition and can be used free of charge. It also has the benefit of allowing an upgrade to the full Enterprise feature set, including support for Enterprise plugins." Homepage: https://grafana.com Installers: - Arch: x64 Url: https://dl.grafana.com/enterprise/release/grafana-enterprise-7.0.0.windows-amd64.msi Sha256: EF4415C986AA84D81D36B0FBF90A92691FDF8DEF4479CE224A2687816D66B641 InstallerType: msi + Switches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart diff --git a/manifests/GrafanaLabs/GrafanaEnterprise/7.0.3.yaml b/manifests/GrafanaLabs/GrafanaEnterprise/7.0.3.yaml index 6ac8b8a5f0a2c..87ab1e30ffbc6 100644 --- a/manifests/GrafanaLabs/GrafanaEnterprise/7.0.3.yaml +++ b/manifests/GrafanaLabs/GrafanaEnterprise/7.0.3.yaml @@ -6,10 +6,13 @@ License: Grafana Labs License LicenseUrl: https://grafana.com/terms/grafana-labs-license/ AppMoniker: grafana-e Tags: grafana, dashboard, prometheus, graph, metrics, visualization, data, query -Description: "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. The Enterprise Edition has the same features as the Open Source Edition and can be used free of charge. It also has the benefit of allowing an upgrade to the full Enterprise feature set, including support for Enterprise plugins." +Description: "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. The Enterprise Edition has the same features as the Open Source Edition and can be used free of charge. It also has the benefit of allowing an upgrade to the full Enterprise feature set, including support for Enterprise plugins." Homepage: https://grafana.com Installers: - Arch: x64 Url: https://dl.grafana.com/enterprise/release/grafana-enterprise-7.0.3.windows-amd64.msi Sha256: cb621c7eef6e13396242502e54eb00bbc9f97467361aec98fcdf4171ca7f566f InstallerType: msi + Switches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart diff --git a/manifests/GrafanaLabs/GrafanaOSS/7.0.0.yaml b/manifests/GrafanaLabs/GrafanaOSS/7.0.0.yaml index 568973e7d952a..d1bba62a9da8b 100644 --- a/manifests/GrafanaLabs/GrafanaOSS/7.0.0.yaml +++ b/manifests/GrafanaLabs/GrafanaOSS/7.0.0.yaml @@ -13,3 +13,6 @@ Installers: Url: https://dl.grafana.com/oss/release/grafana-7.0.0.windows-amd64.msi Sha256: 16B16092BFCAFEDE140622E57426113C1BD9D6D264E394263C4AF015C70B24A5 InstallerType: msi + Switches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart diff --git a/manifests/GrafanaLabs/GrafanaOSS/7.0.3.yaml b/manifests/GrafanaLabs/GrafanaOSS/7.0.3.yaml index 7d25c1adb0906..85299d0718548 100644 --- a/manifests/GrafanaLabs/GrafanaOSS/7.0.3.yaml +++ b/manifests/GrafanaLabs/GrafanaOSS/7.0.3.yaml @@ -13,3 +13,6 @@ Installers: Url: https://dl.grafana.com/oss/release/grafana-7.0.3.windows-amd64.msi Sha256: 50d0cedcd3cde7012159de797b7be1fecc2b92fb21abf2c323f45658b667944b InstallerType: msi + Switches: + Silent: /quiet /norestart + SilentWithProgress: /passive /norestart