From 6f20c92bd9704e70337c1cbd77096c7d20e1cf71 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 Jan 2022 18:00:19 +0000 Subject: [PATCH 1/2] Update ghcr.io/ccremer/stiebeleltron-exporter Docker tag to v0.1.2 --- charts/stiebeleltron-exporter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stiebeleltron-exporter/values.yaml b/charts/stiebeleltron-exporter/values.yaml index b977b39..c9009a3 100644 --- a/charts/stiebeleltron-exporter/values.yaml +++ b/charts/stiebeleltron-exporter/values.yaml @@ -11,7 +11,7 @@ image: # -- Location of the container image repository: ccremer/stiebeleltron-exporter # -- Container image tag - tag: v0.1.0 + tag: v0.1.2 pullPolicy: IfNotPresent # -- List of image pull secrets if you use a privately hosted image From 815f23b13747048de9ab80164873889ea8385216 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 2 Jan 2022 19:03:34 +0100 Subject: [PATCH 2/2] Bump chart version --- README.md | 2 +- charts/stiebeleltron-exporter/Chart.yaml | 2 +- charts/stiebeleltron-exporter/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5636bae..d996892 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ | [![chart downloads](https://img.shields.io/github/downloads/ccremer/charts/fronius-stack-0.1.5/total)](https://github.com/ccremer/charts/releases/tag/fronius-stack-0.1.5) | [fronius-stack](charts/fronius-stack/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/ccremer/charts/kubernetes-zfs-provisioner-1.1.2/total)](https://github.com/ccremer/charts/releases/tag/kubernetes-zfs-provisioner-1.1.2) | [kubernetes-zfs-provisioner](charts/kubernetes-zfs-provisioner/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/ccremer/charts/samba-0.1.1/total)](https://github.com/ccremer/charts/releases/tag/samba-0.1.1) | [samba](charts/samba/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/ccremer/charts/stiebeleltron-exporter-0.1.0/total)](https://github.com/ccremer/charts/releases/tag/stiebeleltron-exporter-0.1.0) | [stiebeleltron-exporter](charts/stiebeleltron-exporter/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/ccremer/charts/stiebeleltron-exporter-0.1.1/total)](https://github.com/ccremer/charts/releases/tag/stiebeleltron-exporter-0.1.1) | [stiebeleltron-exporter](charts/stiebeleltron-exporter/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/ccremer/charts/znapzend-0.5.4/total)](https://github.com/ccremer/charts/releases/tag/znapzend-0.5.4) | [znapzend](charts/znapzend/README.md) | ## Development diff --git a/charts/stiebeleltron-exporter/Chart.yaml b/charts/stiebeleltron-exporter/Chart.yaml index b6de1fd..d22efbf 100644 --- a/charts/stiebeleltron-exporter/Chart.yaml +++ b/charts/stiebeleltron-exporter/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: 0.1.0 +version: 0.1.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 diff --git a/charts/stiebeleltron-exporter/README.md b/charts/stiebeleltron-exporter/README.md index 2a2a644..74d389d 100644 --- a/charts/stiebeleltron-exporter/README.md +++ b/charts/stiebeleltron-exporter/README.md @@ -1,6 +1,6 @@ # stiebeleltron-exporter -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Prometheus Exporter for Stiebel Eltron heat pump ISG @@ -50,7 +50,7 @@ Common/Useful Link references from values.yaml | image.pullPolicy | string | `"IfNotPresent"` | | | image.registry | string | `"ghcr.io"` | Container image registry | | image.repository | string | `"ccremer/stiebeleltron-exporter"` | Location of the container image | -| image.tag | string | `"v0.1.0"` | Container image tag | +| image.tag | string | `"v0.1.2"` | Container image tag | | imagePullSecrets | list | `[]` | List of image pull secrets if you use a privately hosted image | | ingress.annotations | object | `{}` | Additional annotations for the Ingress object | | ingress.enabled | bool | `false` | Useful if your Prometheus is outside of the cluster |