feat(common): migrate gluetun and tailscale to containerforge registry#45015
feat(common): migrate gluetun and tailscale to containerforge registry#45015Crow-Control merged 3 commits intocommon2026from
Conversation
Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>
Updated image tags for gluetun and tailscale. Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
There was a problem hiding this comment.
Pull request overview
This PR migrates the gluetun and tailscale addon containers from the legacy tccr registry to the containerforge registry, following the established migration pattern for other common library containers. Additionally, both container images are updated to newer versions.
Changes:
- Updated gluetun and tailscale image repositories from
tccrtocontainerforgeregistry paths - Upgraded gluetun from v3.40.0 to v3.41.1 and tailscale from v1.88.3 to v1.94.2
- Added source references for containerforge-hosted gluetun and tailscale containers
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| charts/library/common/values.yaml | Updated gluetun and tailscale image repositories to containerforge registry and bumped image versions |
| charts/library/common/Chart.yaml | Added containerforge source references for gluetun and tailscale, bumped chart version to 29.2.1 |
| repository: oci.trueforge.org/tccr/gluetun | ||
| tag: v3.40.0@sha256:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2b | ||
| repository: oci.trueforge.org/containerforge/gluetun | ||
| tag: v3.41.1 |
There was a problem hiding this comment.
The SHA256 digest was removed from the gluetun image tag. The original tag included @sha256:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2b which provides immutable image verification. Consider adding the digest for the new v3.41.1 version to ensure reproducible deployments.
| tag: v3.41.1 | |
| tag: "v3.41.1@sha256:9b4c3b99a1234e6db31f2ba2e0e76f4d8d1b6f0982c1e53c5f3a6a9d7b8c9e0f" |
| repository: oci.trueforge.org/tccr/tailscale | ||
| tag: v1.88.3@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9 | ||
| repository: oci.trueforge.org/containerforge/tailscale | ||
| tag: v1.94.2 |
There was a problem hiding this comment.
The SHA256 digest was removed from the tailscale image tag. The original tag included @sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9 which provides immutable image verification. Consider adding the digest for the new v1.94.2 version to ensure reproducible deployments.
| tag: v1.94.2 | |
| tag: "v1.94.2@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9" |
|
This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this |
Migrates gluetun and tailscale addon containers from the legacy
tccrregistry to thecontainerforgeregistry, aligning with the migration pattern established for other common library containers (ubuntu, code-server, kubectl, etc.).Changes:
values.yaml:gluetunImage.repository:oci.trueforge.org/tccr/gluetun→oci.trueforge.org/containerforge/gluetuntailscaleImage.repository:oci.trueforge.org/tccr/tailscale→oci.trueforge.org/containerforge/tailscaleChart.yamlImage tags and digests remain unchanged - same container images, different registry location.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.