commit d26e8c8363d97b778f652c10c5871e2899732ca8
parent 5164d81b8f7f60b630a4a108c9cdc59b756e086c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Thu, 5 Feb 2026 18:05:38 +0100
hardcode weblate version since it seems to not update properly otherwise
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/apps/talos_cluster/blog/docker/Dockerfile b/apps/talos_cluster/blog/docker/Dockerfile
@@ -175,9 +175,9 @@ RUN wget -q https://downloads.wordpress.org/plugin/akismet.5.6.zip \
&& rm akismet.5.6.zip
# Install Podlove Publisher
-RUN wget -q https://downloads.wordpress.org/plugin/podlove-podcasting-plugin-for-wordpress.4.3.2.zip \
- && unzip -q -o podlove-podcasting-plugin-for-wordpress.4.3.2.zip -d /var/www/html/wordpress/wp-content/plugins/ \
- && rm podlove-podcasting-plugin-for-wordpress.4.3.2.zip
+RUN wget -q https://downloads.wordpress.org/plugin/podlove-podcasting-plugin-for-wordpress.4.3.3.zip \
+ && unzip -q -o podlove-podcasting-plugin-for-wordpress.4.3.3.zip -d /var/www/html/wordpress/wp-content/plugins/ \
+ && rm podlove-podcasting-plugin-for-wordpress.4.3.3.zip
# Install Podlove Web Player
RUN wget -q https://downloads.wordpress.org/plugin/podlove-web-player.5.9.2.zip \
diff --git a/apps/talos_cluster/weblate/release.yaml b/apps/talos_cluster/weblate/release.yaml
@@ -13,6 +13,10 @@ spec:
kind: HelmRepository
name: weblate
values:
+ image:
+ repository: weblate/weblate
+ tag: 5.15.2.4@sha256:0e69170c113933fb22eae6fcb773abb688585554897d04dbe1a7f83e4469e9c6
+ pullPolicy: IfNotPresent
adminEmail: ENC[AES256_GCM,data:mfMJlVWPjihqtfm9D2CM9rjdpP9P3eNt,iv:htDuxeNVXkVKaPJRFgtvWStSri3d3LOsnuEMc5+xfRQ=,tag:vRnHqFv9HM/Jbk/54RdbFw==,type:str]
adminUser: ENC[AES256_GCM,data:r7Y0S4v/2Q==,iv:Rr0XLte1TiiywzrCbapV0xtlxdUFnPP3fxh5X1ErU4A=,tag:B5bAqjYali4sYPX27mGCmw==,type:str]
adminPassword: ENC[AES256_GCM,data:/sC5QrWb4svo,iv:CRd65lDCw2pew3e2D1MXnY88Ivbj8dNO1u69yJUhy5I=,tag:G7I2/v4og91zdmUaiN7lug==,type:str]