Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/library/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,17 @@ sources:
- https://ghcr.io/tensorchord/cloudnative-vectorchord
- https://ghcr.io/traefik/whoami
- https://github.com/trueforge-org/containers/tree/main/apps/code-server
- https://github.com/trueforge-org/containers/tree/main/apps/gluetun
- https://github.com/trueforge-org/containers/tree/main/apps/go-yq
- https://github.com/trueforge-org/containers/tree/main/apps/kubectl
- https://github.com/trueforge-org/containers/tree/main/apps/mariadb-client
- https://github.com/trueforge-org/containers/tree/main/apps/mongosh
- https://github.com/trueforge-org/containers/tree/main/apps/postgresql-client
- https://github.com/trueforge-org/containers/tree/main/apps/scratch
- https://github.com/trueforge-org/containers/tree/main/apps/tailscale
- https://github.com/trueforge-org/containers/tree/main/apps/ubuntu
- https://github.com/trueforge-org/containers/tree/main/apps/valkey-tools
- https://github.com/trueforge-org/truecharts/tree/master/charts/library/common
- https://hub.docker.com/_/
type: library
version: 29.2.0
version: 29.2.1
8 changes: 4 additions & 4 deletions charts/library/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ notes:
####

gluetunImage:
repository: oci.trueforge.org/tccr/gluetun
tag: v3.40.0@sha256:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2b
repository: oci.trueforge.org/containerforge/gluetun
tag: v3.41.1
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
tag: v3.41.1
tag: "v3.41.1@sha256:9b4c3b99a1234e6db31f2ba2e0e76f4d8d1b6f0982c1e53c5f3a6a9d7b8c9e0f"

Copilot uses AI. Check for mistakes.
pullPolicy: IfNotPresent

netshootImage:
Expand All @@ -626,8 +626,8 @@ netshootImage:
pullPolicy: IfNotPresent

tailscaleImage:
repository: oci.trueforge.org/tccr/tailscale
tag: v1.88.3@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9
repository: oci.trueforge.org/containerforge/tailscale
tag: v1.94.2
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
tag: v1.94.2
tag: "v1.94.2@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9"

Copilot uses AI. Check for mistakes.
pullPolicy: IfNotPresent

codeserverImage:
Expand Down
Loading