Compare commits

...

15 Commits

Author SHA1 Message Date
k8s-at-home[bot]
fffd91fd61 chore: Auto-update chart README [skip ci] 2022-07-01 05:58:18 +00:00
renovate[bot]
53a7dc2c50 [bookstack] Update Helm chart mariadb to v11 (#1642)
* [bookstack] Update Helm chart mariadb to v11

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-01 07:57:55 +02:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
30edb42ead ci: Update validation CI 2022-07-01 07:49:08 +02:00
renovate[bot]
8042cc87c6 [anonaddy] Update Helm chart mariadb to v11 (#1640)
* [anonaddy] Update Helm chart mariadb to v11

* chore: Auto-update chart metadata [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-07-01 06:20:03 +02:00
renovate[bot]
73d499922c [baikal] Update Helm chart mariadb to v11 (#1641)
* [baikal] Update Helm chart mariadb to v11

* chore: Auto-update chart metadata [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-07-01 06:19:41 +02:00
renovate[bot]
bb3612fff0 chore(deps): update helm chart common to v4.4.2 (#1634)
* chore(deps): update helm chart common to v4.4.2

* chore: Auto-update chart metadata [skip ci]

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-06-30 20:05:24 +02:00
renovate[bot]
359a05eadf chore(deps): update yokawasa/action-setup-kube-tools action to v0.8.2 (#1635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-30 13:30:26 +02:00
k8s-at-home[bot]
c6ceb4994e chore: Auto-update chart README [skip ci] 2022-06-30 10:31:51 +00:00
Markus Reiter
dbc0a46faf Fix prometheus-nut-exporter service monitor. (#1637) 2022-06-30 12:31:13 +02:00
renovate[bot]
70a20f3881 chore(deps): update dawidd6/action-download-artifact action to v2.21.1 (#1631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-28 21:31:47 +10:00
k8s-at-home[bot]
6dee535dd6 chore: Auto-update chart README [skip ci] 2022-06-23 08:38:08 +00:00
Johannes Kastl
f62f4cc93c uptime-kuma: update appVersion to 1.17.1 (chart version 1.3.5) (#1629) 2022-06-23 10:37:30 +02:00
k8s-at-home[bot]
0dcd16947a Auto-generate chart summary [no ci] 2022-06-23 07:59:53 +00:00
k8s-at-home[bot]
718a9dc3b9 chore: Auto-update chart README [skip ci] 2022-06-23 07:59:04 +00:00
George
7c1a567093 [shinobi] Add Shinobi chart (#1624)
* Add new chart
2022-06-23 09:58:28 +02:00
25 changed files with 285 additions and 47 deletions

View File

@@ -67,7 +67,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: charts/**/
commit_message: "chore: Auto-update chart metadata [skip ci]"
commit_message: "chore: Auto-update chart metadata"
commit_user_name: ${{ github.actor }}
commit_user_email: ${{ github.actor }}@users.noreply.github.com

View File

@@ -22,7 +22,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.1
uses: yokawasa/action-setup-kube-tools@v0.8.2
with:
setup-tools: |
helmv3

View File

@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.1
uses: yokawasa/action-setup-kube-tools@v0.8.2
with:
setup-tools: |
helmv3

View File

@@ -22,7 +22,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.1
uses: yokawasa/action-setup-kube-tools@v0.8.2
with:
setup-tools: |
helmv3
@@ -94,7 +94,7 @@ jobs:
ref: ${{ inputs.checkoutCommit }}
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@v0.8.1
uses: yokawasa/action-setup-kube-tools@v0.8.2
with:
setup-tools: |
helmv3

View File

@@ -26,7 +26,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.21.0
uses: dawidd6/action-download-artifact@v2.21.1
with:
github_token: ${{ steps.generate-token.outputs.token }}
workflow: pr-validate.yaml

View File

@@ -4,6 +4,13 @@ on:
pull_request:
branches:
- master
types:
- opened
- edited
- closed
- reopened
- ready_for_review
- synchronize
concurrency:
group: ${{ github.head_ref }}-pr-validate

View File

@@ -141,6 +141,7 @@
| [send](stable/send) | Simple, private file sharing. |
| [ser2sock](stable/ser2sock) | Serial to Socket Redirector |
| [sharry](stable/sharry) | Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. |
| [shinobi](stable/shinobi) | shinobi helm package |
| [shlink](stable/shlink) | A self-hosted and PHP-based URL shortener application with CLI and REST interfaces |
| [smarter-device-manager](stable/smarter-device-manager) | Manage hardware resource allocation without a need for privileged containers |
| [sonarr](stable/sonarr) | Smart PVR for newsgroup and bittorrent users |

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 0.8.4
description: "Anonaddy: Anonymous email forwarding"
name: anonaddy
version: 3.1.2
version: 4.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- anonaddy
@@ -19,7 +19,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: redis
@@ -29,4 +29,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `mariadb` chart dependency to version 11.0.14

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 0.8.0
description: Baïkal is a lightweight CalDAV+CardDAV server. It offers a web interface with management of users, address books and calendars.
name: baikal
version: 4.2.2
version: 5.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- baikal
@@ -24,10 +24,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `mariadb` chart dependency to version 11.0.14

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v21.12
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
name: bookstack
version: 4.2.2
version: 5.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- bookstack
@@ -25,10 +25,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `mariadb` chart dependency to version 11.0.14

View File

@@ -1,6 +1,6 @@
# bookstack
![Version: 4.2.2](https://img.shields.io/badge/Version-4.2.2-informational?style=flat-square) ![AppVersion: v21.12](https://img.shields.io/badge/AppVersion-v21.12-informational?style=flat-square)
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: v21.12](https://img.shields.io/badge/AppVersion-v21.12-informational?style=flat-square)
A simple, self-hosted, easy-to-use platform for organising and storing information.
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@@ -89,7 +89,7 @@ N/A
## Changelog
### Version 4.2.2
### Version 5.0.0
#### Added
@@ -97,7 +97,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded `mariadb` chart dependency to version 11.0.14
#### Fixed

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: version-5.6.14
description: "Firefly III: a personal finances manager"
name: firefly-iii
version: 0.0.1
version: 0.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- firefly-iii
@@ -18,7 +18,7 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.1
version: 4.4.2
- name: mariadb
version: 11.0.2
repository: https://charts.bitnami.com/bitnami
@@ -34,10 +34,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Added `common` chart dependency to version 4.4.1
- kind: changed
description: Added `mariadb` chart dependency to version 11.0.2
- kind: changed
description: Added `postgresql` chart dependency to version 11.1.28
- kind: changed
description: Added `redis` chart dependency to version 16.9.0
description: Upgraded `common` chart dependency to version 4.4.2

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.1.1
description: Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
name: prometheus-nut-exporter
version: 5.3.3
version: 5.3.4
kubeVersion: ">=1.16.0-0"
keywords:
- nut
@@ -21,5 +21,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
- kind: fixed
description: Fixed `ServiceMonitor` endpoints loop.

View File

@@ -1,6 +1,6 @@
# prometheus-nut-exporter
![Version: 5.3.3](https://img.shields.io/badge/Version-5.3.3-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
![Version: 5.3.4](https://img.shields.io/badge/Version-5.3.4-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
Prometheus NUT Exporter a service monitor to send NUT server metrics to a Prometheus instance.
@@ -90,7 +90,7 @@ N/A
## Changelog
### Version 5.3.3
### Version 5.3.4
#### Added
@@ -98,11 +98,11 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
N/A
#### Fixed
N/A
* Fixed `ServiceMonitor` endpoints loop.
### Older versions

View File

@@ -15,8 +15,8 @@ spec:
matchLabels:
{{- include "common.labels.selectorLabels" . | nindent 6 }}
endpoints:
- port: metrics
{{- range .Values.metrics.serviceMonitor.targets }}
- port: metrics
interval: {{ .interval }}
scrapeTimeout: {{ .scrapeTimeout }}
path: /metrics

View File

@@ -1,8 +1,9 @@
---
apiVersion: v2
appVersion: 2.5.11
description: rhasspy helm package
name: rhasspy
version: 1.0.0
version: 1.0.1
kubeVersion: ">=1.16.0-0"
keywords:
- rhasspy
@@ -16,8 +17,8 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.1
version: 4.4.2
annotations:
artifacthub.io/changes: |
- kind: added
description: Initial version
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2

View File

@@ -0,0 +1,26 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl

View File

@@ -0,0 +1,23 @@
apiVersion: v2
appVersion: dev
description: shinobi helm package
name: shinobi
version: 1.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- shinobi
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/shinobi
icon: https://shinobi.org/icon
sources:
- https://gitlab.com/Shinobi-Systems/Shinobi-Installer
maintainers:
- name: giannoug
email: 509474+giannoug@users.noreply.github.com
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
annotations:
artifacthub.io/changes: |
- kind: added
description: Initial version

View File

@@ -0,0 +1,115 @@
# shinobi
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: dev](https://img.shields.io/badge/AppVersion-dev-informational?style=flat-square)
shinobi helm package
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/k8s-at-home/charts/issues/new/choose)**
## Source Code
* <https://gitlab.com/Shinobi-Systems/Shinobi-Installer>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
```console
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install shinobi k8s-at-home/shinobi
```
## Installing the Chart
To install the chart with the release name `shinobi`
```console
helm install shinobi k8s-at-home/shinobi
```
## Uninstalling the Chart
To uninstall the `shinobi` deployment
```console
helm uninstall shinobi
```
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
## Configuration
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install shinobi \
--set env.TZ="America/New York" \
k8s-at-home/shinobi
```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install shinobi k8s-at-home/shinobi -f values.yaml
```
## Custom configuration
N/A
## Values
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See more environment variables in the [shinobi documentation](https://shinobi.video/docs/). |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"shinobisystems/shinobi"` | image repository |
| image.tag | string | chart.appVersion | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
## Changelog
### Version 1.1.0
#### Added
* Initial version
#### Changed
N/A
#### Fixed
N/A
### Older versions
A historical overview of changes can be found on [ArtifactHUB](https://artifacthub.io/packages/helm/k8s-at-home/shinobi?modal=changelog)
## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1)

View File

@@ -0,0 +1,9 @@
{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}

View File

@@ -0,0 +1 @@
{{- include "common.notes.defaultNotes" . -}}

View File

@@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@@ -0,0 +1,60 @@
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
image:
# -- image repository
repository: shinobisystems/shinobi
# -- image tag
# @default -- chart.appVersion
tag:
# -- image pull policy
pullPolicy: Always
# -- environment variables. See more environment variables in the [shinobi documentation](https://shinobi.video/docs/).
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 8080
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: false
mountPath: /config
custom-auto-load:
enabled: false
mountPath: /home/Shinobi/libs/customAutoLoad
database:
enabled: false
mountPath: /var/lib/mysql
videos:
enabled: false
mountPath: /home/Shinobi/videos
plugins:
enabled: false
mountPath: /home/Shinobi/plugins
shm:
enabled: true
type: emptyDir
medium: Memory
sizeLimit: 1Gi
mountPath: /dev/shm/streams

View File

@@ -1,9 +1,9 @@
---
apiVersion: v2
appVersion: 1.17.0
appVersion: 1.17.1
description: A fancy self-hosted monitoring tool for your websites and applications
name: uptime-kuma
version: 1.3.4
version: 1.3.5
kubeVersion: ">=1.16.0-0"
keywords:
- uptime-kuma
@@ -24,4 +24,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: changed app version to 1.17.0
description: changed app version to 1.17.1

View File

@@ -1,6 +1,6 @@
# uptime-kuma
![Version: 1.3.4](https://img.shields.io/badge/Version-1.3.4-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square)
![Version: 1.3.5](https://img.shields.io/badge/Version-1.3.5-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square)
A fancy self-hosted monitoring tool for your websites and applications
@@ -86,7 +86,7 @@ N/A
## Changelog
### Version 1.3.4
### Version 1.3.5
#### Added
@@ -94,7 +94,7 @@ N/A
#### Changed
* changed app version to 1.17.0
* changed app version to 1.17.1
#### Fixed