Compare commits

..
16 Commits
Author SHA1 Message Date
williamp 138c96de31 Merge pull request 'chore(deps): update helm release authentik to v2026.8.1' (#119) from renovate/authentik-2026.x into main
Reviewed-on: #119
2026-09-01 23:19:32 +00:00
renovate-bot f64e232a66 chore(deps): update helm release authentik to v2026.8.1 2026-09-01 15:00:10 +00:00
williamp 99b1bbc8c1 gitea: move ALLOWED_HOST_LIST to security per warning on site admin 2026-08-29 16:04:14 -04:00
williamp d704a0808d Merge pull request 'chore(deps): update helm release gitea to v12.7.3' (#118) from renovate/gitea-12.x into main
Reviewed-on: #118
2026-08-29 20:00:42 +00:00
renovate-bot 8819bbd2b4 chore(deps): update helm release gitea to v12.7.3 2026-08-29 20:00:10 +00:00
actions b94a849172 yt-dlp-bot: deploy update to 1060228 2026-08-20 00:49:57 +00:00
actions 4744761cdf yt-dlp-bot: deploy update to 8ebdabc 2026-08-19 00:38:55 +00:00
williamp 5c5498e6b4 Merge pull request 'chore(deps): update helm release authentik to v2026.8.0' (#117) from renovate/authentik-2026.x into main
Reviewed-on: #117
2026-08-18 23:11:20 +00:00
renovate-bot 9a5cf6cd99 chore(deps): update helm release authentik to v2026.8.0 2026-08-18 23:00:11 +00:00
williamp aadbfd0077 Merge pull request 'chore(deps): update helm release gitea to v12.7.2' (#116) from renovate/gitea-12.x into main
Reviewed-on: #116
2026-08-08 02:03:55 +00:00
renovate-bot 07124fef38 chore(deps): update helm release gitea to v12.7.2 2026-08-08 02:00:11 +00:00
williamp 6d89a26447 Merge pull request 'chore(deps): update helm release gitea to v12.7.1' (#115) from renovate/gitea-12.x into main
Reviewed-on: #115
2026-07-29 00:11:22 +00:00
renovate-bot 8394a5971d chore(deps): update helm release gitea to v12.7.1 2026-07-29 00:00:11 +00:00
williamp 22ab0ef53a vaultwarden: upgrade to 1.37.0 2026-07-25 18:18:22 -04:00
williamp 56d65605aa Merge pull request 'chore(deps): update helm release authentik to v2026.5.6' (#114) from renovate/authentik-2026.x into main
Reviewed-on: #114
2026-07-22 23:09:41 +00:00
renovate-bot 58bc1b2ce4 chore(deps): update helm release authentik to v2026.5.6 2026-07-22 17:00:12 +00:00
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ appVersion: "1.0"
dependencies: dependencies:
- name: authentik - name: authentik
version: 2026.5.5 version: 2026.8.1
repository: https://charts.goauthentik.io repository: https://charts.goauthentik.io
+1 -1
View File
@@ -24,5 +24,5 @@ appVersion: "1.0"
dependencies: dependencies:
- name: gitea - name: gitea
version: 12.7.0 version: 12.7.3
repository: https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/ repository: https://weyma-s3.infra.dubyatp.xyz/helm-bucket-ea34bc44-ef19-480d-a16a-1e583991f123/charts/
+1 -2
View File
@@ -83,8 +83,6 @@ gitea:
OFFLINE_MODE: false OFFLINE_MODE: false
service: service:
DISABLE_REGISTRATION: true DISABLE_REGISTRATION: true
webhook:
ALLOWED_HOST_LIST: "drone.infra.dubyatp.xyz,argocd.infra.dubyatp.xyz,discord.com,10.0.0.0/8"
mailer: mailer:
ENABLED: true ENABLED: true
FROM: [email protected] FROM: [email protected]
@@ -94,6 +92,7 @@ gitea:
USER: gitea_dubyatp USER: gitea_dubyatp
security: security:
INSTALL_LOCK: true INSTALL_LOCK: true
ALLOWED_HOST_LIST: "drone.infra.dubyatp.xyz,argocd.infra.dubyatp.xyz,discord.com,10.0.0.0/8"
metrics: metrics:
enabled: true enabled: true
serviceMonitor: serviceMonitor:
+1 -1
View File
@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: vaultwarden - name: vaultwarden
image: vaultwarden/server:1.36.0-alpine image: vaultwarden/server:1.37.0-alpine
livenessProbe: livenessProbe:
exec: exec:
command: command:
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: yt-dlp-bot - name: yt-dlp-bot
image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:f48776c' image: 'git.dubyatp.xyz/williamp/yt-dlp-bot:1060228'
env: env:
- name: OUT_PATH - name: OUT_PATH
value: /data/youtube-vids value: /data/youtube-vids