chore(ops): modernize images (Postgres 18 / Redis 8 / Traefik v3.7) + CI#2
Merged
Conversation
- Postgres 13 → 18-alpine (PGDATA is explicit, so the v18 data-dir change is a no-op here), Redis 5.0 → 8-alpine, Traefik 2.7 → v3.7 - hashicorp/setup-terraform v3 → v4 - README: services table + status reflect the modernized infra layer; app-service manifests stay placeholders until images are published Traefik v3 keeps the CLI flags used here (api.insecure, kubernetesingress, entrypoints); to be re-validated on a live cluster when manifests go real. Verified locally: prettier --check + terraform fmt/init/validate all green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
RomeoCavazza
added a commit
that referenced
this pull request
Jun 14, 2026
… CI (#2) - Postgres 13 → 18-alpine (PGDATA is explicit, so the v18 data-dir change is a no-op here), Redis 5.0 → 8-alpine, Traefik 2.7 → v3.7 - hashicorp/setup-terraform v3 → v4 - README: services table + status reflect the modernized infra layer; app-service manifests stay placeholders until images are published Traefik v3 keeps the CLI flags used here (api.insecure, kubernetesingress, entrypoints); to be re-validated on a live cluster when manifests go real. Verified locally: prettier --check + terraform fmt/init/validate all green. Co-authored-by: Florian Billon <florian.billon@epitech.eu>
RomeoCavazza
added a commit
that referenced
this pull request
Jun 14, 2026
… CI (#2) - Postgres 13 → 18-alpine (PGDATA is explicit, so the v18 data-dir change is a no-op here), Redis 5.0 → 8-alpine, Traefik 2.7 → v3.7 - hashicorp/setup-terraform v3 → v4 - README: services table + status reflect the modernized infra layer; app-service manifests stay placeholders until images are published Traefik v3 keeps the CLI flags used here (api.insecure, kubernetesingress, entrypoints); to be re-validated on a live cluster when manifests go real. Verified locally: prettier --check + terraform fmt/init/validate all green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the reusable infra layer to current stable versions and bumps the IaC CI.
Changes
18-alpine(PGDATA is explicit → v18 data-dir change is a no-op here)8-alpinev3.7hashicorp/setup-terraformv3 → v4Notes
api.insecure,kubernetesingress, entrypoints); to be re-validated on a live cluster when the placeholder app-service manifests go real.Validation (local)
prettier --check,terraform fmt -check,terraform init -backend=false,terraform validate— all green.🤖 Generated with Claude Code