Compare commits

...

4 Commits

Author SHA1 Message Date
e7acff7893 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>
2024-08-17 12:22:41 +02:00
61d0653c14 feat(actions): Add PR labeler workflow 2024-08-17 12:15:50 +02:00
7a7a1af76e fix(renovate): Edit bot data 2024-08-17 12:05:35 +02:00
0cf760a6a0 fix(renovate): Add ignored authors 2024-08-17 11:59:44 +02:00
7 changed files with 51 additions and 11 deletions

7
.github/labeler.yaml vendored Normal file
View File

@ -0,0 +1,7 @@
---
area/ci:
- changed-files:
- any-glob-to-any-file: ".github/**/*"
area/charts:
- changed-files:
- any-glob-to-any-file: "charts/**/*"

View File

@ -4,6 +4,12 @@
"github>plcnk/.github:default.json5",
":semanticCommitTypeAll(chore)"
],
"gitIgnoredAuthors": [
"renovate[bot]@users.noreply.github.com",
"178334506+plcnk-bot[bot]@users.noreply.github.com"
],
"regexManagers": [
{
"fileMatch": ["\\.yaml$"],

27
.github/workflows/labeler.yaml vendored Normal file
View File

@ -0,0 +1,27 @@
---
name: Label PR
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Labeler
uses: actions/labeler@v5
with:
repo-token: "${{ steps.app-token.outputs.token }}"
configuration-path: .github/labeler.yaml

View File

@ -13,8 +13,8 @@ jobs:
name: Update Chart Metadata
runs-on: ubuntu-latest
env:
AUTHOR_USER: chart-bot
AUTHOR_EMAIL: 160046936+charts-bot[bot]@users.noreply.github.com
AUTHOR_USER: plcnk-bot
AUTHOR_EMAIL: 178334506+plcnk-bot[bot]@users.noreply.github.com
steps:
- name: Generate Token
id: app-token

View File

@ -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

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">
![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:** <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.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 |

View File

@ -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)