From e8cd9b7f3734028e5cc98a438f78cd22df1aa0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevo=20Slavi=C4=87?= Date: Fri, 17 Jul 2020 23:46:50 +0200 Subject: [PATCH] [stable/prometheus-adapter] Upgrading to v0.7.0 (#23245) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stevo Slavić --- stable/prometheus-adapter/Chart.yaml | 4 ++-- stable/prometheus-adapter/README.md | 2 +- stable/prometheus-adapter/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/prometheus-adapter/Chart.yaml b/stable/prometheus-adapter/Chart.yaml index 5d0a718231..ff45bd5fc4 100644 --- a/stable/prometheus-adapter/Chart.yaml +++ b/stable/prometheus-adapter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: prometheus-adapter -version: 2.4.0 -appVersion: v0.6.0 +version: 2.5.0 +appVersion: v0.7.0 description: A Helm chart for k8s prometheus adapter home: https://github.com/DirectXMan12/k8s-prometheus-adapter keywords: diff --git a/stable/prometheus-adapter/README.md b/stable/prometheus-adapter/README.md index 09f5ef12af..cda90cbf33 100644 --- a/stable/prometheus-adapter/README.md +++ b/stable/prometheus-adapter/README.md @@ -112,7 +112,7 @@ The following table lists the configurable parameters of the Prometheus Adapter | ------------------------------- | ------------------------------------------------------------------------------- | --------------------------------------------| | `affinity` | Node affinity | `{}` | | `image.repository` | Image repository | `directxman12/k8s-prometheus-adapter-amd64` | -| `image.tag` | Image tag | `v0.6.0` | +| `image.tag` | Image tag | `v0.7.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `{}` | | `logLevel` | Log level | `4` | diff --git a/stable/prometheus-adapter/values.yaml b/stable/prometheus-adapter/values.yaml index 1d414b54cd..4cc5e40692 100644 --- a/stable/prometheus-adapter/values.yaml +++ b/stable/prometheus-adapter/values.yaml @@ -3,7 +3,7 @@ affinity: {} image: repository: directxman12/k8s-prometheus-adapter-amd64 - tag: v0.6.0 + tag: v0.7.0 pullPolicy: IfNotPresent logLevel: 4