Compare commits

...

15 Commits

Author SHA1 Message Date
nιcнolaѕ wιlde
fedf396ed3 Added icon url (#865)
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
2021-05-02 16:41:13 +02:00
nιcнolaѕ wιlde
60819426c1 Updated broken icon url (#864) 2021-05-02 16:39:35 +02:00
nιcнolaѕ wιlde
84ab22ed6b Added icon url (#853)
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
2021-05-02 09:05:01 -04:00
nιcнolaѕ wιlde
6ee5e4054c Added icon url (#852)
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
2021-05-02 08:52:38 -04:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
a16132ba7d [CI] Fix CI
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-05-02 10:22:09 +02:00
nιcнolaѕ wιlde
4bde90909a Updated icon url (#851)
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
2021-05-01 22:03:38 -04:00
nιcнolaѕ wιlde
590bb3f597 [lychee] Updated icon url (#850)
* Updated icon url

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

* Bumped chart version

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
2021-05-01 21:59:41 -04:00
nιcнolaѕ wιlde
110a4d4d82 Changed icon url (#849)
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
2021-05-01 21:54:18 -04:00
nιcнolaѕ wιlde
a9898bb895 [focalboard] Updated icon (#848)
* ingress hosts syntax error

* Updaed icon url

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

* Fixing pre-commit issues

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

* Removing wikijs values commit

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

Co-authored-by: fanlix <fanlix@gmail.com>
2021-05-01 20:11:13 -04:00
nιcнolaѕ wιlde
e6718e2234 [syncthing] Updated icon url (#847)
* Updated icon url

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>

* Fixing pre-commit issues

Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
2021-05-01 19:10:32 -04:00
renovate[bot]
a98f42b657 chore(deps): update pre-commit/action action to v2.0.3 (#846)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-01 07:52:30 -04:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
8394533292 [CI] Add pre-commit check (#845)
* [CI] Add pre-commit check

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Add other folder for testing

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Simplify CI

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Update pre-commit

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Update job name

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Linter issues

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Fix conditionals

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Separate chart linting and pre-commit

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Change workflow name

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* Allow running against all files

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-05-01 07:27:23 -04:00
renovate[bot]
f5e0e308b9 chore(deps): update dependency pry to v0.14.1 (#843)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-30 20:56:16 -04:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
9a6dd78778 [CI] Remove check-version, turnstyle (#836) 2021-04-29 19:37:14 +02:00
Antoine Bertin
66a7ab60e2 [wallabag] add dependency charts (#833)
* [wallabag] add dependency charts

* [wallabag] fix redis chart version

* [wallabag] add mariadb enabled example

* [wallabag] update helm-docs
2021-04-26 11:05:38 -04:00
33 changed files with 430 additions and 169 deletions

View File

@@ -82,86 +82,10 @@ jobs:
echo "::set-output name=detected::true"
fi
check_version:
needs:
- changes-lint
if: |
!contains(github.event.head_commit.message, '[ci-skip]') &&
needs.changes-lint.outputs.detected == 'true'
name: Check chart version numbers
strategy:
matrix: ${{ fromJson(needs.changes-lint.outputs.matrix) }}
fail-fast: true
max-parallel: 15
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get version
id: version-get
run: |
shopt -s extglob
OUTPUT=$(helm inspect chart ${{ matrix.chart }} | grep "^version:")
VERSION=${OUTPUT#"version:"}
echo "::set-output name=version::${VERSION##*( )}"
shopt -u extglob
- name: Parse version
id: version-parse
uses: apexskier/github-semver-parse@v1
with:
version: ${{ steps.version-get.outputs.version }}
- name: Check version
id: version-check
run: |
if [[ ${{ matrix.chart }} =~ ^charts\/(.*)\/.* ]]; then
TYPE="${BASH_REMATCH[1]}"
case $TYPE in
stable)
if [[ ${{ steps.version-parse.outputs.major }} -lt 1 ]]; then
echo "::error file=${{ matrix.chart }}::Chart version for \"$TYPE\" charts must be >= 1.0.0"
exit 1
fi
;;
incubator)
if [[ ${{ steps.version-parse.outputs.major }} -gt 0 ]]; then
echo "::error file=${{ matrix.chart }}::Chart version for \"$TYPE\" charts must be < 1.0.0"
exit 1
fi
;;
*)
echo "::error file=${{ matrix.chart }}::Unhandled chart type: $TYPE"
exit 1
esac
fi
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
check_version_success:
needs:
- changes-lint
- check_version
if: ${{ always() }}
name: Version check successful
runs-on: ubuntu-20.04
steps:
- name: Check Version matrix status
if: ${{ !contains(github.event.head_commit.message, '[ci-skip]') && needs.changes-lint.outputs.detected == 'true' && needs.check_version.result != 'success' }}
run: |
exit 1
lint:
needs:
- changes-lint
if: |
!contains(github.event.head_commit.message, '[ci-skip]')
&&
needs.changes-lint.outputs.detected == 'true'
if: "!contains(github.event.head_commit.message, '[ci-skip]') && needs.changes-lint.outputs.detected == 'true'"
name: Lint charts
runs-on: ubuntu-20.04
steps:
@@ -186,24 +110,10 @@ jobs:
id: lint
run: ct lint --config .github/ct-lint.yaml
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
lint_success:
needs:
- changes-lint
- lint
if: ${{ always() }}
name: Lint successful
runs-on: ubuntu-20.04
steps:
- name: Check lint matrix status
if: ${{ !contains(github.event.head_commit.message, '[ci-skip]') && needs.changes-lint.outputs.detected == 'true' && needs.lint.result != 'success' }}
run: exit 1
unittest:
needs:
- lint_success
if: |
!contains(github.event.head_commit.message, '[ci-skip]')
needs:
- lint
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
name: Run unit tests
runs-on: ubuntu-20.04
steps:
@@ -238,12 +148,8 @@ jobs:
install:
needs:
- changes-install
- check_version_success
- lint_success
if: |
!contains(github.event.head_commit.message, '[ci-skip]')
&&
needs.changes-install.outputs.detected == 'true'
- lint
if: "!contains(github.event.head_commit.message, '[ci-skip]') && needs.changes-install.outputs.detected == 'true'"
name: Install charts
strategy:
matrix: ${{ fromJson(needs.changes-install.outputs.matrix) }}
@@ -282,7 +188,7 @@ jobs:
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
install_success:
needs:
needs:
- changes-install
- install
if: ${{ always() }}

View File

@@ -1,5 +1,7 @@
name: "Charts: Release"
concurrency: helm-release
on:
workflow_dispatch:
push:
@@ -13,30 +15,10 @@ on:
- '!charts/**/README_CONFIG.md.gotmpl'
jobs:
pre-release:
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- name: Block concurrent jobs
uses: softprops/turnstyle@v1
with:
continue-after-seconds: 180
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
needs: pre-release
runs-on: ubuntu-20.04
steps:
- name: Block concurrent jobs
uses: softprops/turnstyle@v1
with:
continue-after-seconds: 180
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v2
with:

38
.github/workflows/pre-commit-check.yaml vendored Normal file
View File

@@ -0,0 +1,38 @@
name: "Pre-commit consistency check"
on:
workflow_dispatch:
pull_request:
jobs:
pre-commit-check:
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
name: Run pre-commit checks
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: dorny/paths-filter@v2
id: filter
with:
list-files: shell
filters: |
addedOrModified:
- added|modified: '**'
# run only if changed files were detected
- name: Run against changes
uses: pre-commit/action@v2.0.3
if: steps.filter.outputs.addedOrModified == 'true'
with:
extra_args: --files ${{ steps.filter.outputs.addedOrModified_files }}
# run if no changed files were detected (e.g. workflow_dispatch on master branch)
- name: Run against all files
uses: pre-commit/action@v2.0.3
if: steps.filter.outputs.addedOrModified != 'true'
with:
extra_args: --all-files

View File

@@ -7,15 +7,11 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: check-merge-conflict
- id: check-case-conflict
- repo: local
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: ct-lint
name: "Chart Test: Lint"
language: docker_image
pass_filenames: false
types: ['file']
files: '^charts/.*(\.ya?ml|\.tpl|\.helmignore|NOTES.txt)'
entry: -u 0 quay.io/helmpack/chart-testing:v3.0.0 ct
args:
- lint
- id: remove-crlf
- id: remove-tabs

View File

@@ -7,6 +7,6 @@ group :test do
gem 'minitest', "5.14.4"
gem 'minitest-implicit-subject'
gem 'minitest-reporters', "1.4.3"
gem 'pry', "0.14.0"
gem 'pry', "0.14.1"
gem 'ruby-jq'
end

View File

@@ -2,14 +2,14 @@ apiVersion: v2
appVersion: 0.6.5
description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
name: focalboard
version: 1.0.1
version: 1.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- focalboard
- kanban
- project management
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/focalboard
icon: https://www.focalboard.com/img/logo.svg
icon: https://github.com/mattermost/focalboard/raw/main/webapp/static/favicon.svg
sources:
- https://www.focalboard.com/
- https://github.com/mattermost/focalboard

View File

@@ -1,6 +1,6 @@
# focalboard
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 0.6.5](https://img.shields.io/badge/AppVersion-0.6.5-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 0.6.5](https://img.shields.io/badge/AppVersion-0.6.5-informational?style=flat-square)
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
@@ -94,6 +94,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [1.0.2]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.0.1]
#### Added
@@ -122,6 +136,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[1.0.2]: #1.0.2
[1.0.1]: #1.0.1
[1.0.0]: #1.0.0
## Support
@@ -132,4 +148,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [1.0.2]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.0.1]
#### Added
@@ -37,5 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[1.0.2]: #1.0.2
[1.0.1]: #1.0.1
[1.0.0]: #1.0.0
{{- end -}}

View File

@@ -2,13 +2,13 @@ apiVersion: v2
appVersion: 1.17.0
description: FreshRSS is a self-hosted RSS feed aggregator
name: freshrss
version: 4.3.1
version: 4.3.2
kubeVersion: ">=1.16.0-0"
keywords:
- freshrss
- rss
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/freshrss
icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true
icon: https://avatars.githubusercontent.com/u/9414285?s=200&v=4
sources:
- https://github.com/FreshRSS/FreshRSS
- https://hub.docker.com/r/linuxserver/freshrss

View File

@@ -1,6 +1,6 @@
# freshrss
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square)
![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: 1.17.0](https://img.shields.io/badge/AppVersion-1.17.0-informational?style=flat-square)
FreshRSS is a self-hosted RSS feed aggregator
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 |
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR
@@ -92,6 +92,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -106,6 +120,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0
## Support
@@ -116,4 +131,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0
{{- end -}}

View File

@@ -2,14 +2,14 @@ apiVersion: v2
appVersion: 10.7.0
description: Jellyfin is a Free Software Media System
name: jellyfin
version: 7.3.1
version: 7.3.2
kubeVersion: ">=1.16.0-0"
keywords:
- jellyfin
- plex
- emby
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/Jellyfin
icon: https://github.com/jellyfin/jellyfin-ux/blob/master/branding/SVG/icon-solid-black.svg
icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-solid-black.svg
sources:
- https://hub.docker.com/r/jellyfin/jellyfin
- https://github.com/jellyfin/jellyfin

View File

@@ -1,6 +1,6 @@
# jellyfin
![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![AppVersion: 10.7.0](https://img.shields.io/badge/AppVersion-10.7.0-informational?style=flat-square)
![Version: 7.3.2](https://img.shields.io/badge/Version-7.3.2-informational?style=flat-square) ![AppVersion: 10.7.0](https://img.shields.io/badge/AppVersion-10.7.0-informational?style=flat-square)
Jellyfin is a Free Software Media System
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 |
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR
@@ -97,6 +97,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [7.3.2]
#### Added
- N/A
#### Changed
- Updated broken icon url.
#### Removed
- N/A
### [6.0.0]
#### Migration !breaking changes!
@@ -135,6 +149,9 @@ Drop browser cache and cookies for your jellyfin URL!
- Replaced LinuxServer.io image with official
[7.3.2]: #7.3.2
[6.0.0]: #6.0.0
## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
@@ -143,4 +160,4 @@ Drop browser cache and cookies for your jellyfin URL!
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [7.3.2]
#### Added
- N/A
#### Changed
- Updated broken icon url.
#### Removed
- N/A
### [6.0.0]
#### Migration !breaking changes!
@@ -46,4 +60,7 @@ Drop browser cache and cookies for your jellyfin URL!
#### Changed
- Replaced LinuxServer.io image with official
[7.3.2]: #7.3.2
[6.0.0]: #6.0.0
{{- end -}}

View File

@@ -2,14 +2,14 @@ apiVersion: v2
appVersion: 4.0.8
description: Lychee is a free photo-management tool, which runs on your server or web-space
name: lychee
version: 4.3.1
version: 4.3.2
kubeVersion: ">=1.16.0-0"
keywords:
- lychee
- photo
- pictures
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/lychee
icon: https://github.com/LycheeOrg/Lychee/blob/master/Banner.png?raw=true
icon: https://avatars.githubusercontent.com/u/37916028?s=200&v=4
sources:
- https://github.com/LycheeOrg/Lychee
- https://hub.docker.com/r/lycheeorg/lychee

View File

@@ -1,6 +1,6 @@
# lychee
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: 4.0.8](https://img.shields.io/badge/AppVersion-4.0.8-informational?style=flat-square)
![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: 4.0.8](https://img.shields.io/badge/AppVersion-4.0.8-informational?style=flat-square)
Lychee is a free photo-management tool, which runs on your server or web-space
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 |
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR
@@ -99,6 +99,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -113,6 +127,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0
## Support
@@ -123,4 +138,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0
{{- end -}}

View File

@@ -1,9 +1,10 @@
name: oauth2-proxy
version: 5.0.3
version: 5.0.4
apiVersion: v1
appVersion: 7.0.1
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/oauth2-proxy
description: A reverse proxy that provides authentication with Google, Github or other providers
icon: https://avatars.githubusercontent.com/u/62798169?s=200&v=4
keywords:
- kubernetes
- oauth

View File

@@ -1,6 +1,6 @@
# oauth2-proxy
![Version: 5.0.3](https://img.shields.io/badge/Version-5.0.3-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square)
![Version: 5.0.4](https://img.shields.io/badge/Version-5.0.4-informational?style=flat-square) ![AppVersion: 7.0.1](https://img.shields.io/badge/AppVersion-7.0.1-informational?style=flat-square)
A reverse proxy that provides authentication with Google, Github or other providers
@@ -208,6 +208,21 @@ Due to [this issue](https://github.com/helm/helm/issues/6583) there may be error
- N/A
### [5.0.4]
#### Added
- Added icon url.
#### Changed
- N/A
#### Removed
- N/A
[5.0.4]: #5.0.4
[5.0.1]: #5.0.1
## Support

View File

@@ -55,5 +55,20 @@ Due to [this issue](https://github.com/helm/helm/issues/6583) there may be error
- N/A
### [5.0.4]
#### Added
- Added icon url.
#### Changed
- N/A
#### Removed
- N/A
[5.0.4]: #5.0.4
[5.0.1]: #5.0.1
{{- end -}}

View File

@@ -2,13 +2,13 @@ apiVersion: v2
appVersion: 1.15.1
description: Open Source Continuous File Synchronization
name: syncthing
version: 1.1.1
version: 1.1.2
kubeVersion: ">=1.16.0-0"
keywords:
- syncthing
- file sync
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/syncthing
icon: https://syncthing.net/img/logo-horizontal.svg
icon: https://github.com/syncthing/syncthing/raw/main/assets/logo-128.png
sources:
- https://syncthing.net/
- https://github.com/syncthing/syncthing

View File

@@ -1,6 +1,6 @@
# syncthing
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 1.15.1](https://img.shields.io/badge/AppVersion-1.15.1-informational?style=flat-square)
Open Source Continuous File Synchronization
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 |
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR
@@ -108,6 +108,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [1.1.2]
#### Added
- N/A
#### Changed
- Updated icon url.
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -122,6 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[1.1.2]: #1.1.2
[1.0.0]: #1.0.0
## Support
@@ -132,4 +147,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [1.1.2]
#### Added
- N/A
#### Changed
- Updated icon url.
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[1.1.2]: #1.1.2
[1.0.0]: #1.0.0
{{- end -}}

View File

@@ -2,12 +2,13 @@ apiVersion: v2
appVersion: v4.11
description: Traccar is an open source GPS tracking system.
name: traccar
version: 4.3.1
version: 4.3.2
kubeVersion: ">=1.16.0-0"
keywords:
- traccar
- gps
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/traccar
icon: "https://github.com/traccar/traccar-web/raw/master/web/icon.png"
sources:
- https://github.com/traccar/traccar
- https://hub.docker.com/r/traccar/traccar

View File

@@ -1,6 +1,6 @@
# traccar
![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![AppVersion: v4.11](https://img.shields.io/badge/AppVersion-v4.11-informational?style=flat-square)
![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![AppVersion: v4.11](https://img.shields.io/badge/AppVersion-v4.11-informational?style=flat-square)
Traccar is an open source GPS tracking system.
@@ -20,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 |
| https://library-charts.k8s-at-home.com | common | 2.2.0 |
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR
@@ -102,6 +102,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- Added icon url
#### Changed
- N/A
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -116,6 +130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0
## Support
@@ -126,4 +141,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.3.2]
#### Added
- Added icon url
#### Changed
- N/A
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[4.3.2]: #4.3.2
[1.0.0]: #1.0.0
{{- end -}}

View File

@@ -2,13 +2,13 @@ apiVersion: v2
appVersion: 6.0.45
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 2.0.0
version: 2.0.1
keywords:
- ubiquiti
- unifi
- mongodb
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi
icon: https://blog.ubnt.com/wp-content/uploads/2016/10/unifi-app-logo.png
icon: https://prd-www-cdn.ubnt.com/static/favicon-152.png
sources:
- https://github.com/jacobalberty/unifi-docker
maintainers:

View File

@@ -1,6 +1,6 @@
# unifi
![Version: 1.5.6](https://img.shields.io/badge/Version-1.5.6-informational?style=flat-square) ![AppVersion: 6.0.45](https://img.shields.io/badge/AppVersion-6.0.45-informational?style=flat-square)
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 6.0.45](https://img.shields.io/badge/AppVersion-6.0.45-informational?style=flat-square)
Ubiquiti Network's Unifi Controller
@@ -216,6 +216,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [2.0.1]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.5.3]
#### Added
@@ -230,6 +244,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[2.0.1]: #2.0.1
[1.5.3]: #1.5.3
## Support

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [2.0.1]
#### Added
- N/A
#### Changed
- Updated icon url
#### Removed
- N/A
### [1.5.3]
#### Added
@@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[2.0.1]: #2.0.1
[1.5.3]: #1.5.3
{{- end -}}

View File

@@ -2,11 +2,12 @@ apiVersion: v2
appVersion: 2.4.1
description: A self hostable application for saving web pages, freely.
name: wallabag
version: 2.3.1
version: 2.4.1
kubeVersion: ">=1.16.0-0"
keywords:
- wallabag
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/wallabag
icon: "https://raw.githubusercontent.com/wallabag/logo/master/app-android/logo-app-android-icon-bg-white-512.png"
sources:
- https://github.com/wallabag/docker
- https://hub.docker.com/wallabag/wallabag
@@ -17,3 +18,15 @@ dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 2.3.1
- name: redis
version: 14.1.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: postgresql
version: 10.3.15
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
version: 9.3.6
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled

View File

@@ -1,6 +1,6 @@
# wallabag
![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square)
![Version: 2.4.1](https://img.shields.io/badge/Version-2.4.1-informational?style=flat-square) ![AppVersion: 2.4.1](https://img.shields.io/badge/AppVersion-2.4.1-informational?style=flat-square)
A self hostable application for saving web pages, freely.
@@ -19,7 +19,10 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 2.2.0 |
| https://charts.bitnami.com/bitnami | mariadb | 9.3.6 |
| https://charts.bitnami.com/bitnami | postgresql | 10.3.15 |
| https://charts.bitnami.com/bitnami | redis | 14.1.0 |
| https://library-charts.k8s-at-home.com | common | 2.3.1 |
## TL;DR
@@ -82,12 +85,26 @@ Default login is `wallabag:wallabag`.
| image.repository | string | `"wallabag/wallabag"` | |
| image.tag | string | `"2.4.1"` | |
| ingress.enabled | bool | `false` | |
| mariadb.architecture | string | `"standalone"` | |
| mariadb.auth.database | string | `"wallabag"` | |
| mariadb.auth.password | string | `"wallabag-pass"` | |
| mariadb.auth.rootPassword | string | `"wallabag-rootpass"` | |
| mariadb.auth.username | string | `"wallabag"` | |
| mariadb.enabled | bool | `false` | |
| mariadb.primary.persistence.enabled | bool | `false` | |
| persistence.cache.emptyDir.enabled | bool | `false` | |
| persistence.cache.enabled | bool | `false` | |
| persistence.cache.mountPath | string | `"/var/www/wallabag/var/cache"` | |
| persistence.images.emptyDir.enabled | bool | `false` | |
| persistence.images.enabled | bool | `false` | |
| persistence.images.mountPath | string | `"/var/www/wallabag/web/assets/images"` | |
| postgresql.enabled | bool | `false` | |
| postgresql.persistence.enabled | bool | `false` | |
| postgresql.postgresqlDatabase | string | `"wallabag"` | |
| postgresql.postgresqlPassword | string | `"wallabag-pass"` | |
| postgresql.postgresqlUsername | string | `"wallabag"` | |
| redis.auth.enabled | bool | `false` | |
| redis.enabled | bool | `false` | |
| service.port.port | int | `80` | |
| strategy.type | string | `"RollingUpdate"` | |
@@ -97,6 +114,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [2.4.1]
#### Added
- Icon url
#### Changed
- N/A
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -111,6 +142,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[2.4.1]: #[2.4.1]
[1.0.0]: #1.0.0
## Support
@@ -121,4 +153,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Join our [Discord](https://discord.gg/sTMX7Vh) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)

View File

@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [2.4.1]
#### Added
- Icon url
#### Changed
- N/A
#### Removed
- N/A
### [1.0.0]
#### Added
@@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- N/A
[2.4.1]: #[2.4.1]
[1.0.0]: #1.0.0
{{- end -}}

View File

@@ -84,3 +84,34 @@ persistence:
emptyDir:
enabled: false
mountPath: /var/www/wallabag/var/cache
# Enabled mariadb
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/mariadb
mariadb:
enabled: false
architecture: standalone
auth:
database: wallabag
username: wallabag
password: wallabag-pass
rootPassword: wallabag-rootpass
primary:
persistence:
enabled: false
# Enabled postgres
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql
postgresql:
enabled: false
postgresqlUsername: wallabag
postgresqlPassword: wallabag-pass
postgresqlDatabase: wallabag
persistence:
enabled: false
# Enabled redis
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis
redis:
enabled: false
auth:
enabled: false