mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
Compare commits
4 Commits
moodist-0.
...
moodist-0.
| Author | SHA1 | Date | |
|---|---|---|---|
| e7acff7893 | |||
| 61d0653c14 | |||
| 7a7a1af76e | |||
| 0cf760a6a0 |
7
.github/labeler.yaml
vendored
Normal file
7
.github/labeler.yaml
vendored
Normal 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/**/*"
|
||||
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@ -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
27
.github/workflows/labeler.yaml
vendored
Normal 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
|
||||
4
.github/workflows/renovate.yaml
vendored
4
.github/workflows/renovate.yaml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.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 |
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user