Skip to content

Commit

Permalink
fix(chart): bump version to 1.1.6 and add default value for global.la…
Browse files Browse the repository at this point in the history
…bels

This commit updates the chart version from 1.1.5 to 1.1.6. It includes a fix by adding a default value for the `global.labels` field in the values.yaml file, which was previously missing. Additionally, the README has been updated to reflect the new version number.
  • Loading branch information
obeone committed Dec 18, 2024
1 parent de4ab16 commit bf67928
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/mktxp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest
description: Mikrotik (RouterOS) exporter for Prometheus metics
name: mktxp
version: 1.1.5
version: 1.1.6
kubeVersion: ">=1.16.0-0"
keywords:
- mktxp
Expand Down Expand Up @@ -30,5 +30,5 @@ annotations:
- name: obeone
email: obeone@obeone.org
artifacthub.io/changes: |
- kind: added
description: Value schema
- kind: fixed
description: missing default value for global.labels
3 changes: 2 additions & 1 deletion charts/mktxp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mktxp

![Version: 1.1.5](https://img.shields.io/badge/Version-1.1.5-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Mikrotik (RouterOS) exporter for Prometheus metics

Expand Down Expand Up @@ -33,6 +33,7 @@ Kubernetes: `>=1.16.0-0`
| configmap.config.enabled | bool | `true` | |
| env | object | See below | environment variables. See more environment variables in the [cyberchef documentation](https://cyberchef.org/docs). |
| env.TZ | string | `"UTC"` | Set the container timezone |
| global.labels | object | `{}` | |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"ghcr.io/akpw/mktxp"` | image repository |
| image.tag | string | chart.appVersion | image tag |
Expand Down
3 changes: 3 additions & 0 deletions charts/mktxp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#

global:
labels: {}

image:
# -- image repository
repository: ghcr.io/akpw/mktxp
Expand Down

0 comments on commit bf67928

Please sign in to comment.