Skip to content

Commit

Permalink
Merge branch 'master' into renovate/helm-redis-15.6.x
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Göppel <[email protected]>
  • Loading branch information
alfi0812 authored Feb 1, 2025
2 parents 0694023 + e01a21f commit eb7dd31
Show file tree
Hide file tree
Showing 35 changed files with 60 additions and 50 deletions.
4 changes: 2 additions & 2 deletions charts/incubator/cannery/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.9.12
appVersion: 0.9.13
dependencies:
- name: common
version: 25.4.10
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cannery
- https://hub.docker.com/r/shibaobun/cannery
type: application
version: 0.3.1
version: 0.3.2
2 changes: 1 addition & 1 deletion charts/incubator/cannery/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/shibaobun/cannery
pullPolicy: IfNotPresent
tag: 0.9.12@sha256:1700f704ba5ded03b895d503f3321aa73230d3b6b7e2fe9c49ed49a57d4a651b
tag: 0.9.13@sha256:a02c07e1cbfc338e7b30d3c7cf7bf4b6ae6fb098c7be0980631e8c4dfbe64d22
service:
main:
ports:
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.6.2
version: 3.6.3
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.1.0@sha256:58be1ef6adb920187e30b0c69decc872b47d3ee38a1f851049ae7c892e770ef0
tag: 9.1.0@sha256:e22082110c83d5d1c216928408b3fae5c59cc96ad378684246f1538375576c34
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/incubator/mixpost/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 2.0.1
appVersion: 2.1.0
dependencies:
- name: common
version: 25.4.10
Expand Down Expand Up @@ -47,4 +47,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/mixpost
- https://hub.docker.com/r/inovector/mixpost
type: application
version: 2.2.5
version: 2.3.1
2 changes: 1 addition & 1 deletion charts/incubator/mixpost/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/inovector/mixpost
pullPolicy: IfNotPresent
tag: v2.0.1@sha256:f6521897de27189eda59a4a4f1b67efabfd02a9a3690a0e8268210103251963f
tag: v2.1.0@sha256:92da81c92534eab545515cf0a23048d2d35650601fde1fce26bfba0f062bea18
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/incubator/semaphore/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: 2.11.3
appVersion: 2.12.3
dependencies:
- name: common
version: 25.4.10
Expand Down Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
- https://hub.docker.com/r/semaphoreui/semaphore
type: application
version: 4.4.2
version: 4.5.0
2 changes: 1 addition & 1 deletion charts/incubator/semaphore/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.io/semaphoreui/semaphore
tag: v2.11.3@sha256:e9c2e9d67a250945efbdad6d6a047d07a2a649912317bf698356a5dbe32d30f7
tag: v2.12.3@sha256:b70e26dfdcd1f4485bff7a643ee93ab781b74896e175fa289e6b95c2682f0aee
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ sources:
- https://hub.docker.com/_/
- https://hub.docker.com/r/mikefarah/yq
type: library
version: 25.4.13
version: 25.4.14
2 changes: 1 addition & 1 deletion charts/library/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ postgresClientImage:

mariadbClientImage:
repository: tccr.io/tccr/db-wait-mariadb
tag: v1.1.0@sha256:309b220cc45770bcf543ae935587824438c18fbd53835806de465d5c64b637f3
tag: v1.1.0@sha256:5fe79127a25db81839b574fefb50aa57358c59fa0ba5d642263ab694786ba08b
pullPolicy: IfNotPresent

redisClientImage:
Expand Down
2 changes: 1 addition & 1 deletion charts/premium/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clamavImage:
collaboraImage:
repository: docker.io/collabora/code
pullPolicy: IfNotPresent
tag: 24.04.12.1.1@sha256:6ba89f05e43b2aacf4647be6bdf4f4012f2ceaea87217ae044fb6ce23c49593a
tag: 24.04.12.2.1@sha256:46f799f6f5d4b985dbfdaacabbdcb6ecb90c4e3659d28a4b66757f6946c07829

nextcloud:
# Initial Credentials
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/collabora/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: 24.04.12.1.1
appVersion: 24.04.12.2.1
dependencies:
- name: common
version: 25.4.10
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/collabora
- https://hub.docker.com/r/collabora/code
type: application
version: 7.5.2
version: 7.5.3
2 changes: 1 addition & 1 deletion charts/stable/collabora/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: docker.io/collabora/code
pullPolicy: IfNotPresent
tag: 24.04.12.1.1@sha256:6ba89f05e43b2aacf4647be6bdf4f4012f2ceaea87217ae044fb6ce23c49593a
tag: 24.04.12.2.1@sha256:46f799f6f5d4b985dbfdaacabbdcb6ecb90c4e3659d28a4b66757f6946c07829
collabora:
username: admin
password: changeme
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/davos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/linuxserver/docker-davos
- https://github.com/truecharts/charts/tree/master/charts/stable/davos
type: application
version: 14.5.2
version: 14.5.3
2 changes: 1 addition & 1 deletion charts/stable/davos/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/davos
pullPolicy: IfNotPresent
tag: 2.2.2@sha256:9cbfb8f80db40def42968a14ecf0ff4a94d1ff08ce5f6bd2f84dfe59c41ba82d
tag: 2.2.2@sha256:51d455047bc8e4da8a0a9e9663d053bdcc53c2aff3637e4a8731df30e29dcd3b
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/jackett/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.22.1345
appVersion: 0.22.1355
dependencies:
- name: common
version: 25.4.10
Expand Down Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/geek-cookbook/containers/pkgs/container/jackett
- https://github.com/truecharts/charts/tree/master/charts/stable/jackett
type: application
version: 23.3.7
version: 23.3.8
2 changes: 1 addition & 1 deletion charts/stable/jackett/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/elfhosted/jackett
pullPolicy: IfNotPresent
tag: 0.22.1345@sha256:6eb3f7644dd9c9e26bcd8f63d57b2443aed2e2dbb1bd2f3e46359365b75df2e8
tag: 0.22.1355@sha256:6d12e42311e28b2cf474b449a3b483ede102b5eb526b59919d1dd055a547a7b4
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/metube/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.10.8
appVersion: 2024.10.23
dependencies:
- name: common
version: 25.4.10
Expand All @@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/metube
- https://hub.docker.com/r/alexta69/metube
type: application
version: 14.10.1
version: 14.10.2
2 changes: 1 addition & 1 deletion charts/stable/metube/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.io/alexta69/metube
tag: 2024-10-08@sha256:5d92ae08e18cbc683ec82a01d98a25966a78aeb1209e77f3c84c83534da1264d
tag: 2024-10-23@sha256:396644373ce4290d8097e6785a3e3e41a220fbc039c19b92319487e5e2866227
pullPolicy: IfNotPresent
service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/redmine/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/stable/redmine
- https://hub.docker.com/_/redmine
type: application
version: 14.0.3
version: 14.0.4
2 changes: 1 addition & 1 deletion charts/stable/redmine/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: redmine
pullPolicy: IfNotPresent
tag: 6.0.3@sha256:11cc5e7f2b181a214ec94926a732a0c5c69622b50d9e6ba1ddc0b0b8d96c1e97
tag: 6.0.3@sha256:d03e49aca2f4cee4afd6267ec4691e96d21fd3f9db9e1aade616a9e4ff8591b1
redmine:
plugins_migrate: true
no_db_migrate: false
Expand Down
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: docker.io/diygod/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:2222c00d181f69d1843987ad13692427bbeacf25b547b7dd92bd2b13926bc6ce
tag: latest@sha256:937eff0ce9f2ef867f2784d2ff3036bfaa5eb17276ef410ff59c2043fafd6ad1
browserlessImage:
repository: docker.io/browserless/chrome
tag: 1.61.1-chrome-stable@sha256:efac47cfff3830d9a50b27d29f8bbb61949058ae336c823fbe9bd3c0d1debcc8
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/searxng/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/searxng
- https://hub.docker.com/r/searxng/searxng
type: application
version: 9.5.3
version: 9.5.4
2 changes: 1 addition & 1 deletion charts/stable/searxng/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: docker.io/searxng/searxng
tag: latest@sha256:9df82b79794844b643b5150c86c92363bc021adc838891c113d070c3957820cf
tag: latest@sha256:37a544ea1b803ddf4967d9f408770906efc3c0ce71b333ca114389c6d22c0c20
workload:
main:
podSpec:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/tar1090/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/tar1090
- https://hub.docker.com/r/mikenye/tar1090
type: application
version: 7.5.2
version: 7.5.3
2 changes: 1 addition & 1 deletion charts/stable/tar1090/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: docker.io/mikenye/tar1090
tag: latest@sha256:41c647e7d368622b18662ffb6402ddff8845f16f6994f96febd6a1d8a2871d75
tag: latest@sha256:2b80bce718fc8eac5b816cac9e6b3d25cf6bea137cfe38d5181a238b37e60cbe
persistence: {}
portal:
open:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/webgrabplus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ sources:
- https://ghcr.io/linuxserver/webgrabplus
- https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus
type: application
version: 11.7.2
version: 11.7.3
2 changes: 1 addition & 1 deletion charts/stable/webgrabplus/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/webgrabplus
pullPolicy: IfNotPresent
tag: 5.3.0@sha256:829a61587900f3ce29a5ab59c891fde4e6870ff6aa166484e244b58241745023
tag: 5.3.0@sha256:965cc5f84db9d66fffa3d4eeffd2a5e4613dfa2c20c95ec08196a60c07e2202a
service:
main:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/webtop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/truecharts/charts/tree/master/charts/stable/webtop
type: application
version: 11.5.25
version: 11.5.31
12 changes: 6 additions & 6 deletions charts/stable/webtop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fedoraXFCEImage:
pullPolicy: Always
archXFCEImage:
repository: lscr.io/linuxserver/webtop
tag: arch-xfce@sha256:daf04e45967fa895bffce5990e1fd677ed8dab01e9ea0c81525ad306d5b36e64
tag: arch-xfce@sha256:86ef5429eb1cc7262de67e214d0003fa7724c818e1c8e45af9f30b0dc327a43b
pullPolicy: Always
alpineKDEImage:
repository: lscr.io/linuxserver/webtop
Expand All @@ -28,7 +28,7 @@ fedoraKDEImage:
pullPolicy: Always
archKDEImage:
repository: lscr.io/linuxserver/webtop
tag: arch-kde@sha256:53c9faa8c8562a40b7600358a3d1aa7a3b7737734f6021c6e47d256509d83d96
tag: arch-kde@sha256:74283f4102e49d08a64ed1dd837ec1d3f4bbd3d3e2b9a7ef682e95238457cc8b
pullPolicy: Always
alpineMATEImage:
repository: lscr.io/linuxserver/webtop
Expand All @@ -44,7 +44,7 @@ fedoraMATEImage:
pullPolicy: Always
archMATEImage:
repository: lscr.io/linuxserver/webtop
tag: arch-mate@sha256:a6276a87474cee8f6aab557f06479685369039324a42ba0a9e6460cc0c832f95
tag: arch-mate@sha256:f27cb8b5def4a1e4a26cd17202331b7ba03f0fed66e2f4cf49aedde38521903f
pullPolicy: Always
alpineI3Image:
repository: lscr.io/linuxserver/webtop
Expand All @@ -60,7 +60,7 @@ fedoraI3Image:
pullPolicy: Always
archI3Image:
repository: lscr.io/linuxserver/webtop
tag: arch-i3@sha256:caab2ff090d41bdae01633545404e7f7b42eb62ec30aa5ec882ad598282ef1b2
tag: arch-i3@sha256:1cbb9f9ea8ce90fca3011b0a5644b781518c9f485447b22930d36974336c7dc0
pullPolicy: Always
alpineOpenBoxImage:
repository: lscr.io/linuxserver/webtop
Expand All @@ -76,7 +76,7 @@ fedoraOpenBoxImage:
pullPolicy: Always
archOpenBoxImage:
repository: lscr.io/linuxserver/webtop
tag: arch-openbox@sha256:8285e7d499e6043f7f7f06d215ad50790733a3707501109bdf5ff8d56e570438
tag: arch-openbox@sha256:42db308fbcaa0cc278e9bd19a1b49d8564ac381e7a0013348b74d80f842a98cb
pullPolicy: Always
alpineICEWMImage:
repository: lscr.io/linuxserver/webtop
Expand All @@ -92,7 +92,7 @@ fedoraICEWMImage:
pullPolicy: Always
archICEWMImage:
repository: lscr.io/linuxserver/webtop
tag: arch-icewm@sha256:dc21daf3e0d77762d0c4929603f8105824471da9f26ff0bee36983dfa94a95dc
tag: arch-icewm@sha256:9f38f81f3f87b7da0627221bc628fe2b76d015abc4ef0f5c5f866e0249770fab
pullPolicy: Always
service:
main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: jackett
version: 23.3.6
version: 23.3.7
sourceRef:
kind: HelmRepository
name: truecharts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: prometheus-operator
version: 10.2.0
version: 10.2.1
sourceRef:
kind: HelmRepository
name: truecharts
Expand Down
10 changes: 5 additions & 5 deletions clustertool/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
filippo.io/age v1.2.1
github.com/Masterminds/semver/v3 v3.3.1
github.com/beevik/ntp v1.4.3
github.com/budimanjojo/talhelper/v3 v3.0.16
github.com/budimanjojo/talhelper/v3 v3.0.17
github.com/getsops/sops/v3 v3.9.4
github.com/go-git/go-git/v5 v5.13.2
github.com/go-logr/zerologr v1.2.3
Expand Down Expand Up @@ -100,7 +100,7 @@ require (
github.com/containerd/errdefs v1.0.0 // indirect
github.com/containerd/go-cni v1.1.11 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v1.0.0-rc.0 // indirect
github.com/containerd/platforms v1.0.0-rc.1 // indirect
github.com/containernetworking/cni v1.2.3 // indirect
github.com/cosi-project/runtime v0.8.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
Expand All @@ -118,7 +118,7 @@ require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
github.com/fatih/color v1.18.0 // indirect
Expand Down Expand Up @@ -225,7 +225,7 @@ require (
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2 // indirect
github.com/prometheus/client_golang v1.20.5 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.59.1 // indirect
github.com/prometheus/common v0.60.1 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/rubenv/sql-migrate v1.7.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand All @@ -237,7 +237,7 @@ require (
github.com/siderolabs/gen v0.8.0 // indirect
github.com/siderolabs/go-blockdevice/v2 v2.0.13 // indirect
github.com/siderolabs/go-pointer v1.0.0 // indirect
github.com/siderolabs/image-factory v0.6.5 // indirect
github.com/siderolabs/image-factory v0.6.6 // indirect
github.com/siderolabs/net v0.4.0 // indirect
github.com/siderolabs/protoenc v0.2.1 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
Expand Down
Loading

0 comments on commit eb7dd31

Please sign in to comment.