Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/mythtv-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG APT_SIG=13551B881504888C
ARG MYTHTV_GID=100
ARG MYTHTV_UID=2021
ARG MYTHTV_PPA=http://ppa.launchpad.net/mythbuntu/35
ARG MYTHTV_VERSION=2:35.0+fixes.202508101748.931474b3a0~ubuntu24.04.1
ARG MYTHTV_VERSION=2:35.0+fixes.202511050005.7e93f0d37b~ubuntu24.04.1
ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2

RUN \
Expand Down
4 changes: 2 additions & 2 deletions images/mythtv-backend/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/mythtv/mythtv
type: application
version: 0.1.15
appVersion: "35.0-fixes.202508101748.931474b3a0"
version: 0.1.16
appVersion: "35.0-fixes.202511050005.7e93f0d37b"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
3 changes: 3 additions & 0 deletions images/mythtv-backend/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ ingress:
hosts:
- mythweb.example.com
ingressTOTP:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
hosts:
- host: mythweb.example.com
paths:
Expand Down
4 changes: 2 additions & 2 deletions images/weewx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22
ARG BUILD_DATE
ARG VCS_REF
LABEL org.opencontainers.image.authors="Rich Braun [email protected]" \
Expand Down Expand Up @@ -46,7 +46,7 @@ ENV AIRLINK_HOST= \
WX_ROOT=/home/weewx/weewx-data \
WX_USER=weewx

ARG WEEWX_VERSION=5.1.0
ARG WEEWX_VERSION=5.2.0
ARG WEEGREEN_VERSION=v0.12
ARG AIRLINK_VERSION=1.4
ARG WX_GROUP=dialout
Expand Down
4 changes: 2 additions & 2 deletions images/weewx/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sources:
- https://github.com/instantlinux/docker-tools
- https://github.com/weewx/weewx/
type: application
version: 0.1.8
appVersion: "5.1.0"
version: 0.1.9
appVersion: "5.2.0"
dependencies:
- name: chartlib
version: 0.1.8
Expand Down
Loading