Skip to content

Commit

Permalink
Merge branch 'master' into helm-ghcr.io-elfhosted-jackett-0.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alfi0812 authored Oct 16, 2024
2 parents 7a2ca79 + eaaf8df commit 6dc0ebb
Show file tree
Hide file tree
Showing 299 changed files with 24,119 additions and 84 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/clustertool.golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: golangci-lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
on:
# push:
# branches:
# - main
# tags:
# - "*"
# paths:
# - 'clustertool/**'
# - ".github/workflows/clsutertool.test.yaml"
#pull_request:
# branches:
# - main
# paths:
# - 'clustertool/**'
# - ".github/workflows/clsutertool.test.yaml"
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: actions-runner-large
steps:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: stable
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
version: latest
args: --timeout 3m0s
27 changes: 27 additions & 0 deletions .github/workflows/clustertool.release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: goreleaser
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
on:
push:
tags:
- "*"
paths:
- 'clustertool/**'
jobs:
goreleaser:
runs-on: actions-runner-large
steps:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: stable
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
with:
args: release --clean
distribution: goreleaser # or 'goreleaser-pro'
version: "~> v2" # or 'latest', 'nightly', semver
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"

43 changes: 43 additions & 0 deletions .github/workflows/clustertool.test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: clustertool-test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
on:
push:
branches:
- main
tags:
- "*"
paths:
- 'main.go'
- 'go.mod'
- 'go.sum'
- 'pkg/**'
- 'cmd/**'
- 'clustertool/**'
- ".github/workflows/clsutertool.test.yaml"
pull_request:
branches:
- main
paths:
- 'main.go'
- 'go.mod'
- 'go.sum'
- 'pkg/**'
- 'cmd/**'
- 'clustertool/**'
- ".github/workflows/clsutertool.test.yaml"
permissions:
contents: read
jobs:
build:
runs-on: actions-runner-large
steps:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
go-version: stable
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- run: |
cd ./clustertool
go build -o /usr/local/bin/clustertool
go test -v ./... -race -covermode=atomic
clustertool-dev
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (^archive|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|test-chart\/.*\.yaml)
exclude: (^archive|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|test-chart\/.*\.yaml|^clustertool)
- id: detect-private-key # detects the presence of private keys.
exclude: ^archive/

Expand All @@ -53,5 +53,5 @@ repos:
rev: v3.1.0
hooks:
- id: prettier
exclude: (^archive|templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json)
exclude: (^archive|templates\/.*|crds\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json|^clustertool)
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
Empty file added DEVTRIGGER
Empty file.
4 changes: 2 additions & 2 deletions charts/incubator/pingvin-share/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 1.2.0
appVersion: 1.2.1
dependencies:
- name: common
version: 25.0.0
Expand All @@ -32,4 +32,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/pingvin-share
- https://hub.docker.com/r/stonith404/pingvin-share
type: application
version: 2.3.0
version: 2.3.1
2 changes: 1 addition & 1 deletion charts/incubator/pingvin-share/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: stonith404/pingvin-share
pullPolicy: IfNotPresent
tag: v1.2.0@sha256:a016d8fb674e59cb6ef17036113cb3f1b64c4614d79e42f68490fc18768ff3aa
tag: v1.2.1@sha256:2639387bc47b8d7a5c0c733e1ad39ba507632d53996ad8714dfbac2622f74b9e

securityContext:
container:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/calibre/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ sources:
- https://github.com/kovidgoyal/calibre/
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
type: application
version: 16.8.2
version: 16.8.3
2 changes: 1 addition & 1 deletion charts/stable/calibre/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/linuxserver/calibre
tag: 7.19.0@sha256:102903294d24ec3d54f9759527e72426cbb36fc4edd5b69618680f7e8fe8e713
tag: 7.19.0@sha256:4f7c21af85f8fe8d436fbff48a02ddbf4370c137beedbbbf71825e5aa0a58bc7
pullPolicy: IfNotPresent
securityContext:
container:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/chroma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.5.14
appVersion: 0.5.15
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/chroma-core/chroma
- https://github.com/truecharts/charts/tree/master/charts/stable/chroma
type: application
version: 4.2.3
version: 4.2.4
2 changes: 1 addition & 1 deletion charts/stable/chroma/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/chroma-core/chroma
pullPolicy: IfNotPresent
tag: 0.5.14@sha256:62e21f58a0bdf5327899e9d2442b88785e5b0fd9a9dde80fa5fcfd4e110c9410
tag: 0.5.15@sha256:7c44cf61eb3f210fa8641c6c943d5621b9626ce863d89247183ffde37717e576

securityContext:
container:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/emby/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/linuxserver/docker-emby.git
- https://github.com/truecharts/charts/tree/master/charts/stable/emby
type: application
version: 22.0.0
version: 22.0.1
2 changes: 1 addition & 1 deletion charts/stable/emby/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/elfhosted/emby
pullPolicy: IfNotPresent
tag: 4.9.0.30@sha256:b771f2d6194cb6e0c6ffc42cd0807f2b018de03fb12b38dca6b43e8ae05d7078
tag: 4.9.0.30@sha256:bfe7f625df28b35f89ed7fabe2181bbcd180541902f28aa853626a6f966b2256
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/esphome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2024.9.2
appVersion: 2024.10.0
dependencies:
- name: common
version: 25.0.0
Expand All @@ -32,4 +32,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/esphome
- https://hub.docker.com/r/esphome/esphome
type: application
version: 21.6.0
version: 21.7.0
2 changes: 1 addition & 1 deletion charts/stable/esphome/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: esphome/esphome
pullPolicy: IfNotPresent
tag: 2024.9.2@sha256:ec10ec2b28c1afe792cebdccbeadd8e6dd4a3b0be58b5451128fa6bdc60fccf0
tag: 2024.10.0@sha256:78f7d125ecff29061cfdc14dc77d60e69532aec6b28680eba19afa72b7ac5640
securityContext:
container:
runAsNonRoot: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ sources:
- https://github.com/immich-app/immich
- https://github.com/truecharts/charts/tree/master/charts/stable/immich
type: application
version: 17.15.1
version: 17.15.2
7 changes: 7 additions & 0 deletions charts/stable/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,10 @@ redis:
portal:
open:
enabled: true

ingress:
main:
integrations:
homepage:
widget:
version: 2
2 changes: 1 addition & 1 deletion charts/stable/lidarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/Lidarr/Lidarr
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
type: application
version: 24.1.1
version: 24.1.2
2 changes: 1 addition & 1 deletion charts/stable/lidarr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/elfhosted/lidarr
pullPolicy: IfNotPresent
tag: 2.6.4.4402@sha256:c2da835b7de40ced16401f58e90e0e92739fe609fc97d97af0b4e5a258e06f47
tag: 2.6.4.4402@sha256:a67153d2a9b97f94a32c3c6782328dbaebf725ce209d7ddd5e50baba454eae64
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/mstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/mstream
- https://mstream.io/
type: application
version: 12.2.2
version: 12.2.3
2 changes: 1 addition & 1 deletion charts/stable/mstream/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/mstream
pullPolicy: IfNotPresent
tag: 5.12.2@sha256:f9e5599aae45bf5c6e34d313a1483ddf90452b1905683a241699d30d31c57ac2
tag: 5.12.2@sha256:fb8740a0ce69a4a65afd268f426fe6d4012a5fa093707f614a4dd4b4c9f208a9
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/nginx-proxy-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.11.3
appVersion: 2.12.0
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -42,4 +42,4 @@ sources:
- https://hub.docker.com/r/jc21/nginx-proxy-manager
- https://nginxproxymanager.com/
type: application
version: 11.6.2
version: 11.7.0
2 changes: 1 addition & 1 deletion charts/stable/nginx-proxy-manager/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: jc21/nginx-proxy-manager
pullPolicy: IfNotPresent
tag: 2.11.3@sha256:e81d01ad119208334ba7adb4986b36ebeb7c727a78732f411e5df84f7c6c50ec
tag: 2.12.0@sha256:15fb87417a36246e30a6c894b437c3aab031b692f59b77245cb61008397b7890
service:
main:
ports:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/odoo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/odoo
- https://hub.docker.com/_/odoo
type: application
version: 20.0.2
version: 20.0.3
2 changes: 1 addition & 1 deletion charts/stable/odoo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/odoo
pullPolicy: IfNotPresent
tag: 18.0@sha256:e6f19e3f9d13ee9252cdc93891189ca71b0a8fb4a2635e29c85bf9610d323bb7
tag: 18.0@sha256:1d98d659be70307f6baacb6fe2490763ff4e4626952e382f42a688ea3e37761e
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/omada-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- https://hub.docker.com/r/mbentley/omada-controller
type: application
version: 16.3.4
version: 16.3.5
2 changes: 1 addition & 1 deletion charts/stable/omada-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: mbentley/omada-controller
tag: 5.14@sha256:e23beb506338eb2ddc31002b9c44398f06bf3f497c66e08a7e018c62001d5489
tag: 5.14@sha256:89e1d849d90a9fd830510e514ce8f82b40dc8ea01a8496a62373d79fb38255da
pullPolicy: IfNotPresent
service:
main:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/qbitrr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.9.10
appVersion: 4.9.11
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
- https://hub.docker.com/r/feramance/qbitrr
type: application
version: 6.4.3
version: 6.4.4
2 changes: 1 addition & 1 deletion charts/stable/qbitrr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: feramance/qbitrr
pullPolicy: IfNotPresent
tag: v4.9.10@sha256:fc5613038d2e791b73353e527b6e1ff04fa46baa65eeb7f3430c98b8f6f722f8
tag: v4.9.11@sha256:a7770c2eaffbb17f3f62dc37a3a7122e21f8fee1366b0417941882e3eb761325
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/readarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
- https://readarr.com
type: application
version: 24.0.1
version: 24.0.2
2 changes: 1 addition & 1 deletion charts/stable/readarr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/elfhosted/readarr-develop
pullPolicy: IfNotPresent
tag: 0.4.0.2634@sha256:7113144fff6f03364266b1abbe0e7a3f65bf98a3519b597ca70c9a71f91f1c52
tag: 0.4.0.2634@sha256:7389153146675ca14958e6ed22b3821f174b537fb66b16d0dcd6e498702d992e
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/rsshub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ sources:
- https://hub.docker.com/r/browserless/chrome
- https://hub.docker.com/r/diygod/rsshub
type: application
version: 14.5.26
version: 14.5.27
2 changes: 1 addition & 1 deletion charts/stable/rsshub/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: diygod/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:7ff1e28e37d24c87c58e15772c92117db910a6389cf9ee0aeea45415df4f0c80
tag: latest@sha256:34964ca53d27e5e05623d8a293236bdcb4994b0e92cc89c720e9349a3463b31a
browserlessImage:
repository: browserless/chrome
tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/watcharr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.44.1
appVersion: 1.44.2
dependencies:
- name: common
version: 25.0.0
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/sbondCo/Watcharr
- https://github.com/truecharts/charts/tree/master/charts/stable/watcharr
type: application
version: 6.7.1
version: 6.7.2
Loading

0 comments on commit 6dc0ebb

Please sign in to comment.