Skip to content

Commit cd3b851

Browse files
authored
SYS-664 image updates - weewx, mythtv-backend (#234)
1 parent 6f44ef9 commit cd3b851

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

images/mythtv-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG APT_SIG=13551B881504888C
2121
ARG MYTHTV_GID=100
2222
ARG MYTHTV_UID=2021
2323
ARG MYTHTV_PPA=http://ppa.launchpad.net/mythbuntu/35
24-
ARG MYTHTV_VERSION=2:35.0+fixes.202508101748.931474b3a0~ubuntu24.04.1
24+
ARG MYTHTV_VERSION=2:35.0+fixes.202511050005.7e93f0d37b~ubuntu24.04.1
2525
ARG MYTHLINK_SHA=459cb8b60adae4b631a95a9cfb1b41dcb959cc4a0b9053582a711d58b8d8a0d2
2626

2727
RUN \

images/mythtv-backend/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/mythtv/mythtv
88
type: application
9-
version: 0.1.15
10-
appVersion: "35.0-fixes.202508101748.931474b3a0"
9+
version: 0.1.16
10+
appVersion: "35.0-fixes.202511050005.7e93f0d37b"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

images/mythtv-backend/helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ ingress:
105105
hosts:
106106
- mythweb.example.com
107107
ingressTOTP:
108+
annotations:
109+
cert-manager.io/cluster-issuer: letsencrypt-prod
110+
kubernetes.io/ingress.class: nginx
108111
hosts:
109112
- host: mythweb.example.com
110113
paths:

images/weewx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:3.22
22
ARG BUILD_DATE
33
ARG VCS_REF
44
LABEL org.opencontainers.image.authors="Rich Braun docker@instantlinux.net" \
@@ -46,7 +46,7 @@ ENV AIRLINK_HOST= \
4646
WX_ROOT=/home/weewx/weewx-data \
4747
WX_USER=weewx
4848

49-
ARG WEEWX_VERSION=5.1.0
49+
ARG WEEWX_VERSION=5.2.0
5050
ARG WEEGREEN_VERSION=v0.12
5151
ARG AIRLINK_VERSION=1.4
5252
ARG WX_GROUP=dialout

images/weewx/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sources:
66
- https://github.com/instantlinux/docker-tools
77
- https://github.com/weewx/weewx/
88
type: application
9-
version: 0.1.8
10-
appVersion: "5.1.0"
9+
version: 0.1.9
10+
appVersion: "5.2.0"
1111
dependencies:
1212
- name: chartlib
1313
version: 0.1.8

0 commit comments

Comments
 (0)