forked from github-mirrorer/plcnk-helm-charts
chore(deps): update ghcr.io/remvze/moodist docker tag to v2.1.0 (#129)
* chore(deps): update ghcr.io/remvze/moodist docker tag to v2.1.0 * 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:
@ -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.3.0
|
||||
version: 0.4.0
|
||||
# renovate datasource=docker depName=ghcr.io/remvze/moodist
|
||||
appVersion: "v2.0.1"
|
||||
appVersion: "v2.1.0"
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- ambient
|
||||
@ -23,7 +23,7 @@ sources:
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Update bjw-s chart link
|
||||
description: Update ghcr.io/remvze/moodist docker tag to v2.1.0
|
||||
artifacthub.io/links: |-
|
||||
- name: App Source
|
||||
url: https://github.com/remvze/moodist
|
||||
|
||||
@ -2,16 +2,16 @@
|
||||
|
||||
<img src="https://raw.githubusercontent.com/plcnk/charts/master/charts/moodist/icon.svg" align="right" width="92" alt="moodist logo">
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Ambient sounds for focus and calm.
|
||||
|
||||
**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
|
||||
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=moodist&version=0.3.0)**
|
||||
[here](https://github.com/plcnk/charts/issues/new?assignees=plcnk&labels=bug&template=bug_report.yaml&name=moodist&version=0.4.0)**
|
||||
|
||||
## 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 | `"v2.0.1"` | Image tag |
|
||||
| controllers.main.containers.app.image.tag | string | `"v2.1.0"` | 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 |
|
||||
|
||||
@ -20,7 +20,7 @@ controllers:
|
||||
# -- Image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- Image tag
|
||||
tag: v2.0.1
|
||||
tag: v2.1.0
|
||||
|
||||
# -- Environment variables
|
||||
# @default -- See [values.yaml](./values.yaml)
|
||||
|
||||
Reference in New Issue
Block a user