Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alfi0812/charts
Browse files Browse the repository at this point in the history
  • Loading branch information
alfi0812 committed Nov 8, 2024
2 parents 10ed0cc + f42d13a commit 75e01ca
Show file tree
Hide file tree
Showing 122 changed files with 670 additions and 440 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "TrueCharts",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC28",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:db6cfe23d21a42e9486d05af4220fcc7a8ffd0290c43e06ac02bfd2d9b52e631",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC28",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clustertool.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
**/go.sum
# - name: Install Syft
# run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
- uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6
with:
args: release --clean
distribution: goreleaser # or 'goreleaser-pro'
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/lyrion-music-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/lyrion-music-server
- https://hub.docker.com/r/lmscommunity/lyrionmusicserver
type: application
version: 3.2.21
version: 3.2.23
2 changes: 1 addition & 1 deletion charts/incubator/lyrion-music-server/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/lmscommunity/lyrionmusicserver
pullPolicy: IfNotPresent
tag: 9.0.0@sha256:a961f860301734bf6002d69bad601de0c4a8936732254ce6671aa5c767ea27b0
tag: 9.0.0@sha256:f720634411d403ac79438f899c5e1e2d9b67b2e4189a28bf6716176c610f7b32
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/incubator/manyfold/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: 0.86.0
appVersion: 0.87.1
dependencies:
- name: common
version: 25.1.5
Expand Down Expand Up @@ -40,4 +40,4 @@ sources:
- https://github.com/Floppy/van_dam
- https://github.com/truecharts/charts/tree/master/charts/incubator/van-dam
type: application
version: 0.12.2
version: 0.13.0
2 changes: 1 addition & 1 deletion charts/incubator/manyfold/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/manyfold3d/manyfold
tag: 0.86.0@sha256:3e891f3ff1da8ad7b1850c06f94a06b81d8a1581f967ce13b2b3c141217ffaaa
tag: 0.87.1@sha256:0a5830c386b8c5929adf7f697ae8e236e58d921a2127dc0eb945c51c96944a51
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/peppermint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/peppermint
- https://hub.docker.com/r/pepperlabs/peppermint
type: application
version: 2.2.17
version: 2.2.20
2 changes: 1 addition & 1 deletion charts/incubator/peppermint/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/pepperlabs/peppermint
pullPolicy: IfNotPresent
tag: latest@sha256:571b8fabf9157c8400915e5b17256b5c61531b3d33469d2de38037baca6e31fd
tag: latest@sha256:c64045788ccc295f3722148a137c6c7485196e856cf39cedf2f6c0e084015a4f

securityContext:
container:
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/sd-webui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/ahmetoner/sd-webui-docker/
- https://github.com/truecharts/charts/tree/master/charts/incubator/sd-webui-docker
type: application
version: 2.2.34
version: 2.2.36
2 changes: 1 addition & 1 deletion charts/incubator/sd-webui/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/neggles/sd-webui-docker
tag: latest@sha256:9c5ef1052f5a28f0a7cdec6956406771ae4e7ca6f1ab43ae7a553e53e29b7d05
tag: latest@sha256:d34a1a02e2d1091ae8f3ab5b72ee21aa3aeae1fbbc5bc74eb02818a2f3dd682c
pullPolicy: Always
vladImage:
repository: ghcr.io/neggles/sd-webui-docker
Expand Down
4 changes: 2 additions & 2 deletions charts/premium/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
tags: []
import-values: []
- name: kube-prometheus-stack
version: 65.7.0
version: 65.8.1
repository: oci://ghcr.io/prometheus-community/charts
condition: ""
alias: kps
Expand All @@ -42,4 +42,4 @@ sources:
- https://hub.docker.com/r/bitnami/prometheus
- https://quay.io/thanos/thanos
type: application
version: 19.28.1
version: 19.29.2
4 changes: 2 additions & 2 deletions charts/premium/prometheus/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
image:
repository: docker.io/bitnami/prometheus
tag: 2.55.1@sha256:e1b80433936518a73a74ded46d67bf92036b3c138f6c5984adc19ec742ceec95
tag: 2.55.1@sha256:2353ece84d3dc5ea8cb5258da9f2a2a4e8954768701695944c95e1d8ba583372
thanosImage:
repository: quay.io/thanos/thanos
tag: v0.36.1@sha256:e542959e1b36d5046083d1b64a7049c356b68a44a173c58b3ae7c0c9ada932d5
alertmanagerImage:
repository: docker.io/bitnami/alertmanager
tag: 0.27.0@sha256:3debfa7e4147bbb26c33b73b69bcc6a3ae093c47d6cd4a363e37ab7492260dba
tag: 0.27.0@sha256:69ec59cb8b1a01988c93d1c4c135e26873325ded0ad0e38b187e9f7c3fef90f3
global:
labels: {}
workload:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/anything-llm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://github.com/Mintplex-Labs/anything-llm
- https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm
type: application
version: 3.2.21
version: 3.2.25
2 changes: 1 addition & 1 deletion charts/stable/anything-llm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/mintplex-labs/anything-llm
pullPolicy: IfNotPresent
tag: latest@sha256:219fc24c6721725b783997ad0fc2f2b0f7ea2f7cf6e3f0973b86d8156915409e
tag: latest@sha256:3a8b43bb71d5995367544663be49c627d28902d74a673d3cd397ba95029ce83f
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/autobrr/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.48.0
appVersion: 1.49.0
dependencies:
- name: common
version: 25.1.5
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/autobrr/autobrr
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
type: application
version: 10.8.1
version: 10.9.0
2 changes: 1 addition & 1 deletion charts/stable/autobrr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.48.0@sha256:0ae19e3beedf491396e450b024c23e9e24df4d692286c0442a81fa699493def0
tag: v1.49.0@sha256:dc2195ccabf8438a8f8eb0581c5e6d2a40c061754e57552bc4f67f1b20a71970

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/automatic-ripping-machine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/automatic-ripping-machine
- https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine
type: application
version: 5.5.22
version: 5.5.24
2 changes: 1 addition & 1 deletion charts/stable/automatic-ripping-machine/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/automaticrippingmachine/automatic-ripping-machine
pullPolicy: IfNotPresent
tag: 2.9.0@sha256:b0d70b1bd511f6d219218e6a7a0b34f0dfb1b6032618348d2becd4a49d5a0c0e
tag: 2.9.0@sha256:6616a6eebcaad66bce1e242316796d9ed9a34bf3642cde6bb6ab1a6a29ba58e0

securityContext:
container:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/babybuddy/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.6.1
appVersion: 2.6.3
dependencies:
- name: common
version: 25.1.5
Expand Down Expand Up @@ -36,4 +36,4 @@ sources:
- https://github.com/babybuddy/babybuddy
- https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy
type: application
version: 18.4.6
version: 18.4.7
2 changes: 1 addition & 1 deletion charts/stable/babybuddy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/babybuddy
pullPolicy: IfNotPresent
tag: 2.6.1@sha256:b911f629946a2d31195134a2edce40b833218395e32888f54cf0748f2df69128
tag: 2.6.3@sha256:665cae68ad0e200741f4d0492db8c97100d08e5bc5631d3edf4c26d497f716f9
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/blender/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/blender
- https://www.blender.org/
type: application
version: 7.2.6
version: 7.2.7
2 changes: 1 addition & 1 deletion charts/stable/blender/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: lscr.io/linuxserver/blender
tag: latest@sha256:1d52839686569b3822fcd3e2c0a2cc914501a1a9cada6219b2b2509a5f3b135e
tag: latest@sha256:b59458e78f1b9a0bd5e019bf436b3b8ddb62acc1aab2d33094a84d769c901083
persistence:
config:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/calibre/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: 7.20.0
appVersion: 7.21.0
dependencies:
- name: common
version: 25.1.5
Expand All @@ -32,4 +32,4 @@ sources:
- https://github.com/kovidgoyal/calibre/
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
type: application
version: 16.9.3
version: 16.10.0
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.20.0@sha256:af61bfbfae6152140a793bfa13117bc95938d1d0b4f03647e685f42d2522f80c
tag: 7.21.0@sha256:759773a89c64ceb77e4ffdbace0bb70c8266b1f58aaaa3937d45b45ac8fab8ae
pullPolicy: IfNotPresent
securityContext:
container:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/changedetection-io/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.47.05
appVersion: 0.47.06
dependencies:
- name: common
version: 25.1.5
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/dgtlmoon/changedetection.io/tree/master
- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
type: application
version: 4.4.4
version: 4.4.5
2 changes: 1 addition & 1 deletion charts/stable/changedetection-io/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/dgtlmoon/changedetection.io
pullPolicy: IfNotPresent
tag: 0.47.05@sha256:e7e886dfa8917962206aa5a80deeb47b5a29b6736a3c862e499a5252d1ebbafc
tag: 0.47.06@sha256:6e9dcf4abc1cfb0b1eeba6b6ff52a4b6f790110d6cdc8b7942c6cecf34e56265

service:
main:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/code-server/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.93.1
appVersion: 4.95.1
dependencies:
- name: common
version: 25.1.5
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/code-server
- https://hub.docker.com/r/codercom/code-server
type: application
version: 13.6.1
version: 13.7.0
2 changes: 1 addition & 1 deletion charts/stable/code-server/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/codercom/code-server
pullPolicy: IfNotPresent
tag: 4.93.1@sha256:c69e398d1b64589b3b77a7becfd03f4ec524982def20e6bffbb51b1b839e72ba
tag: 4.95.1@sha256:d9bc7797d997e1b199e333676732e075bac4bae276dc0fe1baece2e313edfa09
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/ddns-go/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: 6.7.5
appVersion: 6.7.6
dependencies:
- name: common
version: 25.1.5
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
- https://hub.docker.com/r/jeessy/ddns-go
type: application
version: 12.3.5
version: 12.3.6
2 changes: 1 addition & 1 deletion charts/stable/ddns-go/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/jeessy/ddns-go
pullPolicy: IfNotPresent
tag: v6.7.5@sha256:7da6ff9d3f11d079581ab77be1730ff7f4072b3c1d345dc37b6d8dca6139d8c9
tag: v6.7.6@sha256:b69171a606fdbcf28b642cdb4cf03a224942b16e43ad87815525cd17026785d3
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/docker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/docker
- https://hub.docker.com/_/docker
type: application
version: 9.4.5
version: 9.4.6
2 changes: 1 addition & 1 deletion charts/stable/docker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker
pullPolicy: IfNotPresent
tag: 27.3.1-dind@sha256:25654f4044cf31ea6ca67707a767c2e7773a5266762aeba44e77307f2166ae2d
tag: 27.3.1-dind@sha256:ccfd877fe10a2fe0cdb1f35c43aba2fed90007dbf7e0678b1951297c72296e8d
hostNetwork: true
securityContext:
container:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/doublecommander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/linuxserver/docker-doublecommander
- https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander
type: application
version: 14.2.6
version: 14.2.7
2 changes: 1 addition & 1 deletion charts/stable/doublecommander/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/doublecommander
pullPolicy: IfNotPresent
tag: latest@sha256:367466188eca675dabf4d39f3115b09de65fd8046bc62765c6499335d7aa0763
tag: latest@sha256:558e5e93435cf12cb3e67025b359962d5ac583407bd2480616cc4493b5c8df08
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/emby/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.0.30
appVersion: 4.9.0.31
dependencies:
- name: common
version: 25.1.5
Expand Down 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.2
version: 22.0.3
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:bfe7f625df28b35f89ed7fabe2181bbcd180541902f28aa853626a6f966b2256
tag: 4.9.0.31@sha256:e7cd9ebe85d4b7d2f4a43fd190377d9b687ca0debebf73ff2f9b77f4268b8d57
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/emulatorjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ sources:
- https://ghcr.io/linuxserver/emulatorjs
- https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs
type: application
version: 11.2.6
version: 11.2.7
2 changes: 1 addition & 1 deletion charts/stable/emulatorjs/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/emulatorjs
pullPolicy: IfNotPresent
tag: 1.9.2@sha256:a2a18bd2d2bbeb94fab10915e4e78970a9acf121877e7d04ea2ac3030d21ec07
tag: 1.9.2@sha256:86d7f978daa524131a5d65aceb6c36f857ea99f946e6224c8d8110d8efdb48bd
securityContext:
container:
runAsNonRoot: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/filestash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ sources:
- https://hub.docker.com/r/machines/filestash
- https://www.filestash.app/
type: application
version: 8.2.30
version: 8.2.31
2 changes: 1 addition & 1 deletion charts/stable/filestash/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.io/machines/filestash
tag: latest@sha256:e45d0b8cfdbb6c2c41b7a0e6442eb2f0665c25bf527a8d87b6ae67c962ea1c81
tag: latest@sha256:1def2bb8ba5c4a6468b3dfd0db8c1995f7a3c2331c4f277b8bb36d91215c9a80
pullPolicy: IfNotPresent

securityContext:
Expand Down
Loading

0 comments on commit 75e01ca

Please sign in to comment.