From cf02fd0e8289d858ec214d60230b6b2964026d36 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sun, 29 Sep 2024 10:21:07 +0200 Subject: [PATCH] chore: update helm chart for latest release (#1001) Signed-off-by: Engin Diri --- charts/minecraft-exporter/Chart.yaml | 8 ++++---- charts/minecraft-exporter/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/minecraft-exporter/Chart.yaml b/charts/minecraft-exporter/Chart.yaml index ca73320..6290533 100644 --- a/charts/minecraft-exporter/Chart.yaml +++ b/charts/minecraft-exporter/Chart.yaml @@ -7,8 +7,8 @@ keywords: - prometheus - exporter type: application -version: 0.12.0 -appVersion: 0.20.0 +version: 0.13.0 +appVersion: 0.21.0 home: https://github.com/dirien/minecraft-prometheus-exporter/ sources: - https://github.com/dirien/minecraft-prometheus-exporter/ @@ -19,10 +19,10 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - update exporter to 0.20.0 + - update exporter to 0.21.0 artifacthub.io/images: | - name: minecraft-exporter - image: ghcr.io/dirien/minecraft-exporter:0.20.0 + image: ghcr.io/dirien/minecraft-exporter:0.21.0 artifacthub.io/license: Apache-2.0 artifacthub.io/maintainers: | - name: dirien diff --git a/charts/minecraft-exporter/README.md b/charts/minecraft-exporter/README.md index 15258d2..bb345c1 100644 --- a/charts/minecraft-exporter/README.md +++ b/charts/minecraft-exporter/README.md @@ -2,7 +2,7 @@ ![minecraft-exporter](https://dirien.github.io/minecraft-prometheus-exporter/img/minecraft-exporter.jpg) -![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=for-the-badge) +![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.21.0](https://img.shields.io/badge/AppVersion-0.21.0-informational?style=for-the-badge) ![Prometheus](https://img.shields.io/badge/Prometheus-E6522C?style=for-the-badge&logo=Prometheus&logoColor=white) ![Minecraft](https://img.shields.io/badge/Minecraft-62B47A?style=for-the-badge&logo=Minecraft&logoColor=white) @@ -21,7 +21,7 @@ A Helm chart for prometheus minecraft exporter To install the chart using the OCI artifact, run: ```bash -helm install minecraft-exporter oci://ghcr.io/dirien/charts/minecraft-exporter --version 0.12.0 +helm install minecraft-exporter oci://ghcr.io/dirien/charts/minecraft-exporter --version 0.13.0 ``` Keep in mind that you need Helm > 3.8.0 to use the [OCI feature](https://helm.sh/blog/storing-charts-in-oci/). @@ -40,7 +40,7 @@ helm repo update To install the chart with the release name minecraft-exporter run: ```bash -helm install minecraft-exporter minecraft-exporter/minecraft-exporter --version 0.12.0 +helm install minecraft-exporter minecraft-exporter/minecraft-exporter --version 0.13.0 ``` After a few seconds, minecraft-exporter should be running. @@ -49,7 +49,7 @@ To install the chart in a specific namespace use following commands: ```bash kubectl create ns minecraft-exporter -helm install minecraft-exporter minecraft-exporter/minecraft-exporter --namespace minecraft-exporter --version 0.12.0 +helm install minecraft-exporter minecraft-exporter/minecraft-exporter --namespace minecraft-exporter --version 0.13.0 ``` > **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment