Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 9598e47

Browse files
authored
Merge pull request #111 from ccremer/renovate/ghcr.io-ccremer-stiebeleltron-exporter-0.x
Update ghcr.io/ccremer/stiebeleltron-exporter Docker tag to v0.1.2
2 parents 3b7a6d5 + 815f23b commit 9598e47

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| [![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) |
1616
| [![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) |
1717
| [![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) |
18-
| [![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) |
18+
| [![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) |
1919
| [![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) |
2020

2121
## Development

charts/stiebeleltron-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/stiebeleltron-exporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stiebeleltron-exporter
22

3-
![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)
3+
![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)
44

55
Prometheus Exporter for Stiebel Eltron heat pump ISG
66

@@ -50,7 +50,7 @@ Common/Useful Link references from values.yaml
5050
| image.pullPolicy | string | `"IfNotPresent"` | |
5151
| image.registry | string | `"ghcr.io"` | Container image registry |
5252
| image.repository | string | `"ccremer/stiebeleltron-exporter"` | Location of the container image |
53-
| image.tag | string | `"v0.1.0"` | Container image tag |
53+
| image.tag | string | `"v0.1.2"` | Container image tag |
5454
| imagePullSecrets | list | `[]` | List of image pull secrets if you use a privately hosted image |
5555
| ingress.annotations | object | `{}` | Additional annotations for the Ingress object |
5656
| ingress.enabled | bool | `false` | Useful if your Prometheus is outside of the cluster |

charts/stiebeleltron-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- Location of the container image
1212
repository: ccremer/stiebeleltron-exporter
1313
# -- Container image tag
14-
tag: v0.1.0
14+
tag: v0.1.2
1515
pullPolicy: IfNotPresent
1616

1717
# -- List of image pull secrets if you use a privately hosted image

0 commit comments

Comments
 (0)