Compare commits
1 commit
5a731c82cd
...
69b489b66a
Author | SHA1 | Date | |
---|---|---|---|
69b489b66a |
19 changed files with 15 additions and 40 deletions
kubernetes
apps
ai/open-webui/app
database/crunchy-postgres-operator/cluster
default
atuin/app
autobrr/app
maintainerr/app
plex/trakt-sync
prowlarr/app
stirling-pdf/app
kube-system
network/ingress-nginx
observability
qbittorrent/qbittorrent/tools
bootstrap
|
@ -31,7 +31,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/open-webui/open-webui
|
||||
tag: v0.5.3
|
||||
tag: v0.5.2
|
||||
env:
|
||||
- name: OLLAMA_BASE_URL
|
||||
value: http://10.1.1.61:11434
|
||||
|
|
|
@ -157,7 +157,6 @@ spec:
|
|||
- secret:
|
||||
name: crunchy-postgres-secret
|
||||
global: &backupFlag
|
||||
archive-timeout: "1d"
|
||||
compress-type: "bz2"
|
||||
compress-level: "9"
|
||||
# Minio
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/atuinsh/atuin
|
||||
tag: 18.4.0@sha256:8c6fa0aea944bf2a39665c9c69df1c2c0f9c05207bda5b942d450142285e3ee1
|
||||
tag: 18.3.0@sha256:678def8e9d59652a502759ca431f9c5b54ebdd5e9361507c7fcf24705c9862e0
|
||||
env:
|
||||
ATUIN_HOST: 0.0.0.0
|
||||
ATUIN_PORT: &port 80
|
||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
tag: v1.56.1@sha256:ece84c7032c2afef04b145be8f99e6a1e46971dece62328541ac36990b5270f4
|
||||
tag: v1.56.0@sha256:f05a75c6e43af6daaca453687aca51d88fd902051d07a7b27174638759c426a8
|
||||
env:
|
||||
AUTOBRR__CHECK_FOR_UPDATES: "false"
|
||||
AUTOBRR__HOST: 0.0.0.0
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/jorenn92/maintainerr
|
||||
tag: 2.6.0@sha256:fcc3e1f730a57043b115b4136c37818ab30920cb6243d9da9c5d3b769ce4b985
|
||||
tag: 2.4.1@sha256:67d4ea9e7875a7a816939e8ef0dd79f55dc1fc668f3cfc7a795b85e736420daa
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
resources:
|
||||
|
|
|
@ -33,7 +33,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/taxel/plextraktsync
|
||||
tag: 0.32.7
|
||||
tag: 0.32.4
|
||||
args:
|
||||
- sync
|
||||
env:
|
||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/prowlarr-develop
|
||||
tag: 1.29.1.4903@sha256:aa0f5743b6b0a0d6e321dd55af0b78088199347e3cd1a7e5d635e4f4829adb6d
|
||||
tag: 1.29.0.4897@sha256:7ce899a3aede6e505e395bcf0f7a6749b25b57b69e1a355bd39dc7f60a25985e
|
||||
env:
|
||||
# Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
|
||||
# Ref: https://github.com/dotnet/runtime/issues/9336
|
||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
tag: 0.36.6@sha256:05b680a2dfb127b31f4b4e3d04637bee2fd84e9005b96f0e32c639e61ca6039e
|
||||
tag: 0.36.5@sha256:d03441da7f63d19b4af5e9f30770938dd4ea2697a31cd2151016049c82624b75
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: descheduler
|
||||
version: 0.32.0
|
||||
version: 0.31.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: descheduler
|
||||
|
|
|
@ -4,4 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- ./helmrelease.yaml
|
||||
- ./rbac.yaml
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: descheduler-pdb-reader
|
||||
rules:
|
||||
- apiGroups: ["policy"]
|
||||
resources: ["poddisruptionbudgets"]
|
||||
verbs: ["list", "get", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: descheduler-pdb-reader
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: descheduler
|
||||
namespace: kube-system
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: descheduler-pdb-reader
|
||||
apiGroup: rbac.authorization.k8s.io
|
|
@ -9,7 +9,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: kubelet-csr-approver
|
||||
version: 1.2.4
|
||||
version: 1.2.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: postfinance
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: ingress-nginx
|
||||
version: 4.12.0
|
||||
version: 4.11.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: ingress-nginx
|
||||
|
|
|
@ -10,7 +10,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: ingress-nginx
|
||||
version: 4.12.0
|
||||
version: 4.11.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: ingress-nginx
|
||||
|
|
|
@ -49,7 +49,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/twin/gatus
|
||||
tag: v5.15.0@sha256:45686324db605e57dfa8b0931d8d57fe06298f52685f06aa9654a1f710d461bb
|
||||
tag: v5.14.0@sha256:acc0c116458a8d65ce48f7caea13881afa20bf5a405bb95230c51430eb9e2313
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
GATUS_CONFIG_PATH: /config
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/unpoller/unpoller
|
||||
tag: v2.13.1@sha256:2376aff5e18b8f9fdd618becc2ef668ce31deb4c0e74acc5bea88e6c20c23a39
|
||||
tag: v2.11.2@sha256:73b39c0b3b8fa92aa82a7613d3486253ffbd8c057833b4621402a268159bf2a2
|
||||
env:
|
||||
TZ: America/Chicago
|
||||
UP_UNIFI_DEFAULT_ROLE: home-ops
|
||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
|||
tagging: &container
|
||||
image:
|
||||
repository: ghcr.io/buroa/qbtools
|
||||
tag: v0.19.13@sha256:3ce2f1ef3345921c73119921ef4d9a5070112bac6519b8d62441b73102460b81
|
||||
tag: v0.19.12@sha256:4495217b2db28ed0209491419a17959cd463f521dd77b8dc9fa517fcefc40992
|
||||
env:
|
||||
TZ: *timeZone
|
||||
POD_NAMESPACE:
|
||||
|
|
|
@ -40,7 +40,7 @@ releases:
|
|||
- name: kubelet-csr-approver
|
||||
namespace: kube-system
|
||||
chart: postfinance/kubelet-csr-approver
|
||||
version: 1.2.4
|
||||
version: 1.2.3
|
||||
values:
|
||||
- ../apps/kube-system/kubelet-csr-approver/app/helm-values.yml
|
||||
needs:
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
[tools]
|
||||
flux2 = "latest"
|
||||
helm = "latest"
|
||||
helmfile = "latest"
|
||||
kubectl = "latest"
|
||||
task = "latest"
|
||||
|
||||
[env]
|
||||
|
|
Reference in a new issue