2 Commits

Author SHA1 Message Date
b34221dafc Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-07-28 20:55:33 +00:00
b3cdffa10f fix script
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
process-repository / process-repository (push) Failing after 47s
renovate / renovate (push) Successful in 1m28s
2025-07-28 15:54:15 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ freshrss:
wget https://github.com/zimmra/xExtension-karakeep-button/archive/refs/tags/v1.1.tar.gz;
tar -xvzf *.tar.gz;
rm -rf /var/www/FreshRSS/extensions/xExtension-karakeep-button
mkdir /var/www/FreshRSS/extensions/xExtension-karakeep-button
cp -r /tmp/xExtension-karakeep-button-*/* /var/www/FreshRSS/extensions/xExtension-karakeep-button
chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-karakeep-button
resources:

View File

@@ -9,7 +9,7 @@ komodo:
main:
image:
repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5
tag: 1.18.4
pullPolicy: IfNotPresent
env:
- name: COMPOSE_LOGGING_DRIVER