From 5c71b53ccfdc6d7822468256872cb4861f58f46f Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 15 Mar 2026 17:56:07 -0700 Subject: [PATCH] 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) --- argocd/manifests/grafana/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/grafana/deployment.yaml b/argocd/manifests/grafana/deployment.yaml index 3dda8cb..8b973e4 100644 --- a/argocd/manifests/grafana/deployment.yaml +++ b/argocd/manifests/grafana/deployment.yaml @@ -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 \