From e7acff7893c2e3b9e90ff7b4b948e3aa4752b115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:22:41 +0200 Subject: [PATCH] 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> --- charts/moodist/Chart.yaml | 8 ++++---- charts/moodist/README.md | 8 ++++---- charts/moodist/values.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/moodist/Chart.yaml b/charts/moodist/Chart.yaml index 5a29610..792e49a 100644 --- a/charts/moodist/Chart.yaml +++ b/charts/moodist/Chart.yaml @@ -4,9 +4,9 @@ description: Ambient sounds for focus and calm. home: https://github.com/plcnk/charts/tree/master/charts/moodist icon: https://raw.githubusercontent.com/plcnk/charts/master/charts/moodist/icon.svg type: application -version: 0.1.0 +version: 0.1.1 # renovate datasource=docker depName=ghcr.io/remvze/moodist -appVersion: "v1.5.0" +appVersion: "v1.5.1" kubeVersion: ">=1.22.0-0" keywords: - ambient @@ -22,8 +22,8 @@ sources: - https://github.com/remvze/moodist annotations: artifacthub.io/changes: |- - - kind: added - description: Initial release + - kind: changed + description: Update ghcr.io/remvze/moodist docker tag to v1.5.1 artifacthub.io/links: |- - name: App Source url: https://github.com/remvze/moodist diff --git a/charts/moodist/README.md b/charts/moodist/README.md index a7d0b67..ae46700 100644 --- a/charts/moodist/README.md +++ b/charts/moodist/README.md @@ -2,16 +2,16 @@ 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) -![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. **Homepage:** **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 @@ -87,7 +87,7 @@ N/A | 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.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.capabilities | object | `{"drop":["ALL"]}` | Drop all capabilities | | controllers.main.containers.app.securityContext.readOnlyRootFilesystem | bool | `true` | Mount the container's root filesystem as read-only | diff --git a/charts/moodist/values.yaml b/charts/moodist/values.yaml index ea0346f..d6846fb 100644 --- a/charts/moodist/values.yaml +++ b/charts/moodist/values.yaml @@ -20,7 +20,7 @@ controllers: # -- Image pull policy pullPolicy: IfNotPresent # -- Image tag - tag: v1.5.0 + tag: v1.5.1 # -- Environment variables # @default -- See [values.yaml](./values.yaml)