Skip to content

Commit

Permalink
Merge pull request #67 from oben01/renovate/mauricenino-dashdot-5.x
Browse files Browse the repository at this point in the history
chore(deps): update mauricenino/dashdot docker tag to v5.9.0
  • Loading branch information
oben01 authored Nov 26, 2024
2 parents 82a6570 + 759906d commit 1d2e84b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/dashdot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dashdot
description: A Helm chart to deploy dashdot for Kubernetes
home: https://oben01.github.io/charts/charts/dashdot/
type: application
version: 1.1.0
version: 1.2.0
# renovate datasource=docker depName=ghcr.io/mauricenino/dashdot
appVersion: 5.9.0
icon: https://raw.githubusercontent.com/oben01/charts/main/charts/dashdot/icon.svg
Expand All @@ -19,7 +19,7 @@ annotations:
url: https://oben01.github.io/charts/pgp_keys.asc
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/mauricenino/dashdot docker tag to v5.9.0
description: Update mauricenino/dashdot docker tag to v5.9.0
artifacthub.io/links: |-
- name: App Source
url: https://github.com/MauriceNino/dashdot
Expand Down
8 changes: 4 additions & 4 deletions charts/dashdot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/oben01/charts/main/charts/dashdot/icon.svg" align="right" width="92" alt="dashdot logo">

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 5.9.0](https://img.shields.io/badge/AppVersion-5.9.0-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ A Helm chart to deploy dashdot for Kubernetes
**Homepage:** <https://oben01.github.io/charts/charts/dashdot/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=dashdot&version=1.1.0)**
[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=dashdot&version=1.2.0)**

## Source Code

Expand Down Expand Up @@ -101,10 +101,10 @@ N/A
| env.DASHDOT_WIDGET_LIST | string | `"os,cpu,storage,ram,network"` | The available options are: os, cpu, storage, ram, network, gpu. |
| env.TZ | string | `"Europe/Paris"` | Your local time zone |
| fullnameOverride | string | `""` | Overrides chart's fullname |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"mauricenino/dashdot","tag":"5.8.4"}` | Number of replicas |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"mauricenino/dashdot","tag":"5.9.0"}` | Number of replicas |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"mauricenino/dashdot"` | Image repository |
| image.tag | string | `"5.8.4"` | Overrides the image tag whose default is the chart appVersion |
| image.tag | string | `"5.9.0"` | Overrides the image tag whose default is the chart appVersion |
| imagePullSecrets | list | `[]` | Secrets for Docker registry |
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/"}]}],"ingressClassName":"","tls":[]}` | Ingress configuration |
| ingress.annotations | object | `{}` | Ingress annotations |
Expand Down
2 changes: 1 addition & 1 deletion charts/dashdot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion
tag: "5.8.4"
tag: "5.9.0"

env:
# -- Your local time zone
Expand Down

0 comments on commit 1d2e84b

Please sign in to comment.