chore(deps): update ghcr.io/remvze/moodist docker tag to v1.5.1 (#12)

* chore(deps): update ghcr.io/remvze/moodist docker tag to v1.5.1

* chore: Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: plcnk-bot <178334506+plcnk-bot[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-17 12:22:41 +02:00
committed by GitHub
parent 61d0653c14
commit e7acff7893
3 changed files with 9 additions and 9 deletions

View File

@ -4,9 +4,9 @@ description: Ambient sounds for focus and calm.
home: https://github.com/plcnk/charts/tree/master/charts/moodist home: https://github.com/plcnk/charts/tree/master/charts/moodist
icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/moodist/icon.svg icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/moodist/icon.svg
type: application type: application
version: 0.1.0 version: 0.1.1
# renovate datasource=docker depName=ghcr.io/remvze/moodist # renovate datasource=docker depName=ghcr.io/remvze/moodist
appVersion: "v1.5.0" appVersion: "v1.5.1"
kubeVersion: ">=1.22.0-0" kubeVersion: ">=1.22.0-0"
keywords: keywords:
- ambient - ambient
@ -22,8 +22,8 @@ sources:
- https://github.com/remvze/moodist - https://github.com/remvze/moodist
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: added - kind: changed
description: Initial release description: Update ghcr.io/remvze/moodist docker tag to v1.5.1
artifacthub.io/links: |- artifacthub.io/links: |-
- name: App Source - name: App Source
url: https://github.com/remvze/moodist url: https://github.com/remvze/moodist

View File

@ -2,16 +2,16 @@
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/moodist/icon.svg" align="right" width="92" alt="moodist logo"> <img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/moodist/icon.svg" align="right" width="92" alt="moodist logo">
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat) ![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v1.5.0](https://img.shields.io/badge/AppVersion-v1.5.0-informational?style=flat) ![AppVersion: v1.5.1](https://img.shields.io/badge/AppVersion-v1.5.1-informational?style=flat)
Ambient sounds for focus and calm. Ambient sounds for focus and calm.
**Homepage:** <https://github.com/plcnk/charts/tree/master/charts/moodist> **Homepage:** <https://github.com/plcnk/charts/tree/master/charts/moodist>
**This chart is not maintained by the upstream project and any issues with the chart should be raised **This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=moodist&version=0.1.0)** [here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=moodist&version=0.1.1)**
## Source Code ## Source Code
@ -87,7 +87,7 @@ N/A
| controllers.main.containers.app.env | object | See [values.yaml](./values.yaml) | Environment variables | | controllers.main.containers.app.env | object | See [values.yaml](./values.yaml) | Environment variables |
| controllers.main.containers.app.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | controllers.main.containers.app.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| controllers.main.containers.app.image.repository | string | `"ghcr.io/remvze/moodist"` | Image repository | | controllers.main.containers.app.image.repository | string | `"ghcr.io/remvze/moodist"` | Image repository |
| controllers.main.containers.app.image.tag | string | `"v1.5.0"` | Image tag | | controllers.main.containers.app.image.tag | string | `"v1.5.1"` | Image tag |
| controllers.main.containers.app.securityContext.allowPrivilegeEscalation | bool | `false` | Disable privilege escalations | | controllers.main.containers.app.securityContext.allowPrivilegeEscalation | bool | `false` | Disable privilege escalations |
| controllers.main.containers.app.securityContext.capabilities | object | `{"drop":["ALL"]}` | Drop all capabilities | | controllers.main.containers.app.securityContext.capabilities | object | `{"drop":["ALL"]}` | Drop all capabilities |
| controllers.main.containers.app.securityContext.readOnlyRootFilesystem | bool | `true` | Mount the container's root filesystem as read-only | | controllers.main.containers.app.securityContext.readOnlyRootFilesystem | bool | `true` | Mount the container's root filesystem as read-only |

View File

@ -20,7 +20,7 @@ controllers:
# -- Image pull policy # -- Image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Image tag # -- Image tag
tag: v1.5.0 tag: v1.5.1
# -- Environment variables # -- Environment variables
# @default -- See [values.yaml](./values.yaml) # @default -- See [values.yaml](./values.yaml)