From ecda15b8db43f596a77fa41363ecc1beb1876e0f Mon Sep 17 00:00:00 2001 From: gitlawr Date: Fri, 27 Sep 2019 16:12:30 +0800 Subject: [PATCH] Update chart and image version for istio/logging/monitoring --- charts/rancher-istio/0.1.1/values.yaml | 4 ++-- charts/rancher-logging/0.1.3/Chart.yaml | 2 +- .../log-aggregator/charts/log-aggregator-linux/values.yaml | 2 +- .../charts/log-aggregator-windows/values.yaml | 2 +- charts/rancher-monitoring/v0.0.5/Chart.yaml | 4 ++-- charts/rancher-monitoring/v0.0.5/values.yaml | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/rancher-istio/0.1.1/values.yaml b/charts/rancher-istio/0.1.1/values.yaml index 4faac78..58e079b 100644 --- a/charts/rancher-istio/0.1.1/values.yaml +++ b/charts/rancher-istio/0.1.1/values.yaml @@ -80,7 +80,7 @@ nodeagent: # grafana: repository: rancher/grafana-grafana - tag: 6.3.2 + tag: 6.3.6 enabled: false # @@ -177,7 +177,7 @@ global: nginxProxy: repository: rancher/nginx - tag: 1.15.8-alpine + tag: 1.17.4-alpine k8sIngress: enabled: false diff --git a/charts/rancher-logging/0.1.3/Chart.yaml b/charts/rancher-logging/0.1.3/Chart.yaml index 11c5052..e116814 100644 --- a/charts/rancher-logging/0.1.3/Chart.yaml +++ b/charts/rancher-logging/0.1.3/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Rancher logging helm chart to support logging function in rancher icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png name: rancher-logging -version: 0.1.2 +version: 0.1.3 appVersion: 1.6.3 home: https://www.fluentd.org/ sources: diff --git a/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-linux/values.yaml b/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-linux/values.yaml index 69a33d2..e9243e3 100755 --- a/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-linux/values.yaml +++ b/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-linux/values.yaml @@ -5,7 +5,7 @@ labels: {} ## image: repository: rancher/log-aggregator - tag: v0.1.5 + tag: v0.1.6 nodeSelector: {} diff --git a/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-windows/values.yaml b/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-windows/values.yaml index c3d5919..ba7d2a3 100755 --- a/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-windows/values.yaml +++ b/charts/rancher-logging/0.1.3/charts/log-aggregator/charts/log-aggregator-windows/values.yaml @@ -5,7 +5,7 @@ labels: {} ## image: repository: rancher/log-aggregator - tag: v0.1.5 + tag: v0.1.6 nodeSelector: {} diff --git a/charts/rancher-monitoring/v0.0.5/Chart.yaml b/charts/rancher-monitoring/v0.0.5/Chart.yaml index 1a86bca..54d2164 100644 --- a/charts/rancher-monitoring/v0.0.5/Chart.yaml +++ b/charts/rancher-monitoring/v0.0.5/Chart.yaml @@ -7,8 +7,8 @@ maintainers: name: rancher-monitoring sources: - https://github.com/coreos/prometheus-operator -version: 0.0.4 -appVersion: 0.0.4 +version: 0.0.5 +appVersion: 0.0.5 home: https://github.com/coreos/prometheus-operator keywords: - operator diff --git a/charts/rancher-monitoring/v0.0.5/values.yaml b/charts/rancher-monitoring/v0.0.5/values.yaml index 42caec6..e349673 100644 --- a/charts/rancher-monitoring/v0.0.5/values.yaml +++ b/charts/rancher-monitoring/v0.0.5/values.yaml @@ -249,13 +249,13 @@ grafana: apiGroup: "monitoring.coreos.com" image: repository: rancher/grafana-grafana - tag: 6.3.2 + tag: 6.3.6 tool: repository: rancher/prometheus-auth tag: v0.2.0 proxy: repository: rancher/nginx - tag: 1.15.8-alpine + tag: 1.17.4-alpine nodeSelectors: [] resources: inits: @@ -313,7 +313,7 @@ prometheus: tag: v0.2.0 proxy: repository: rancher/nginx - tag: 1.15.8-alpine + tag: 1.17.4-alpine nodeSelectors: [] resources: core: -- GitLab