Fix init container: use internal HTTP URL for forge

Busybox wget doesn't support HTTPS properly. Use http://forge.ops.eblu.me
(Caddy internal) instead of https://forge.eblu.me (Fly.io public).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-15 17:56:07 -07:00
commit 5c71b53ccf

View file

@ -55,7 +55,7 @@ spec:
- |
set -e
TESLAMATE_VERSION="v3.0.0"
BASE_URL="https://forge.eblu.me/mirrors/teslamate/raw/tag/${TESLAMATE_VERSION}/grafana/dashboards"
BASE_URL="http://forge.ops.eblu.me/mirrors/teslamate/raw/tag/${TESLAMATE_VERSION}/grafana/dashboards"
DEST="/tmp/dashboards/TeslaMate"
mkdir -p "$DEST"
for f in \