Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update chart #999

Merged
merged 2 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/minecraft-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
- prometheus
- exporter
type: application
version: 0.11.1
appVersion: 0.18.0
version: 0.12.0
appVersion: 0.20.0
home: https://github.com/dirien/minecraft-prometheus-exporter/
sources:
- https://github.com/dirien/minecraft-prometheus-exporter/
Expand All @@ -19,10 +19,10 @@ maintainers:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- update exporter to 0.18.0
- update exporter to 0.20.0
artifacthub.io/images: |
- name: minecraft-exporter
image: ghcr.io/dirien/minecraft-exporter
image: ghcr.io/dirien/minecraft-exporter:0.20.0
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
- name: dirien
Expand Down
8 changes: 4 additions & 4 deletions charts/minecraft-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![minecraft-exporter](https://dirien.github.io/minecraft-prometheus-exporter/img/minecraft-exporter.jpg)

![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=for-the-badge)
![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)

![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)
Expand All @@ -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.11.1
helm install minecraft-exporter oci://ghcr.io/dirien/charts/minecraft-exporter --version 0.12.0
```

Keep in mind that you need Helm > 3.8.0 to use the [OCI feature](https://helm.sh/blog/storing-charts-in-oci/).
Expand All @@ -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.11.1
helm install minecraft-exporter minecraft-exporter/minecraft-exporter --version 0.12.0
```

After a few seconds, minecraft-exporter should be running.
Expand All @@ -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.11.1
helm install minecraft-exporter minecraft-exporter/minecraft-exporter --namespace minecraft-exporter --version 0.12.0
```

> **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment
Expand Down
Loading