Skip to content

Commit

Permalink
Merge pull request #84 from ccremer/renovate/docker.io-library-telegr…
Browse files Browse the repository at this point in the history
…af-1.x

Update docker.io/library/telegraf Docker tag to v1.19
  • Loading branch information
ccremer committed Jun 26, 2021
2 parents 068106e + 8bd44e6 commit 6b75263
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/fronius-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0
version: 0.7.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
Expand Down
6 changes: 3 additions & 3 deletions charts/fronius-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fronius-exporter

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Prometheus Exporter for Fronius Symo Photovoltaics

Expand Down Expand Up @@ -50,7 +50,7 @@ Common/Useful Link references from values.yaml
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"quay.io"` | Container image registry |
| image.repository | string | `"ccremer/fronius-exporter"` | Location of the container image |
| image.tag | string | `"v0.6.0"` | Container image tag |
| image.tag | string | `"v0.6.1"` | 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 |
Expand Down Expand Up @@ -80,7 +80,7 @@ Common/Useful Link references from values.yaml
| telegraf.globalTags | object | `{}` | A dict with `key: value` to add to `global_tags` config |
| telegraf.image.registry | string | `"docker.io"` | |
| telegraf.image.repository | string | `"library/telegraf"` | Telegraf image location |
| telegraf.image.tag | string | `"1.18-alpine"` | Telegraf image tag |
| telegraf.image.tag | string | `"1.19-alpine"` | Telegraf image tag |
| telegraf.influxdb.bucket | string | `"fronius"` | Bucket to write metrics into |
| telegraf.influxdb.organization | string | `"fronius"` | Organization where the bucket belongs to |
| telegraf.influxdb.token | string | `""` | Token used to authenticate to InfluxDB |
Expand Down
4 changes: 2 additions & 2 deletions charts/fronius-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- Location of the container image
repository: ccremer/fronius-exporter
# -- Container image tag
tag: "v0.6.0"
tag: v0.6.1
pullPolicy: IfNotPresent

# -- List of image pull secrets if you use a privately hosted image
Expand All @@ -38,7 +38,7 @@ telegraf:
# -- Telegraf image location
repository: library/telegraf
# -- Telegraf image tag
tag: 1.18-alpine
tag: 1.19-alpine
influxdb:
# -- URL of an InfluxDB 2 instance
url: http://influxdb2
Expand Down

0 comments on commit 6b75263

Please sign in to comment.