Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mihirsamdarshi/pancakebatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2b5d726042494799a52dcfe2623d077bb89bf3e3
Choose a base ref
..
head repository: mihirsamdarshi/pancakebatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 763708b82ecc54d781c699db4d72e5c4e6858f2b
Choose a head ref
2 changes: 0 additions & 2 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@ name: Create and publish Docker images

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
schedule:
- cron: '0 2 * * 2,5'
workflow_dispatch:

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
2 changes: 1 addition & 1 deletion bootstrap/templates/addons/grafana/app/helmrelease.yaml.j2
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: grafana
version: 8.6.4
version: 8.7.0
sourceRef:
kind: HelmRepository
name: grafana
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.36.1
version: 1.37.0
sourceRef:
kind: HelmRepository
name: coredns
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ spec:
reloader.stakater.com/auto: "true"
image:
repository: docker.io/cloudflare/cloudflared
tag: 2024.11.1
tag: 2024.12.1
env:
NO_AUTOUPDATE: "true"
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json
2 changes: 1 addition & 1 deletion images/port_manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry <<EOF
cargo build --release
EOF

FROM alpine:3.20.3 as runner
FROM alpine:3.21.0 as runner

RUN apk add --no-cache iptables

2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/prowlarr-nightly
tag: 1.28.0.4854@sha256:340a380a93ff29615e74fe215dd410fd31d0e537b735674d37bb889112ace7ee
tag: 1.28.1.4879@sha256:1b7528f545da29a345e9164e8877696cea432f0933f8206db0195009881b58b8
env:
PROWLARR__INSTANCE_NAME: Prowlarr
PROWLARR__PORT: &port 8080
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ spec:

image:
repository: ghcr.io/onedr0p/qbittorrent
tag: 5.0.2@sha256:c228a180dbfcd96c25accf48fb248ca75be4e92938238325d00bba4edfcff4bb
tag: 5.0.3@sha256:025f32d260a3e924885405c0ca01ab8e396360330438ef8562ffd973d2dbb927

env:
QBITTORRENT__PORT: &port 8080
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/radarr-develop
tag: 5.15.1.9463@sha256:e9144f8a76d8e2a98f57a2ff6170e05f5880c6839d9fc351a9cb854813f8bc69
tag: 5.16.1.9508@sha256:630bb09a9160fa7cf932cc79cc04034b4439f3f91ffbd95887233c1e26a433bb
env:
RADARR__INSTANCE_NAME: &name Radarr
RADARR__PORT: &port 8080
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.11.2697@sha256:e56594c733cf7b2943cbe42e3956d87d4910884c02a1d4eb34cb64583b4dde51
tag: 4.0.11.2743@sha256:7227b81844d1aa6cb8242b325eb30f9113d10c2fc446db4ca7207c892e49e72b
env:
SONARR__INSTANCE_NAME: Sonarr
SONARR__PORT: &port 8080
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/home-assistant
tag: 2024.11.3@sha256:f45f502b1738e46eb435fbc8947cdcc2574f3713b156c6738129ea2ea9b49018
tag: 2024.12.3@sha256:09bcc0786ef5a57af1e0fff16bebfd6bd0b969d2a07e06127e12b41ab740a3b4

hostNetwork: true
podAnnotations:
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/coredns/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: coredns
version: 1.36.1
version: 1.37.0
sourceRef:
kind: HelmRepository
name: coredns
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: gpu-operator
version: v24.9.0
version: v24.9.1
sourceRef:
kind: HelmRepository
name: nvidia
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: grafana
version: 8.6.4
version: 8.7.0
sourceRef:
kind: HelmRepository
name: grafana
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/loki/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
chart:
spec:
chart: loki
version: 6.22.0
version: 6.23.0
sourceRef:
kind: HelmRepository
name: grafana
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ spec:
reloader.stakater.com/auto: "true"
image:
repository: docker.io/cloudflare/cloudflared
tag: 2024.11.1
tag: 2024.12.1
env:
NO_AUTOUPDATE: "true"
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json
2 changes: 1 addition & 1 deletion kubernetes/apps/networking/multus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ spec:
values:
image:
repository: ghcr.io/k8snetworkplumbingwg/multus-cni
tag: v4.1.3-thick
tag: v4.1.4-thick

cni:
image:
2 changes: 1 addition & 1 deletion kubernetes/apps/networking/tailscale/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ spec:
CLIENT_ID_FILE: "/oauth/client_id"
CLIENT_SECRET_FILE: "/oauth/client_secret"
OPERATOR_LOGGING: "debug"
PROXY_IMAGE: "tailscale/tailscale:v1.76.6"
PROXY_IMAGE: "tailscale/tailscale:v1.78.3"
PROXY_TAGS: "tag:k8s"
AUTH_PROXY: "true"

2 changes: 1 addition & 1 deletion kubernetes/apps/vpn/pod-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ spec:
gluetun:
image:
repository: ghcr.io/qdm12/gluetun
tag: latest@sha256:aaaf6c7c108f7f7caae978499b4cb823a135324992ce7cea4acd405a29298141
tag: latest@sha256:f64e4fb3a941862d09b1d6c091850f6220cbc23406998244a937019163205986

env:
VPN_SERVICE_PROVIDER: custom